🌐 Web (HTML & CSS)
CSS: Pseudo-classes
Pseudo-classes style elements in a certain state. :hover when the mouse is over, :focus when focused, :first-child for the first child. Example: a:hover { color: red; }
3 min 10 XP Lesson 21 of 26

Pseudo-classes style elements in a certain state. :hover when the mouse is over, :focus when focused, :first-child for the first child. Example: a:hover { color: red; }
