landingpage Video

pull/4/head
Jan Umbach 2024-06-02 18:43:11 +02:00
parent 3c83894068
commit 86cbaca65d
1 changed files with 6 additions and 4 deletions

View File

@ -23,9 +23,12 @@
color: white; color: white;
} }
.shx-landingPage__video__title { .shx-landingPage__video__title {
font-size: 2rem; font-size: 4rem;
margin-bottom: 1rem; margin-bottom: 1rem;
color: white;
} }
.shx-landingPage__video__description { .shx-landingPage__video__description {
@ -66,9 +69,8 @@
Your browser does not support the video tag. Your browser does not support the video tag.
</video> </video>
<div class="shx-landingPage__video__content"> <div class="shx-landingPage__video__content">
<h1 class="shx-landingPage__video__title">Lorem ipsum dolor sit amet</h1> <h1 class="shx-landingPage__video__title">Entdecke magische Kreationen</h1>
<p class="shx-landingPage__video__description">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla nec purus feugiat, vestibulum mi nec, ultricies nunc. Nulla facilisi. Nullam nec nunc nec nunc.</p> <a href="#" class="shx-landingPage__video__cta">Jetzt Einkaufen</a>
<a href="#" class="shx-landingPage__video__cta">Shop now</a>
</div> </div>
</div> </div>
</div> </div>