Web Hoverable Button 13
Run
HTML
Hoverable Button
Button
CSS
.hoverable-button{ width:80px; height:80px; border:2px solid tomato; border-radius:50%; outline:none; background:white; color:#000000; } .hoverable-button:hover { background:tomato; color:#ffffff; border:none; outline:none; font-weight:bold; }
Follow Us