gridColumnStart
The grid-column-start
CSS property specifies a grid item's start position within the grid column by contributing a line, a span, or nothing (automatic) to its grid placement. This start position defines the block-start edge of the grid area.
Syntax: <grid-line>
Initial value: auto
| Chrome | Firefox | Safari | Edge | IE |
| :----: | :-----: | :------: | :----: | :-: |
| 57 | 52 | 10.1 | 16 | No |
Content copied to clipboard