css button click color code example
Example: css button click color
button{
background-color:yellow;
}
button:hover{
background-color:orange;
}
button:focus{
background-color:red;
}
button{
background-color:yellow;
}
button:hover{
background-color:orange;
}
button:focus{
background-color:red;
}