CSS text align justify big spaces

前端 未结 6 1310
时光取名叫无心
时光取名叫无心 2020-12-01 10:55

To format paragraphs I use text-align:justify, but I have one problem that there are big spaces between words, for IE the solution is to use text-justify:

6条回答
  •  春和景丽
    2020-12-01 11:59

    How do you want to format the paragraphs? Do you mean the width, height, letter spacing or word spacing?

    Have you tried using the text-align CSS tag?

    text-align:center
    

    Or the word-spacing CSS tag?

    word-spacing:10px
    

提交回复
热议问题