Can the first line of a left-aligned text be right-indented using only CSS?
- The way I see it, the first-line pseudo-element doesn’t support margin/padding.
- I’ve also tried a hack using text-aligned: left and direction: rtl, with a text-indent property, but this pretty much screws up many other things.
Looking forward to hearing your thoughts on this!
New contributor
EduardB is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.