Edit in JSFiddle

<p>This is a paragraph of text that has only one stylesheet applied to it. That style causes the first line to be gray. No other lines will be gray.</p>
p:first-line {
    color: red;
}