Asteroids/index.css

7 lines
64 B
CSS

*{
box-sizing: border-box;
}
html, body{
margin: 0px;
}