start of lazy loading

This commit is contained in:
luisa.bellitto 2025-06-19 09:48:24 +02:00 committed by Rudi Regentonne
parent 55efde580c
commit 2aeea4033a
12 changed files with 68 additions and 93 deletions

View file

@ -17,3 +17,11 @@
url("../../public/assets/images/BirdsSky.jpg") lightgray 50% / cover
no-repeat;
}
body{
height: 100vh; /* Full viewport height */
width: 100vw; /* Full viewport width */
background: var(--gradient-blue-backround-mobile);
z-index: -1;
background-attachment: fixed;
}

View file

@ -0,0 +1,3 @@
:root {
--Header-height: 50px;
}