summaryrefslogtreecommitdiff
path: root/scss/index.scss
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 /scss/index.scss
parenta840990bdcabf45fb0d377478ba0ab27222434ae (diff)
hello kitty base done
Diffstat (limited to 'scss/index.scss')
-rw-r--r--scss/index.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/scss/index.scss b/scss/index.scss
index 177f5fd..42efed2 100644
--- a/scss/index.scss
+++ b/scss/index.scss
@@ -1,8 +1,6 @@
body {
margin: 0;
background-color: grey;
- width: 100%;
- height: 100%;
}
img {
@@ -11,6 +9,10 @@ img {
left: 0;
}
+.pixelated {
+ image-rendering: crisp-edges;
+}
+
.background {
width: 100%;
height: 100%;