Update style.css

master
urbicide 2020-08-27 15:23:06 +03:00 committed by GitHub
parent 7cc1e96fc5
commit aeb8a54b4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -4,6 +4,23 @@ body {
text-align: center;
}
.video-background {
background: #000;
position: fixed;
top: 0; right: 0; bottom: 0; left: 0;
z-index: -99;
}
.video-foreground,
.video-background iframe {
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
pointer-events: none;
}
#vidtop-content {
top: 0;
}
a:link, a:visited, a:hover, a:active {
color: #000000;
}