styles
This commit is contained in:
parent
85f056394f
commit
de1810fde4
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user