ScanSkill

column-gap

The column-gap property defines the gap between the columns of an element.

Syntax

column-gap: value | normal;

Example

.mydiv {
  column-gap: 30px;
}
column-gap

Property Values

value: sets the given value as the gap between the columns.

normal: sets a normal gap 1em between the columns. (default value)