From 25adfc618e77db9a5ee3b98ce0dab0be832efed0 Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Tue, 24 Dec 2024 17:58:20 +0100 Subject: hello kitty base done --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 9a64319..28243df 100644 --- a/style.css +++ b/style.css @@ -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%; } -- cgit v1.2.3