<h2>Heading</h2><br>
<p>Paragraph 1</p>
<p>Paragraph 2</p>
body{
  background: #1f1f1f;
  width: 80%;
  border: 1px dashed #ffffff;
  margin: auto;
  padding: 50px;
  color: #ffffff;
}

/* first-of-type selector */
p:first-of-type {
  color: red;
  font-style: italic;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.