foss-mmo/game.css

12 lines
147 B
CSS
Raw Normal View History

2024-05-17 13:08:43 -04:00
body {
/* background-color: #000; */
margin: 0;
width: 100vw;
height: 100vh;
}
canvas {
display: block;
margin: 0 auto;
}