Automatic two columns with CSS or JavaScript

后端 未结 7 1094
有刺的猬
有刺的猬 2020-12-16 01:43

I\'m currently developing a website and my client wants the text of various articles to overflow into two columns. Kind of like in a newspaper? So it would look like:

<
7条回答
  •  一向
    一向 (楼主)
    2020-12-16 01:55

    This is supported in a Mozilla only CSS extension: -moz-column-count. See : https://developer.mozilla.org/en/CSS3_Columns

提交回复
热议问题