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