Cool background animation

This commit is contained in:
2024-12-31 23:09:19 -08:00
parent 05ff4ecc5d
commit bdee81be16
10 changed files with 222 additions and 5 deletions

View File

@ -7,6 +7,8 @@ div.videocontainer {
border-radius: 8px;
box-shadow: 1px 1px 8px #00000033;
padding: 16px;
background-color: #ffffff44;
backdrop-filter: blur(6px);
}
div.videocontainer video#videoplayer {
@ -90,6 +92,7 @@ div.videocontainer div.download-dropdown div.dropdown-content ul li a {
}
div.videocontainer video#videoplayer {
width: 100%;
max-width: none;
}
div.videocontainer div.download-dropdown {
display: block;