mhib/opal-snake

View on GitHub
css/main.css

Summary

Maintainability
Test Coverage
body {
  background-color: white; }

.row:after {
  content: "";
  display: table;
  clear: both; }

.square {
  border: 1px solid #cccccc;
  width: 10px;
  height: 10px;
  float: left;
  margin: 0; }

#board-container {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0); }

#board {
  width: 600px;
  height: 600px; }

.bone {
  background-color: black; }

.head {
  background-color: #FFD700; }

.food {
  background-color: red; }

/*# sourceMappingURL=main.css.map */