Web Hoverable Button 38
Run
HTML
Hoverable Button
Button
CSS
.hoverable-button{ width:150px; height: 50px; outline:none; background:purple; color:white; margin-top: 100px; border: 1px solid #e1e1e1; border-radius: 5px; font-size: 1.2em; transition: 0.2s; } .hoverable-button:hover { background: linear-gradient(45deg, #202020 50% ,purple 50%); width: 155px; height: 55px; }
Follow Us