Web Hoverable Button 33
Run
HTML
Hoverable Button
Button
CSS
.hoverable-button{ width:150px; height: 50px; outline:none; background:tomato; color:white; margin-top: 100px; border: 1px solid #e1e1e1; border-radius: 5px; font-size: 1.2em; transition: 2s; } .hoverable-button:hover:after{ content: '\0000BB'; font-size: 1.3em; }
Follow Us