css.properties

row-gap

The row-gap property specifies the gap between grid rows.

Formal Syntax

normal | <length-percentage [0,โˆž]>

See specification

JavaScript Access

// Access via element.style
element.style.rowGap = 'normal';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
row-gap475210.116
flex_context846314.184
grid_context66611216
normal475210.116

Related Properties