Web Hoverable Button 31
Run
HTML
Hoverable Button
Button
CSS
.hoverable-button{ width:150px; height: 50px; border:none; outline:none; background:olive; color:white; margin-top: 100px; } .hoverable-button:hover { transform: scale(0.7, 0.7); }
Follow Us