Make lines of text have equal length

前端 未结 4 1113
刺人心
刺人心 2021-02-07 15:44

In centered h1 elements, if the text falls on multiple lines, line breaks make the text look like this:

                This is a header that takes          


        
4条回答
  •  半阙折子戏
    2021-02-07 16:47

    The CSS Text 4 draft proposes text-wrap: balance, but I don't think any browser implements it yet.

    In the meantime, you can use Adobe's jQuery plugin (demo): https://github.com/adobe-webplatform/balance-text

提交回复
热议问题