This commit is contained in:
Marcin Czerniak 2021-03-07 21:38:24 +01:00
parent 85f056394f
commit de1810fde4

View File

@ -0,0 +1,14 @@
html, body {
height: 100vh;
width: 100%;
margin: 0;
padding: 0;
position: relative;
background-color: #141414;
}
canvas {
width: 100%;
position: absolute;
bottom: 0;
}