---
layout: single
property_name: grid-column-gap
---
Defines the gutter between the columns of a grid container.
Removes the gap.
You can use pixel values.
You can use (r)em values.
You can use percentage values.
#grid-column-gap
default
grid-column-gap: 0;
grid-column-gap: 10px;
grid-column-gap: 3rem;
grid-column-gap: 20%;