From 04147bcae98920f8d5d8ba3d0867e7e34ad59fb2 Mon Sep 17 00:00:00 2001 From: Aroy-Art <39088602+Aroy-Art@users.noreply.github.com> Date: Thu, 2 Sep 2021 13:10:41 +0200 Subject: [PATCH] Added beginning of banner to styling --- assets/css/style.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index f6e695c..7020484 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -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 =================================================================*/