CSS grid-column-end Property
The grid-column-end property specifies how many columns an item will span or which column-line it will end on. It accepts three different kinds of values.
Syntax
Property Values
| Value | Description |
|---|---|
| auto | The default value. The item will take up one column. |
| span n | Specifies how many columns the item will span. |
| column-line | Specifies which column the item's display should end on. |
Supported Browsers
| Property | Chrome | Firefox | Safari | Edge / IE | Opera |
|---|---|---|---|---|---|
| grid-column-end | 57.0 | 52.0 | 10.0 | 16.0 | 44.0 |