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

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

How can I center-justify text?

Currently, justify does not center the last line.

10条回答
  •  北海茫月
    2020-12-02 09:26

    Most of the solutions here don't take into account any kind of responsive text box.

    The amount of text on the last line of the paragraph is dictated by the size of the viewers browser, and so it becomes very difficult.

    I think in short, if you want any kind of browser/mobile responsiveness, this isn't possible :(

提交回复
热议问题