Web Hoverable Button 8
Run
HTML
Hoverable Button
Button
CSS
.hoverable-button{ width:100px; height: 50px; border:2px solid olive; border-radius:30px; outline:none; background:white; color:#000000; } .hoverable-button:hover { background:linear-gradient(olive,black); color:#ffffff; font-weight:bold; border:none; outline:none; }
Follow Us