Revert "Update readme"

This commit is contained in:
H4CK3R-01
2021-06-08 07:58:46 +02:00
committed by GitHub
parent 6f2aa2c682
commit d87b131a80
13 changed files with 16 additions and 386 deletions

View File

@@ -1,13 +1,4 @@
#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*/
}

View File

@@ -1,11 +0,0 @@
#login {
display: block;
}
#game {
display: none;
}
#chat {
display: none;
}