CSS column-gap Property
In CSS, the column-gap property specifies the amount of space between the columns into which a given text is divided using the column-count property.
Syntax
Property Values
| Value | Description |
|---|---|
| length | A length that specifies the space between the columns. |
| normal | The default value. Specifies a standard gap between columns. The W3C recommends a value of 1em. |
| initial | This property is set to its default value. |
| inherit | This property is inherited from its parent element. |
Supported Browsers
| Element | Chrome | Firefox | Safari | Edge / IE | Opera |
|---|---|---|---|---|---|
| column-gap | 50.0 | 52 | 10 | 10 | 37 |