diff --git a/css/main.css b/css/main.css index 6a33308..8be5953 100644 --- a/css/main.css +++ b/css/main.css @@ -1,14 +1,14 @@ -*{ -margin:0; -padding:0; -outline:none; -position:relative; -left:0; -top:0; +* { + margin: 0; + padding: 0; + outline: none; + position: relative; + left: 0; + top: 0; +} +body { + width: 100vw; + height: 100vh; + overflow: hidden; + background-color: #888; } -body{ -width:100vw; -height:100vh; -overflow:hidden; -background-color:#000; -} \ No newline at end of file diff --git a/index.html b/index.html index f1da83b..66c71db 100644 --- a/index.html +++ b/index.html @@ -5,5 +5,5 @@
- +