Easy Tutorial
❮ Prop Del Cite Jsref Length String ❯

columnFill Property

Style Object

Example

Specify how to fill columns:


Definition and Usage

The columnFill property specifies how to fill columns (whether to coordinate them).


Browser Support

Almost all major browsers do not support the columnFill property.


Syntax

Return the columnFill property:

Set the columnFill property:

Property Values

Value Description
balance Default value. Coordinates the columns. The browser minimizes the difference in column lengths.
auto Fills columns sequentially, resulting in varying column lengths.
initial Sets this property to its default value. See initial
inherit Inherits this property from its parent element. See inherit

Technical Details

Default value: balance
Return value: A string representing the column-fill property of the element.
--- ---
CSS version CSS3
--- ---

Related Articles

CSS3 Tutorial: CSS3 Multiple Columns

CSS Reference: column-fill Property


Style Object

❮ Prop Del Cite Jsref Length String ❯