diff --git a/src/styles.css b/src/styles.css index e69de29..ebd0a76 100644 --- a/src/styles.css +++ b/src/styles.css @@ -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; +} \ No newline at end of file