Answers for "how to change the color of a button on click"

CSS
0

change the button color on click

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

html change button color

.button {
	background-color: #A62773; /*Color Code*/
}
Posted by: Guest on May-22-2021

Code answers related to "how to change the color of a button on click"

Browse Popular Code Answers by Language