Should I avoid using “text-align: justify;”?

后端 未结 13 1084
离开以前
离开以前 2020-12-12 14:00

Is there any reason to avoid using text-align: justify;?

Does it reduce readability or cause problems?

13条回答
  •  感情败类
    2020-12-12 14:18

    It should be mentioned that Internet Explorer (at least) up to version 8 does not render text-align: justify correctly. Instead it is interpreted as text-align: center.

    Here is more info: text-align: justify

    Caused me some headaches to find out why IE kept centering stuff. Maybe it saves somebody else some time.

提交回复
热议问题