The row-gap
CSS property sets the size of the gap (gutter) between an element's rows.
<length-percentage>
Is the width of the gutter separating the rows. <percentage>
values are relative to the dimension of the element.
Initial value | normal |
---|---|
Applies to | multi-column elements, flex containers, grid containers |
Inherited | no |
Percentages | refer to corresponding dimension of the content area |
Computed value | as specified, with <length>s made absolute, and normal computing to zero except on multi-column elements |
Animation type | a length, percentage or calc(); |
row-gap =
normal |
<length-percentage [0,∞]>
<length-percentage> =
<length> |
<percentage>
Specification |
---|
CSS Box Alignment Module Level 3 # column-row-gap |
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
row-gap |
47 | 16 | 52 | No | 34 | 10.1 | 47 | 47 | 52 | 34 | 10.3 | 5.0 |
flex_context |
84 | 84 | 63 | No | 70 | 14.1 | 84 | 84 | 63 | 60 | 14.5 | 14.0 |
grid_context |
6657 | 1616 | 6152 | No | 5344 | 1210.1 | 6657 | 6657 | 6152 | 4743 | 1210.3 | 9.06.0 |
column-gap
, gap
© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/CSS/row-gap