CSS property: -webkit-column-count
Description
Specifies the number of columns desired in a multicolumn flow.
Changes to this property can be animated.
Syntax
-webkit-column-count: auto | <number_of_columns>;
Values
- auto (by default)
- The element has one column.
- <number_of_columns>
The number of columns in the multicolumn flow. Integer, nonnegative value.