COLUMN-COUNT
The column-count property describes the number of columns of a multicol container.
SYNTAX
CSS
column-count: value;
JS
object.style.columnCount = "value";
VALUES
<'column-count'> = auto | <integer [1,∞]>
auto
Automatically specified by the user agent.
<integer>
Specifies one or more decimal digits (0-9).
INITIAL
auto