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