CSSHTML + CSS
Draft saved locallyCSS · Spaces: 2
Live preview move your pointer inside
Mission 01 10 min
Reward+100 XP

React to Hover

:hover targets an element only while the pointer is over it.

01
Your mission

Add a hover rule that changes the button background.

  • Create a .button:hover rule.
  • Change background-color inside it.
Check my page Run project
Mission demoReact to Hover

Finished result only — the answer code stays hidden.