CSS grid-column-start Property
The grid-column-start property specifies where each column line item will begin. There are various values for the grid-column-start property; with each value, the user can begin from anywhere. On the same naming block, there is also a specific value that is affected.
Syntax
Property Values
| Value | Description |
|---|---|
| auto | The default value. The item will be placed in accordance with the flow. |
| span n | Specifies how many columns the item will span. |
| column-line | Specifies which column the item should be displayed in. |
Supported Browsers
| Property | Chrome | Firefox | Safari | Edge / IE | Opera |
|---|---|---|---|---|---|
| grid-column-start | 57.0 | 52.0 | 10.0 | 16.0 | 44.0 |