<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;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.