Web Hoverable Button 39
Run
HTML
Hoverable Button
Button
CSS
.hoverable-button{ width:150px; height: 50px; outline:none; background:yellow; color:#202020; margin-top: 100px; border:none; border-radius: 5px; font-size: 1.2em; transition: 0.2s; } .hoverable-button:hover { width: 155px; height: 55px; border: 5px dashed red; }
Follow Us