Web Hoverable Button 30
Run
HTML
Hoverable Button
Button
CSS
.hoverable-button{ width:150px; height: 50px; border:none; outline:none; background:grey; color:white; margin-top: 100px; } .hoverable-button:hover { transform: skewY(20deg); box-shadow: 2px 2px 2px red; }
Follow Us