WEBLEB
Inicio
Editora de código
Iniciar sesión
Pro
Español
English
Français
Español
Português
Deutsch
Italiano
हिंदी
BRILLANTE
515
mambetov1237.b
Abrir en el editor
Publica tu código
Recomendado
23 September 2023
Texto brillante al pasar el cursor
16 May 2025
botón brillante 2
18 August 2023
Código de botón brillante
HTML
Copy
BRILLANTE
BRILLANTE
CSS
Copy
body { display: flex; justify-content: center; align-items: center; margin: 300px; background-color: dimgray; } .texto { font-size: 3rem; color: yellow; text-shadow: 0 0 10px orange, 0 0 20px orange, 0 0 40px orange, 0 0 80px orange; } <!-- Replace with your HTML Code (Leave empty if not needed) -->
JS
Copy
/* Replace with your JS Code (Leave empty if not needed) */