0 / 60 seg.

Find the mistake in this CSS code trying to set a hover effect on a button

button : hover {
    background-color: #0000FF;
    color: white;
}