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