- Game board

- cards
- landing page
This commit is contained in:
2021-06-08 15:38:43 +02:00
parent 5597680526
commit 2c7556cbe7
12 changed files with 404 additions and 13 deletions

View File

@@ -1,4 +1,13 @@
#game {
height: 100%;
width: 100%;
grid-column-start: 1;
display: flex;
justify-content: center;
align-items: center;
background: url(/img/background.jpg) no-repeat center center fixed;
-webkit-background-size: cover; /* For WebKit*/
-moz-background-size: cover; /* Mozilla*/
-o-background-size: cover; /* Opera*/
background-size: cover; /* Generic*/
}