Answers for "formatting a button in css"

CSS
0

formatting a button in css

.btn1:hover {      background-color: #008CBA;      color: white; }
Posted by: Guest on January-27-2021
-1

button style css

<a class="pure-button pure-button-active" href="#">An Active Button</a>
<button class="pure-button pure-button-active">An Active Button</button>
Posted by: Guest on October-15-2020

Browse Popular Code Answers by Language