tic-tac-toe-/src/style.css
AUnicornWithNoLife 7fbb736bc8 styling and board
2021-04-11 16:57:02 +01:00

14 lines
97 B
CSS

#board tr
{
height: 50px;
}
#board tr th
{
width: 50px;
}
*
{
text-align: center;
}