WEBLEB
Inicio
Editora de código
Iniciar sesión
Pro
Español
English
Français
Español
Português
Deutsch
Italiano
हिंदी
Ejemplo de animación de botón HTML
31
gmskabirwala
Abrir en el editor
Publica tu código
Recomendado
11 March 2024
Plantilla HTML CSS para sitio web de portafolio
15 May 2025
Plantilla de sitio web de comercio electrónico HTML CSS
27 February 2025
Un código de securearray494
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) */