HomeTracks
Explorer···
THEEBUG
Completed0/6
Score0
CSSlesson6.css×
THEEBUGlesson6.css
1
.link:______ {
2
color: ______;
3
}
$[system] Theebug ready. Happy coding!
Code BlocksDrag blocks into the drop zones above
4 blocks available
hover
active
orange
hidden
Game Panel
0:000 pts
Level 6 of 6Hover State
0/2 slots correct
Objective
Make .link turn orange when the mouse hovers over it
Expected Output
Link text turns orange on hover
Debug says:
Pseudo-classes like :hover apply a style only in a certain state — here, only while the mouse is over the element. Which pseudo-class means 'mouse is over me'?
Debug the Worm