Web Hoverable Button 1
Run
HTML
Hoverable Button
Button
CSS
.hoverable-button{ width: 100px; height: 50px; border: 2px solid green; outline: none; background: white; color: #000000; } .hoverable-button:hover { background: green; color: #ffffff; font-weight: bold; border: none; outline: none; }
Follow Us