The column-gap
/grid-column-gap
CSS property sets the size of the gap (gutter) between an element's columns in flexible box layout and grid layout.
For compatibility, column-gap
or grid-column-gap
can be used both.
<length>
Is the width of the gutter separating the columns.
<percentage>
The size of the gap between columns, defined as a percentage
. The percentage
property's value must be non-negative.
Initial value | 0 |
Applies to | flex containers, grid containers |
Inherited | no |
Animatable | no |
Percentages | refer to row dimension of its own content area |
normal
is not supported.LCD tables only load in the browser