css.properties

grid-column-start

The grid-column-start property specifies where a grid item starts on the column axis.

Formal Syntax

grid-column-start = <grid-line> <grid-line> = auto | <custom-ident> | [ [ <integer [-โˆž,-1]> | <integer [1,โˆž]> ] && <custom-ident>? ] | [ span && [ <integer [1,โˆž]> || <custom-ident> ] ]

See specification

JavaScript Access

// Access via element.style element.style.gridColumnStart = "auto";

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
grid-column-start575210.116
auto575210.116

Related Properties