面试题答案
一键面试button:hover {
background-color: blue;
color: white;
}
button:active {
background-color: green;
color: yellow;
}
button:hover {
background-color: blue;
color: white;
}
button:active {
background-color: green;
color: yellow;
}