Web Hoverable Button 35
Run
HTML
Hoverable Button
Button
CSS
.hoverable-button{ width:150px; height: 50px; outline:none; background:#202020; color:white; margin-top: 100px; border: 1px solid #e1e1e1; border-radius: 5px; font-size: 1.2em; transition: 0.1s; } .hoverable-button:hover { border-left: 10px solid red; }
Follow Us