New! My 44-page ebook "CSS in 44 minutes" is out! 😃

Get it now →

#column-gap

Defines the gap between the columns of the element.

default column-gap: normal;

The gap between the columns is set to the browser's default value, which usually is 1em.

column-gap: 2px;

You can use pixel values for the gap.

Note that the gap only appears between columns, and not on the exterior sides of the edge columns.