Web Hoverable Button 10
Run
HTML
Hoverable Button
Button
CSS
.hoverable-button{ width:100px; height: 50px; border:2px solid orange; border-bottom-left-radius:30px; border-top-right-radius:30px; outline:none; background:white; color:#000000; } .hoverable-button:hover { background:orange; color:#ffffff; font-weight:bold; border:none; outline:none; }
Follow Us