Web Hoverable Button 2
Run
HTML
Hoverable Button
Button
CSS
.hoverable-button{ width:100px; height: 50px; border:2px solid red; outline:none; background:white; color:#000000; } .hoverable-button:hover { font-weight:bold; border:6px solid red; outline:none; }
Follow Us