WEBLEB
Home
AI Editor
Login
Pro
English
English
Français
Español
HTML Button Animation Example
1089
gmskabirwala
Open In Editor
Publish Your Code
0
Recommended
1 July 2025
Sudoku Game HTML: Sidebar Toggle & Menu
11 April 2025
Invalid Page Button
17 July 2025
Couture Atelier Dashboard HTML Template
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) */