Constellations/css/grid.css

7 lines
77 B
CSS
Raw Normal View History

2022-07-23 18:39:27 +02:00
#grid td {
background: #ddd;
width: 2em;
height: 2em;
cursor: pointer;
}