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