Example
A simple row-gap property example:
Laboratory
description & Usage
We use the row-gap property to determine the grid design between the rows.
Browser compatibility and Support
# |
Chrome |
Edge |
Firefox |
Safari |
Opera |
row-gap (in Grid) |
|
|
|
|
|
row-gap (in Flexbox) |
|
|
|
|
|
Values
Values |
Description |
length
|
Specifies the length or percentage for spacing between lines.
|
normal
|
A regular gap is created between the rows.
|
initial
|
Adds this value to its default property.
|
inherit
|
It inherits this value from its parent tag.
|