Menu
The column-gap property designates the gap between columns.
If a column-rule is specified, it will display in the middle of the gap.
div.ex {
column-gap: 25px;
}length
Designates the length of the gap between columns.
normal
Default value. Designates a normal gap between columns.
initial
Sets the property to its default value.
inherit
Inherits this property’s value from its parent item.
User-submitted codepen.io examples of column-gap ↴
Submit a codepen.io link that demonstrates column-gap: