CSS grid-column-gap Property
In CSS, the grid-column-gap property is used to specify the size of the gap between columns in a grid layout.
Syntax
Property Values
Value | Description |
---|---|
length | Any legal length value, such as px or percent. 0 is the default. Learn more about length units. |
Supported Browsers
Property | Chrome | Firefox | Safari | Edge / IE | Opera |
---|---|---|---|---|---|
grid-column-gap | 57.0 | 52.0 | 10.0 | 16.0 | 44.0 |