From c90f45c78565b29ffc1cd162b4b87d74e0e9932e Mon Sep 17 00:00:00 2001 From: louisa Date: Mon, 6 Jun 2022 15:35:30 +0200 Subject: [PATCH] Update '868-mhz/index.html' --- 868-mhz/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/868-mhz/index.html b/868-mhz/index.html index 90659de..f327509 100644 --- a/868-mhz/index.html +++ b/868-mhz/index.html @@ -17,6 +17,18 @@ border-bottom-color: #ff3000; background: linear-gradient(to bottom, #000 0, #ff3000 100%); } + .fullscreen-video { + position: fixed; + overflow: hidden; + top: 50%; + left: 50%; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + transform: translateX(-50%) translateY(-50%); + z-index: -10; + }
<< home @@ -43,6 +55,9 @@
+

Work