<body>
  <p>hello<p>
  <span>hi</span>
  <p>hi</p>
  <div>
    <div>1</div>
    <div>2</div>
    <div>3</div>
  </div>

</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.