css.properties

column-gap

The column-gap property specifies the gap between columns.

Formal Syntax

normal | <length-percentage [0,∞]>

See specification

JavaScript Access

// Access via element.style
element.style.columnGap = 'normal';

Browser Support

standard | MDN · Spec · Spec · Spec

FeatureChromeFirefoxSafariEdge
column-gap11.5312
flex_context846314.184
grid_context66611216
multicol_context50521012
normal11.5312

Related Properties