What is the CSS column-fill property?
The column-fill property in
Syntax
column-fill: balance|auto|initial|inherit;
Property values
-
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.
Code
The example below demonstrates the use of the column-fill property. We use the column-fill property to define the column to be balanced: