Web Hoverable Button 12
Run
HTML
Hoverable Button
Button
CSS
.hoverable-button{ width:100px; height: 50px; border:4px dotted dodgerblue; border-bottom-left-radius:30px; border-top-right-radius:30px; outline:none; background:white; color:#000000; } .hoverable-button:hover { border-top:4px solid dodgerblue; border-bottom:4px solid dodgerblue; font-weight:bold; }
Follow Us