The column-fill
property in
column-fill: balance|auto|initial|inherit;
auto:
It specifies that all the columns should be filled sequentially until the column reaches its height.
balance:
It is the default value. It specifies or determines that content should be balanced between the columns, if possible.
initial:
This sets the value to its default value.
inherit:
This inherits the column fill property from its parent value.
The example below demonstrates the use of the column-fill property. We use the column-fill property to define the column to be balanced: