GrandTabernacleAutoVI/public_html/css/game.css

13 lines
185 B
CSS
Raw Normal View History

2023-12-09 14:53:07 +01:00
html, body{
margin: 0px;
padding: 0px;
background-color: #2b2c2e;
display: flex;
align-items: center;
justify-content: center;
}
#canvas{
max-height: 100vh;
max-width: 100vw;
}