Web Hoverable Button 22
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; outline:none; background:white; color:#000000; } .hoverable-button:hover { border-top-left-radius:10px; border-bottom-right-radius:10px; }
Follow Us