form
All checks were successful
deploy to production / deploy (push) Successful in 49s

This commit is contained in:
2023-09-24 09:38:03 +00:00
parent 7813f0b486
commit eee191955e
32 changed files with 1091 additions and 518 deletions

View File

@@ -27,7 +27,6 @@
}
function imageSlide(images: HTMLImageElement[]) {
console.log(images)
let currentImage = 0
images[0].classList.add("show-img")
let interval = setInterval(() => {
@@ -59,9 +58,11 @@
navigate('/')
}}"
>
<button class="img-logo-container"><img src="/media/logo.svg" alt="logo" /></button>
<button class="img-logo-container">
<img src="/media/logo.svg" alt="logo" />
</button>
<div class="logo-text">
<p id="upper">ALL KIDS</p>
<p id="upper"><span class="yellow">ALL</span> <span class="red">KIDS</span></p>
<p id="lower">SO GÜNSTIG WIE NACHHALTIG</p>
</div>
</button>
@@ -241,12 +242,22 @@
text-align: left;
}
& > #upper {
font-family: "Orbitron" !important;
font-size: 24px;
font-weight: 700;
span {
font-family: "Orbitron" !important;
font-size: 31px;
font-weight: 700;
&.red {
color: red;
}
&.yellow {
color: yellow;
}
}
}
& > #lower {
font-size: 10px;
font-size: 13px;
font-weight: bold;
color: orange;
}
font-weight: bold;
font-size: 1.2rem;