CSS grid-column-gap Property

CSS grid-column-gap Property


This property specifies the gap size between columns in a grid layout.
Syntax -

grid-column-gap: length;

Where length is a legal value in px, or in percentage, and its default value is zero.

Now we will see the example -

Example -

Paste this css code in above example -



Output -