Asteroids/webroot/index.css

11 lines
148 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;
2022-08-02 09:38:18 +02:00
width: 100vw;
height: 100vh;
background-color: #020202;
overflow: hidden;
2022-07-26 11:41:00 +02:00
}