I have right-side aligned text and I want it to push it a little bit left like you do with text-indent bur on the right side. Any solution with that?
I\'ve been trying with
There is none, unfortunately there is no text outdent in css, hower, you could use text direction direction:rtl; for some short texts, in that way indent will appear on the other side.