CSS gap Property
The font-weight CSS property is used to specify the weight or thickness of the font used with the HTML Text. The font-weight used will be determined by the font-family and browser. Some font families, for example, are only available in certain weights.
Syntax
Property Values
| Value | Description |
|---|---|
| row-gap | Sets the width of the space between rows in a grid layout. |
| column-gap | In a grid layout, this property specifies the width of the space between the columns. |
Supported Browsers
| Property | Chrome | Firefox | Safari | Edge / IE | Opera |
|---|---|---|---|---|---|
| gap | 66.0 | 61.0 | 12.0 | 16.0 | 53.0 |