Initial commit of game board

This commit is contained in:
2021-05-31 21:42:33 +02:00
parent 5597680526
commit bd70508b29
4 changed files with 113 additions and 10 deletions

View File

@@ -1,4 +1,8 @@
#game {
height: 100%;
width: 100%;
grid-column-start: 1;
display: flex;
justify-content: center;
align-items: center;
}