Web Hoverable Button 18
Run
HTML
Hoverable Button
Button
CSS
.hoverable-button{ width:100px; height: 50px; border:none; outline:none; background:radial-gradient(yellow,black); color:#ffffff; } .hoverable-button:hover { background:linear-gradient(red,yellow); color:white; border:none; outline:none; font-weight:bold; }
Follow Us