The column-gap property specifies the gap between the columns.Note: If there is a column-rule between columns, it will appear in the middle of the gap.
column-gap: length|normal|initial|inherit;
div { -webkit-column-gap: 40px; /* Chrome, Safari, Opera */ -moz-column-gap: 40px; /* Firefox */ column-gap: 40px; }