CSS

CSS Intro

CSS Intro Quiz

CSS Intro Exercise

CSS Basic

CSS Basic Quiz

CSS Basic Exercise

CSS Advance

CSS Advance Quiz

CSS Advance Exercise

CSS3

CSS3 Quiz

CSS3 Exercise

CSS Properties

CSS Functions

CSS Selectors

CSS gap Property

CSS gap Property

 

 

The gap property is used to specify the size of the gap between the rows and columns. It is a shorthand property for row-gap, column-gap. It is formerly known as grid-gap.

 

Default Value:-

 

Its default value is:- normal normal

 

Syntax:-

 

Its syntax is:- gap: row-gap column-gap;

 

Further Explanation:-

 

Value Description
row-gap Sets the size of the gap between the rows in a grid layout
column-gap Sets the size of the gap between the columns in a grid layout

Code Explanation

All Tutorials related to CSS Properties

All Sections related to CSS