편집 요약 없음 |
편집 요약 없음 |
||
2번째 줄: | 2번째 줄: | ||
<html> | <html> | ||
<style> | <style> | ||
.nav-wrapper .navbar-fixed-top { background: linear-gradient(to bottom,rgba(70,109,250,0.42),rgba(0,0,0,0)); backdrop-filter: saturate(180%) blur(20px); } | |||
.nav-wrapper.navbar-fixed-top { background: linear-gradient(to bottom,rgba(70,109,250,0.42),rgba(0,0,0,0)); backdrop-filter: saturate(180%) blur(20px); } | #custom-background { position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; width: 100vw; height: 98vh; margin-top: 1vh; background-color: black; } | ||
#custom-background { position: absolute; top: 0; left: 0; width: 100vw; height: | |||
#custom-video { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 1760px; height: 990px; opacity: 1; filter: blur(0px); -webkit-filter: blur(0px); border-radius: 60px; } | #custom-video { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 1760px; height: 990px; opacity: 1; filter: blur(0px); -webkit-filter: blur(0px); border-radius: 60px; } | ||
@media screen and (max-width: 1023px) { | @media screen and (max-width: 1023px) { #custom-background { display: none; } } | ||
.footer-info-copyright { display: none; } | .footer-info-copyright { display: none; } | ||
#liberty-bottombtn { display: none; } | #liberty-bottombtn { display: none; } | ||
body { | body { | ||
-webkit-user-select: none; | |||
-moz-user-select: none; | |||
-ms-user-select: none; | |||
user-select: none; | |||
} | } | ||
}} | |||
</style> | </style> | ||
</html> | </html> |