aboutsummaryrefslogtreecommitdiff
path: root/src/App.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.css')
-rw-r--r--src/App.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/App.css b/src/App.css
index 1b07bbf..f347b78 100644
--- a/src/App.css
+++ b/src/App.css
@@ -151,4 +151,18 @@
.invLogo {
background: url("./background_inv.png");
+}
+
+#bgvid {
+ position: fixed;
+ top: 50%;
+ left: 50%;
+ min-width: 100%;
+ min-height: 100%;
+ width: auto;
+ height: auto;
+ z-index: -100;
+ transform: translatex(-50%) translatey(-50%);
+ background-size: cover;
+ transition: 1s opacity;
} \ No newline at end of file