css text-indent equivalent on the right side

前端 未结 6 948
醉话见心
醉话见心 2020-12-31 02:27

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

6条回答
  •  再見小時候
    2020-12-31 03:13

    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.

提交回复
热议问题