text-align justify not working

后端 未结 10 1827
名媛妹妹
名媛妹妹 2020-12-05 04:48

I\'m trying to justify the text within this p tag so that it perfectly fits the width of the p.

10条回答
  •  北海茫月
    2020-12-05 05:11

    Chrome doesn't support it but in Firefox and IE, you can use text-align-last: justify;. For a cross-browser solution, we have to use what @onemanarmy posted ;)

提交回复
热议问题