conways_game/style.css
2021-04-21 19:08:38 +05:00

13 lines
113 B
CSS

td {
height: 5px;
width: 5px;
}
.dead {
background-color: white;
}
.alive {
background-color: black;
}