Hi.
I want a text-indent on the second line of a <h3>-element but I do not know how to do it.
have tried all kinds of things like:
h3:first-line:after{text-indent: 40px}
<div style="left:20px; position:relative; text-indent:-20px;">
But I cant get it to work... any ideas??
I want a text-indent on the second line of a <h3>-element but I do not know how to do it.
have tried all kinds of things like:
h3:first-line:after{text-indent: 40px}
<div style="left:20px; position:relative; text-indent:-20px;">
But I cant get it to work... any ideas??