<article>
<p>I want to be red and larger than the other text.</p>
<p>I want to be normal sized and the default colour.</p>
</article>
article p:first-of-type {
color: red;
font-size: 1.5em;
}
This Pen doesn't use any external JavaScript resources.