When I say lines I don't mean those specified in the html (ex. <br>
) but lines which are created because of the width of a div, or the width of the browser etc.
I have tried:
p::first-line::before{
content: "("
But 1. it didn't worked and 2. I need to be applied in all lines. Is there any way to implement this in css or javascript?