text-align justify not working

后端 未结 10 1826
名媛妹妹
名媛妹妹 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 04:52

    If your text doesn't span more than one line, justifying doesn't do anything. Your text has to wrap to the next line, and then the FIRST line will be justified, but not the second.

提交回复
热议问题