Web Hoverable Button 34
Run
HTML
Hoverable Button
Button
CSS
.hoverable-button{ width:150px; height: 50px; outline:none; background:olive; color:white; margin-top: 100px; border: 1px solid #e1e1e1; border-radius: 5px; font-size: 1.2em; transition: 0.5s; } .hoverable-button:hover { width: 160px; height: 60px; }
Follow Us