Add WIP custom background video feature

This commit is contained in:
David Ralph
2020-10-21 13:22:04 +01:00
parent 78d3384d7e
commit 2f8d5eca21
4 changed files with 19 additions and 3 deletions

View File

@@ -83,6 +83,7 @@ body {
from {
opacity: 0;
}
to {
opacity: 1;
}
@@ -100,4 +101,12 @@ body {
::selection {
background-color: #c2c2c2;
}
#backgroundVideo {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
}