Asteroids/webroot/index.css

7 lines
58 B
CSS

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