Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

Exercise:

Change the background color, when a user hovers over p elements, with the class "highlight", to "lightblue".

Hint: Use the :hover pseudo-class together with the p.highlight selector.