h3 + p {color:red}
. . .
<div>
<h3>A Title</h3>
<p>A Paragraph</p>
<p>Another Paragraph</p>
- Aimed at providing more control of styling siblings
- A paragraph with same parent as h3 element that is immediately before it is coloured red
A Title
A Paragraph
Another Paragraph