WEBLEB
Início
Editor
Entrar
Pro
Português
English
Français
Español
Português
Deutsch
Italiano
हिंदी
Vídeo de fundo
2052
ASKMUHAMMAD_2K
Abrir no Editor
Video
Publique Seu Código
1
Recomendado
15 January 2026
Knight's Defense: Código-fonte do jogo em HTML Canvas
13 November 2024
Efeito de moldura de foto CSS 3D para imagens
16 January 2026
Modelo HTML para reprodutor de jogos Flash Ruffle
HTML
Copy
Background Video
Journey
Explore
CSS
Copy
* { padding: 0; margin: 0; box-sizing: border-box; font-family: sans-serif; } .hero { width: 100%; height: 100vh; background-image: linear-gradient(rgba(12, 3, 51, 0.3), rgba(12, 3, 51, 0.3)); position: relative; padding: 0 5%; display: flex; justify-content: center; align-items: center; } .content { text-align: center; } .content h1 { font-size: 160px; color: #fff; font-weight: 600; transition: 0.5s; } .content h1:hover { -webkit-text-stroke: 2px white; color: transparent; } .content a { text-decoration: none; display: inline-block; color: #fff; font-size: 24px; border: 2px solid white; padding: 14px 50px; margin-top: 20px; transition: 0.5s; } .content a:hover { background: #fff; color: #000; } .back-video { position: absolute; right: 0; bottom: 0; z-index: -1; } @media (min-aspect-ratio: 16/9) { .back-video { width: 100%; height: auto; } } @media (max-aspect-ratio: 16/9) { .back-video { width: auto; height: 100%; } }
JS
Copy
no need!!!!