WEBLEB
Home
Editor
Accedi
Pro
Italiano
English
Français
Español
Português
Deutsch
Italiano
हिंदी
Esempio di animazione del pulsante HTML
41
gmskabirwala
Apri nell'Editor
Pubblica il Tuo Codice
Consigliato
16 May 2025
Un codice di Maxi-Digital
10 February 2025
Modulo di accesso CSS
29 June 2025
Power Gym: modello HTML per fitness, allenamento e corsi
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) */