Web Hoverable Button 25
Run
HTML
Hoverable Button
Button
CSS
.hoverable-button{ width:100px; height: 100px; border:none; outline:none; background:tomato; color:white; border-radius: 50%; } .hoverable-button:hover { border-top: 10px solid white; border-right: 5px solid tomato; border-bottom: 10px solid white; border-left: 5px solid tomato; }
Follow Us