WEBLEB
Home
AI Editor
Login
Pro
English
English
Français
Español
Português
Deutsch
Italiano
हिंदी
Simple HTML CSS Button
5664
DeveloperUI
Open In Editor
Video
Publish Your Code
1
Recommended
19 November 2025
Google Login & Responsive Menu HTML Code
26 December 2025
Modèle de formulaire de connexion HTML réseaux sociaux Français
24 February 2024
HTML idea Generater
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) */