Skip to content

Commit

Permalink
add white border
Browse files Browse the repository at this point in the history
  • Loading branch information
voltrevo committed Oct 25, 2024
1 parent 9903b6a commit ae9b886
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ body {
display: grid;
grid-template-rows: repeat(15, 1fr);
grid-template-columns: repeat(10, 1fr);
border: 3px solid white;
padding: 3px;
}

.cell {
Expand Down

0 comments on commit ae9b886

Please sign in to comment.