Files
2025-12-19 23:19:28 +01:00

15 lines
229 B
CSS

td {
width:7em;
height: 7em;
border:1px;
border-style:solid;
text-align: center;
}
#grid {
border-width: 20px;
border-style: solid;
margin-top:3em;
text-align: center;
font-weight: bold;
}