Property column-fill
Specifies how to fill columns, balanced or not
If you add a height to a multi-column element,
you can control how the content fills the columns.
The content can be balanced or filled
sequentially.
.newspaper1 {
column-fill: auto;
}
.newspaper2 {
column-fill: balance;
}