element-名媛妹妹的回答
element
I am aware of the :first-line selector in CSS, but I cannot find anything that will allow me to select the last line.
:first-line
The reason I am trying to select the l
Unfortunately there is no CSS selector that would apply.
You can however select the first line using the pseudo element :first-line. Unfortunately at the moment there is no equivalent for the last line.