Answers for "button auto change color"

3

change button color html

.button {
  background-color: #4CAF50;
}
Posted by: Guest on May-07-2021
0

change the button color on click

button:active{
  background-color:green;
}
Posted by: Guest on August-16-2021

Browse Popular Code Answers by Language