<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;
}

External CSS

  1. https://codepen.io/web-dot-dev/pen/gOgYqvz.css

External JavaScript

This Pen doesn't use any external JavaScript resources.