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