landingpage Video
parent
2462c9e4d9
commit
876e5c4755
|
@ -1,75 +1,68 @@
|
|||
{% assign videoURL = "https://cdn.shopify.com/videos/c/o/v/37f714939aef4036aa9fc14f7c18ab46.mp4" %}
|
||||
|
||||
<style>
|
||||
.landingPage {
|
||||
max-height: 50vh;
|
||||
}
|
||||
.landingPage {}
|
||||
|
||||
.shx-landingPage__video__element {
|
||||
.shx-landingPage__video__element {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
max-height: 50vh;
|
||||
}
|
||||
|
||||
.shx-landingPage__video {
|
||||
.shx-landingPage__video {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
/* Add this */
|
||||
justify-content: center;
|
||||
/* Add this */
|
||||
align-items: center;
|
||||
/* Add this */
|
||||
}
|
||||
}
|
||||
|
||||
.shx-landingPage__video__content {
|
||||
.shx-landingPage__video__content {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
text-align: center;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.shx-landingPage__video__title {
|
||||
.shx-landingPage__video__title {
|
||||
font-size: 4rem;
|
||||
margin-bottom: 1rem;
|
||||
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
@media screen and (max-width: 768px) {
|
||||
.shx-landingPage__video__title {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.shx-landingPage__video__description {
|
||||
.shx-landingPage__video__description {
|
||||
font-size: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.shx-landingPage__video__cta {
|
||||
.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 {
|
||||
.shx-landingPage__video__cta:hover {
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
.shx-landingPage__video__cta:active {
|
||||
.shx-landingPage__video__cta:active {
|
||||
transform: scale(0.95);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue