column-count

Draft

Definition

The column-count CSS property breaks an element’s content into the specified number of columns, creating a multi-column layout. The columns will be balanced, meaning they will have roughly the same length.

For example, column-count: 3; will divide the text content of an element into three columns.