Web Hoverable Button 27
Run
HTML
Hoverable Button
Button
CSS
.hoverable-button{ width:200px; height: 50px; border:none; outline:none; background:#1e90ff; color:white; border-radius: 20px; } .hoverable-button:hover { border-top: 5px solid #000000; border-right: 5px solid white; border-bottom: 5px solid #000000; border-left: 5px solid white; }
Follow Us