landingpage Video
parent
de398ff4b2
commit
d96d81f368
|
@ -49,7 +49,7 @@
|
|||
|
||||
.shx-landingPage__video__title {
|
||||
font-size: 4rem;
|
||||
margin-bottom: 1rem;
|
||||
margin-bottom: 3rem;
|
||||
|
||||
color: white;
|
||||
}
|
||||
|
@ -66,23 +66,7 @@
|
|||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.shx-landingPage__video__cta {
|
||||
display: inline-block;
|
||||
padding: 0.5rem 1rem;
|
||||
background-color: white;
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.shx-landingPage__video__cta:hover {
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.shx-landingPage__video__cta:active {
|
||||
transform: scale(0.95);
|
||||
}
|
||||
.shx-landingPage__video__cta {}
|
||||
|
||||
|
||||
</style>
|
||||
|
@ -100,7 +84,7 @@
|
|||
</video>
|
||||
<div class="shx-landingPage__video__content">
|
||||
<h1 class="shx-landingPage__video__title">Entdecke magische Kreationen</h1>
|
||||
<a href="#" class="shx-landingPage__video__cta">Jetzt Einkaufen</a>
|
||||
<a href="#" class="button shx-landingPage__video__cta">Jetzt Einkaufen</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in New Issue