webgl_game/style.css

8 lines
109 B
CSS

html, body {
margin: 0px;
padding: 0px;
width: 100vw;
height: 100vh;
overflow: hidden;
}