<body>
  <p>hello<p>
  <span>hi</span>
  <div>
    <p>hello<p>
    <p>hello<p>
  </div>
  <section>
    <div>1</div>
    <div>2</div>
    <div>3</div>
  </section>
 
</body>
div:nth-child(3){
  color:red;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.