diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 18 |
1 files changed, 7 insertions, 11 deletions
@@ -2,6 +2,13 @@ body { margin: 0; background-color: grey; } +#spawn { + position: relative; + top: 0; + left: 0; + width: 0; + height: 0; } + img { position: absolute; top: 0; @@ -10,17 +17,6 @@ img { .pixelated { image-rendering: pixelated; } -.background { - width: 100%; - height: 100%; } - -#spawn { - position: relative; - top: 0; - left: 0; - width: 0; - height: 0; } - #screen { display: block; overflow: hidden; |