We use cookies to improve your experience. Learn more in our Privacy policy.
column-count
The column-count CSS property breaks an element's content into the specified number of columns.
Example
Initial value | auto |
Applies to | Block containers except table wrapper boxes |
Syntax
column-count: 2;
Values
The number of columns is determined by other CSS properties, such as column-width.
Is a strictly positive describing the ideal number of columns into which the content of the element will be flowed. If the column-width is also set to a non-auto value, it merely indicates the maximum allowed number of columns.
Browser support
column-count | 50 | 12 | 52 | 10 | 11.1 | 9 |