Files
2019-01-07 15:03:08 +01:00

21 lines
298 B
CSS

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font: 13px Roboto, sans-serif;
background-color: #212121;
}
canvas {
background-color: #424242;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100vh;
margin: auto;
}