CSS property: column-count
Description
The number of columns of a multicol element
This property describes the number of columns of a multicol element.
Syntax
column-count: <integer> | auto
Syntax
Values
Versions
Examples
body { column-count: 3 }