world-ecoregion/map-generator/static/style.css
2019-04-22 09:49:31 +04:30

15 lines
128 B
CSS

* {
box-sizing: border-box;
}
html, body {
margin: 0;
}
aside {
text-align: center;
width: 300px;
height: 100vh;
}