home: test css improvement

This commit is contained in:
2026-07-23 07:12:20 +01:00
parent 60a9109389
commit 1098ba0c38
+5 -2
View File
@@ -6,11 +6,14 @@
} }
} }
body { html {
height: 100vh;
background: url("assets/clouds.png"), linear-gradient(180deg, hwb(230 20% 0%) 0%, hwb(230 90% 0%) 110%); background: url("assets/clouds.png"), linear-gradient(180deg, hwb(230 20% 0%) 0%, hwb(230 90% 0%) 110%);
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover, cover; background-size: cover, cover;
}
body {
height: 100dvh;
padding: 20px; padding: 20px;
} }