Asteroids/webroot/index.css

7 lines
58 B
CSS
Raw Normal View History

2022-07-26 11:41:00 +02:00
*{
box-sizing: border-box;
}
body{
2022-07-26 11:41:00 +02:00
margin: 0px;
}