Web Hoverable Button 23
Run
HTML
Hoverable Button
Button
CSS
.hoverable-button{ width:80px; height:80px; border:2px solid tomato; border-radius:50%; border-top-right-radius:10px; border-bottom-left-radius:10px; border-top:3px ridge cyan; border-right:3px ridge red; border-bottom:3px ridge cyan; border-left:3px ridge red; outline:none; background:black; color:#ffffff; } .hoverable-button:hover { background:white; color:#000000; }
Follow Us