CSS column-fill property
Description
CSS column-fill property defines whether the content should fill the columns equally or sequentially.
Syntax
column-fill : balance | auto
Property values
balanceDefault
-
It balances the content eqully between different columns.
column-fill: balance;
auto
-
It fills the content sequentially between columns.
column-fill: auto;
Applicable to
It applies to multi-column containers.
From web4college, the free CSS digger
#CSS digger
Was this article helpful?
column count represents the number of columns and distributes the content among those columns
▾