CSS row-gap Property
The right property specifies a portion of a positioned element's position. For absolute or fixed positioned elements, the right property is used to set the right margin edge of the element as well as the right edge of its containing block.
Syntax
Property Values
| Value | Description |
|---|---|
| length | A specified length or percentage that determines the gap between rows. |
| normal | The default value. Specifies a standard gap between rows. |
| initial | This property is set to its default value. |
| inherit | This property is inherited from its parent element. |
Supported Browsers
| Property | Chrome | Firefox | Safari | Edge / IE | Opera |
|---|---|---|---|---|---|
| row-gap | 66.0 | 61.0 | 12.0 | 16.0 | 53.0 |