CSS Button Design

Button Design


#Button 1

HTML CSS Result
<center><button class="button-1" role="button"><b>Hover Me!</b></button></center> <style> .button-1 { width: 310px; height: 45px; font-size: 23px; background: #FF8F00; color: #000; margin: 5px; border-radius: 10px; padding: 10px; } .button-1:hover { background: #FFFF00; } </style>







Post ID: DABP001916