Centering with CSS is my passion

This commit is contained in:
Juhani Krekelä 2021-01-10 21:59:59 +02:00
parent 3c5c1ff1bc
commit ca2cb19da7
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
display: flex;
justify-content: center;
align-items: center;
line-height: 1em;
}
#board tbody :nth-child(odd) :nth-child(even) {
background-color: #fff;