WEBLEB
Inicio
Editora de código
Iniciar sesión
Pro
Español
English
Français
Español
Português
Deutsch
Italiano
हिंदी
HTML
CSS
JS
Titan's games:Yellow
Titan's games:Yellow
Name
ID (Date)
Popular
Settings
Featured Zones
All Zones
Loading...
Recently Played
No recently played zones yet.
zone
by Author
Fullscreen
Open in New Tab
Download
Close
Title
×
Content will be here
.logo { background: linear-gradient( 90deg, red, orange, yellow, lime, cyan, blue, violet ); background-size: 400%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: rgbText 6s linear infinite; } @keyframes rgbText { from { background-position: 0%; } to { background-position: 400%; } } @keyframes rgb { 0% { background: red; } 16% { background: orange; } 33% { background: yellow; } 50% { background: lime; } 66% { background: cyan; } 83% { background: violet; } 100% { background: red; } } .dark-mode header, .dark-mode .zone-header { animation: rgb 6s linear infinite; #globalImageOverlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; display: flex; align-items: center; justify-content: center; pointer-events: none; /* doesn’t block clicks */ z-index: 999999; } #globalImageOverlay img { max-width: 80%; max-height: 80%; border-radius: 20px; box-shadow: 0 20px 50px rgba(0,0,0,0.6); }
/* Replace with your JS Code (Leave empty if not needed) */
Preview
Open Advanced Editor
HTML
CSS
JS
Titan's games:Yellow
Titan's games:Yellow
Name
ID (Date)
Popular
Settings
Featured Zones
All Zones
Loading...
Recently Played
No recently played zones yet.
zone
by Author
Fullscreen
Open in New Tab
Download
Close
Title
×
Content will be here
.logo { background: linear-gradient( 90deg, red, orange, yellow, lime, cyan, blue, violet ); background-size: 400%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: rgbText 6s linear infinite; } @keyframes rgbText { from { background-position: 0%; } to { background-position: 400%; } } @keyframes rgb { 0% { background: red; } 16% { background: orange; } 33% { background: yellow; } 50% { background: lime; } 66% { background: cyan; } 83% { background: violet; } 100% { background: red; } } .dark-mode header, .dark-mode .zone-header { animation: rgb 6s linear infinite; #globalImageOverlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; display: flex; align-items: center; justify-content: center; pointer-events: none; /* doesn’t block clicks */ z-index: 999999; } #globalImageOverlay img { max-width: 80%; max-height: 80%; border-radius: 20px; box-shadow: 0 20px 50px rgba(0,0,0,0.6); }
/* Replace with your JS Code (Leave empty if not needed) */
Preview
Validating your code, please wait...