����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 216.73.216.82 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/builderbox/public_html/public/builder/templates/coming-soon/scss/ |
Upload File : |
// Global styling for this theme html { height: 100%; } body { height: 100%; min-height: 35rem; position: relative; @include body-font; } h1, h2, h3, h4, h5, h6 { @include heading-font; } video { position: fixed; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; transform: translateX(-50%) translateY(-50%); z-index: 0; } @media (pointer: coarse) and (hover: none) { body { background: url('../img/bg-mobile-fallback.jpg') $primary no-repeat center center scroll; background-size: cover; } body video { display: none; } } .overlay { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: $secondary; opacity: 0.7; z-index: 1; }