pseudo-element "first-line"
We can style the first line of the paragraph text differently
p::first-line {
    color: blue;
    font-size: 20px;
    font-weight: bold;
    background-color: yellow;
}
by Valeri Tandilashvili
5 years ago
CSS
pseudo-elements
HTML5 and CSS3 beginners tutorials
1
Pro tip: use ```triple backticks around text``` to write in code fences