WEBLEB
Accueil
Éditeur
Connexion
Pro
Français
English
Français
Español
Português
Deutsch
Italiano
हिंदी
Exemple d'animation de bouton HTML CSS
52
dynamiclogic657
Ouvrir dans l'éditeur
Publiez votre code
Recommandé
29 July 2025
Jardin des glitchs
22 September 2025
Jeu de cube 3D HTML avec statistiques et personnalisation
26 September 2025
Extrait de code d'animation CSS Dopamine Drip
HTML
Copy
Simple HTML CSS Button Animation
Submit
CSS
Copy
button { width: 150px; height: 60px; border: 3px solid #315cfd; border-radius: 45px; transition: all 0.3s; cursor: pointer; background: white; font-size: 1.2em; font-weight: 550; font-family: 'Montserrat', sans-serif; } button:hover { background: #315cfd; color: white; font-size: 1.5em; }
JS
Copy
/* Replace with your JS Code (Leave empty if not needed) */