<p>The text-transform CSS property specifies how to capitalize an element's text.</p>
<p>The text-transform CSS property specifies how to capitalize an element's text.</p>
<p>The text-transform CSS property specifies how to capitalize an element's text.</p>
p:first-of-type {
  text-transform: lowercase;
}

p:last-of-type {
  text-transform: uppercase;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.