CSSHTML + CSS
Draft saved locallyCSS · Spaces: 2
Live preview move your pointer inside
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:hoverrule. - Change
background-colorinside it.
Check my page Run project