Starting to style grid

This commit is contained in:
Tissevert 2022-07-23 18:39:27 +02:00
parent dda80df882
commit c132b8da1a
1 changed files with 6 additions and 0 deletions

6
css/grid.css Normal file
View File

@ -0,0 +1,6 @@
#grid td {
background: #ddd;
width: 2em;
height: 2em;
cursor: pointer;
}