text-align justify not working

后端 未结 10 1835
名媛妹妹
名媛妹妹 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:15

    If you wanted to justify four words in 487px you could try using word-spacing in your css.

    I used word-spacing:8em; for bla bla bla bla but you could adjust as necessary.

    http://jsfiddle.net/5RpQr/1/

提交回复
热议问题