WEBLEB
होम
संपादक
लॉग इन करें
Pro
हिंदी
English
Français
Español
Português
Deutsch
Italiano
हिंदी
होवर एनिमेटेड बटन पर
4218
alex
संपादक में खोलें
Video
अपना कोड प्रकाशित करें
3 January 2025
संपर्क फ़ॉर्म - अद्यतन
1 December 2024
होवर पर ग्रेडिएंट रंग
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) */