Added beginning of banner to styling

This commit is contained in:
Aroy-Art 2021-09-02 13:10:41 +02:00
parent 58e38dd179
commit 04147bcae9

View file

@ -728,6 +728,37 @@ a:hover {
}
/*=================================================================
Banner 2
=================================================================*/
.backgroundContainer {
background-color: #040b1e;
position: fixed;
top: 0;
border: 0;
left: 0;
right: 0;
}
img.loaded video.loaded {
opacity: 1;
transition: opacity 0.4s ease;
-webkit-transition: opacity 0.4s ease;
}
.hero-video {
min-width: 100%;
min-height: 100%;
z-index: -9;
width: auto;
height: auto;
position: absolute;
/*top: 50%;
left: 50%;
transform: translate(-50%,-50%);*/
}
/*=================================================================
Footer
=================================================================*/