css.properties

column-span

The column-span property specifies how many columns an element spans.

Formal Syntax

column-span = none | <integer [1,โˆž]> | all | auto

See specification

JavaScript Access

// Access via element.style element.style.columnSpan = "none";

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
column-span5071912
all6715.112
none6715.112

Related Properties