Web Hoverable Button 29
Run
HTML
Hoverable Button
Button
CSS
.hoverable-button{ width:100px; height: 90px; border:none; outline:none; background:orange; color:white; border-radius:10px; margin-top: 100px; } .hoverable-button:hover { transform: skewX(20deg); }
Follow Us