WEBLEB
Inicio
Editora de código
Iniciar sesión
Pro
Español
English
Français
Español
Ejemplo de animación de botón HTML
1087
gmskabirwala
Abrir en el editor
Publica tu código
0
Recomendado
22 December 2024
directorios de coches
23 October 2025
Ocultar Div, Iniciar animación al hacer clic en el botón
12 December 2025
Juego de ping pong con JavaScript y rondas especiales
HTML
Copy
Button Animation
Submit
CSS
Copy
body{ display: flex; justify-content: center; align-items: center; height: 100vh; overflow: hidden; } button{ color:blue; border:none; height:40px; width: 100px; border-radius:7px; cursor: pointer; } button:hover{ color:white; background-color: #3b82f6; box-shadow: 0 0 0 5px #3b83f65f; }
JS
Copy
/* Replace with your JS Code (Leave empty if not needed) */