lisp-game-jam/game.css

12 lines
147 B
CSS
Raw Permalink Normal View History

2024-04-26 18:30:59 +00:00
body {
/* background-color: #000; */
margin: 0;
width: 100vw;
height: 100vh;
}
canvas {
display: block;
margin: 0 auto;
}