This simple tutorial teaches you how to style the first line of every paragraph, using CSS.
click here to watch
Below is the Corresponding CSS:
p:first-line {
}
That's it! Simple eh?