Updated the website

This commit is contained in:
2023-08-29 22:49:51 +02:00
parent 2be7f9b705
commit 3f3387b1d1
33 changed files with 297 additions and 165 deletions

7
styles/carousel.css Normal file
View File

@@ -0,0 +1,7 @@
.carousel {
height: calc(100vh - var(--header-Height));
background-position-x: center;
background-position-y: bottom;
background-repeat: no-repeat;
background-size: cover;
}