Center pieces on the squares

This commit is contained in:
Juhani Krekelä 2021-01-10 17:05:52 +02:00
parent a9640c204f
commit b5dcd4d5f9
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@
td {
font-size: 200%;
}
td div {
display: table-cell;
text-align: center;
vertical-align: middle;
}
#board tbody :nth-child(odd) :nth-child(even) {
background-color: #fff;
}