CSS property: column-gap

Description

The gap between columns

The column-gap property sets the gap between columns. If there is a column rule between columns, it will appear in the middle of the gap.

The normal value is UA-specific. A value of 1em is suggested.

Column gaps cannot be negative.

Syntax

column-gap: <length> | normal;

Syntax

Versions