HTML and CSS Reference
In-Depth Information
Name
column-count
Values:
<integer> | auto
Initial value:
auto
Applies to:
Nonreplaced block-level elements (except table elements), table cells, and inline-block ele-
ments
Inherited:
No
Computed value:
Same as declared value
Description:
Defines the number of columns used in a multicolumn layout of an element. Besides the de-
fault auto , only positive nonzero integers are permitted.
Examples:
body {column-count: 2;}
Search WWH ::




Custom Search