WEBLEB
Home
Editor
Login
Pro
English
English
Français
Español
Português
Deutsch
Italiano
हिंदी
Simple HTML CSS Button
4675
DeveloperUI
Open In Editor
Video
Publish Your Code
Recommended
30 June 2023
Responsive CSS Navbar
4 January 2025
CSS ile bir karesel döngü
10 February 2025
Simple HTML Login Form
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) */