streetmapme/style.css

11 lines
124 B
CSS
Raw Normal View History

2017-08-07 07:58:49 -06:00
body {
margin: 0;
height: 100vh;
width: 100vw;
background: #000;
color: #EEE;
}
2017-08-07 07:11:59 -06:00
main {
width: 100vw;
height: 100vh;
}