Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

Exercise:

Change the color of <p> elements, that are the adjacent (immediately following) sibling of a <div> element, to "red".

Hint: To select adjacent siblings, seperate the selectors with +.