This commit is contained in:
2021-07-08 00:56:46 +03:00
parent 8692972a60
commit df874571b4
2 changed files with 14 additions and 2 deletions

View File

@@ -1,10 +1,20 @@
html { height: 100%; }
body {
background-color: #101024;
padding: 0;
margin: 0;
height: 100%;
}
div.wrap {
display: flex;
height: 100%;
align-items: center;
justify-content: center;
}
canvas#game {
margin: 0 auto;
border: 2px solid #ec8a4b;
display: block;
}