Let's just say you wanted to make some sexy text that could really grab some attention. You'd also probably want that to be responsive right? Of course you would! With the pseudo selectors ::first-line and ::first-letter it's no problem at all! Use ::first-line to select the first line of the text of your selected element and no matter the display size only the first line of text will have those styles! Then, of course, you're gonna want that sweet drop cap to make everyone wonder what all the hype is about. Use ::first-letter to select the first character of your selected element. Then give it a float left so the text will wrap around it, a little margin, and some padding, and you're good to go!