Skip to content

Commit

Permalink
Updated version of CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
SadeSiddiqui committed Feb 23, 2024
1 parent 55eed12 commit a245291
Showing 1 changed file with 0 additions and 47 deletions.
47 changes: 0 additions & 47 deletions styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,50 +43,3 @@ body {
}





















/* body {
min-height: 10vh;
width: 100vh;
display: flex;
justify-content: center;
align-items: center;
margin: 0;
background-color: black;
}
#game-board {
background-color: #ccc;
width: 100vmin;
height: 100vmin;
display: grid;
grid-template-rows: repeat(21, 1fr);
grid-template-columns: repeat(21, 1fr);
}
.snake {
background-color: blue;
border: .25vmin solid black;
}
.food{
background-color: yellow;
border: .25vmin solid black;
} */

0 comments on commit a245291

Please sign in to comment.