WEBLEB
Home
Editor
Login
Pro
English
English
Français
Español
Português
Deutsch
Italiano
हिंदी
On Hover Animated Button
4396
alex
Open In Editor
Video
Publish Your Code
Recommended
30 January 2025
Buttons Gradient Hover
14 May 2025
système de dons avec plusieurs montants
9 September 2025
Hotel Booking Page HTML - Rooms, Amenities, Contact
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) */