Asteroids/webroot/index.css

11 lines
148 B
CSS

*{
box-sizing: border-box;
}
body{
margin: 0px;
width: 100vw;
height: 100vh;
background-color: #020202;
overflow: hidden;
}