CSSgrid-column-start Property
Definition and Usage
Thegrid-column-start property defines on which column-line the item will start.
| Default value: | auto |
|---|---|
| Inherited: | no |
| Animatable: | yes.Read aboutanimatableTry it |
| Version: | CSS Grid Layout Module Level 1 |
| JavaScript syntax: | object.style.gridColumnStart="3"Try it |
Browser Support
The numbers in the table specify the first browser version that fully supports the property.
| Property | |||||
|---|---|---|---|---|---|
| grid-column-start | 57 | 16 | 52 | 10 | 44 |
CSS Syntax
grid-column-start: auto|spann|column-line;
Property Values
| Value | Description | Demo |
|---|---|---|
| auto | Default value. The item will be placed following the flow | Demo ❯ |
| spann | Specifies the number of columns the item will span | Demo ❯ |
| column-line | Specifies on which column to start the display of the item | Demo ❯ |
Related Pages
CSS tutorial:CSS Grid Layout
CSS reference: Thegrid-column Property
CSS reference: Thegrid-column-end Property
CSS reference: Thegrid-row-start Property
CSS reference: Thegrid-row-end Property

