Is there a way to target and customize elements 2, 5, and 8 using nth-child selector?
<div class="col">
1 <h3>aa</h3>
2 <p>bb</p>
3 <p>cc</p>
4 <h3>aa</h3>
5 <p>bb</p>
6 <p>cc</p>
7 <h3>aa</h3>
8 <p>bb</p>
9 <p>cc</p>
</div>