Web Hoverable Button 32
Run
HTML
Hoverable Button
Button
CSS
.hoverable-button{ width:150px; height: 50px; border:none; outline:none; background:blue; color:white; margin-top: 100px; } .hoverable-button:hover { transform: skewX(30deg); }
Follow Us