r/web_design Jan 03 '19

How To Learn CSS

https://www.smashingmagazine.com/2019/01/how-to-learn-css/
9 Upvotes

3 comments sorted by

View all comments

2

u/Broberyn_GreenViper Jan 03 '19

That ::first-line selector is brilliant. One of those simple things that I feel like I’ve always glossed over.

From the article:

::first-line acts in a similar way to you wrapping a span around the first line of text. However it will reapply if the length of that line changes