I'm currently working on making some modifications to someone else's website and they've requested that I adjust the initial line of a repeating paragraph element. Here is an example of the existing content:
<p>
Cum soluta nobis eleifend option congue nihil imperdiet doming id.
<br>
Cum soluta nobis eleifend option congue nihil imperdiet doming id.
<br>
Cum soluta nobis eleifend option congue nihil imperdiet doming id.
</p>
My query is - can I specifically target the first line of text using CSS without needing to alter or add any new HTML code?