Starting to style grid
This commit is contained in:
parent
dda80df882
commit
c132b8da1a
1 changed files with 6 additions and 0 deletions
6
css/grid.css
Normal file
6
css/grid.css
Normal file
|
@ -0,0 +1,6 @@
|
|||
#grid td {
|
||||
background: #ddd;
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
cursor: pointer;
|
||||
}
|
Loading…
Reference in a new issue