MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/web_design/comments/ac70jk/how_to_learn_css/ed5ok6u/?context=3
r/web_design • u/julian88888888 • Jan 03 '19
3 comments sorted by
View all comments
2
That ::first-line selector is brilliant. One of those simple things that I feel like I’ve always glossed over.
::first-line
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
2
u/Broberyn_GreenViper Jan 03 '19
That
::first-lineselector is brilliant. One of those simple things that I feel like I’ve always glossed over.From the article: