color de clic del botón CSS
button{
background-color:yellow;
}
button:hover{
background-color:orange;
}
button:focus{
background-color:red;
}
Undefined
button{
background-color:yellow;
}
button:hover{
background-color:orange;
}
button:focus{
background-color:red;
}