diff --git a/css/stylesheet.css b/css/stylesheet.css index a5fadf70..c5f7d2a0 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -3,10 +3,15 @@ body { margin: 0; padding: 0; overflow: hidden; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: rgb(63, 63, 63); } body { - background: rgb(63, 63, 63); font-family: 'Roboto', sans-serif; color: rgb(187, 187, 187); -webkit-font-smoothing: subpixel-antialiased; diff --git a/index.html b/index.html index b088babd..e89406d8 100644 --- a/index.html +++ b/index.html @@ -32,6 +32,11 @@