#column-gap
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.