How to center-justify the last line of text in CSS?

后端 未结 10 1683
余生分开走
余生分开走 2020-12-02 08:23

How can I center-justify text?

Currently, justify does not center the last line.

10条回答
  •  南方客
    南方客 (楼主)
    2020-12-02 09:10

    Simple. Text-align: justify; (to get the elements aligned) Padding-left: ?px; (to center the elements)

提交回复
热议问题