<p>
  This paragraph is colored in red. This is due to  the CSS.
</p>
p {
  text-align: center;
  color: red;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.