decla-red/frontend/src/styling/main.scss
schmelczerandras fb50ade480 Scaffold WebGl
2020-07-16 17:35:47 +02:00

19 lines
287 B
SCSS

html, body, main {
height: 100%;
}
body {
margin: 0;
background-color: #333;
main {
display: flex;
justify-content: center;
align-items: center;
canvas {
width: 100%;
background-color: hotpink;
}
}
}