summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorniliara-edu <nil.jimeno@estudiant.fjaverianas.com>2024-12-24 17:58:20 +0100
committerniliara-edu <nil.jimeno@estudiant.fjaverianas.com>2024-12-24 17:58:20 +0100
commit25adfc618e77db9a5ee3b98ce0dab0be832efed0 (patch)
tree36ca56758ddd4674ab5a43df4b76bbfcc5a47af1 /style.css
parenta840990bdcabf45fb0d377478ba0ab27222434ae (diff)
hello kitty base done
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 4 insertions, 4 deletions
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%; }