diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,16 +1,16 @@ body { margin: 0; - background-color: grey; - width: 100%; - height: 100%; } + background-color: grey; } img { position: absolute; top: 0; left: 0; } +.pixelated { + image-rendering: crisp-edges; } + .background { - position: inline; width: 100%; height: 100%; } |