This commit is contained in:
2025-10-02 00:46:56 +02:00
commit 7cc9e689a4
66 changed files with 2924 additions and 0 deletions

57
css/body.css Normal file
View File

@@ -0,0 +1,57 @@
body{
background-color: white;
width: 100%;
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-weight: 200;
font-style: normal;
font-size: 1.5em;
line-height: normal;
}
hr{
border-color: #edbf63 !important;
background-color: none !important;
width: 100% !important;
margin-bottom: 1em;
}
h1{
font-size: 2em;
}
b{
font-weight: bold;
}
.carousel-cover-skew{
height: 10em;
background-color: white;
}
.carousel-cover-skew-top{
position: relative;
z-index: 1;
bottom: -4em;
transform: skewY(-2deg);
-webkit-transform: skewY(-2deg);
}
.carousel-cover-skew-bottom{
position: relative;
z-index: 1;
bottom: 4em;
margin-bottom: -9em;
transform: skewY(-3deg);
-webkit-transform: skewY(-3deg);
}
@media screen and (min-width: 1000px){
}
@media screen and (max-width: 1000px){
body{
font-size: unset;
}
}