CSS property: -webkit-column-gap

Description

Specifies the space between columns in a multicolumn flow.

Changes to this property can be animated.

Syntax

-webkit-column-gap: normal | <width>;

Values

normal (by default)
Columns in the element have the normal gap width between them.
<width>

The width of the gap. Length unit.

Versions