description & Usage
We use the grid-row-end property to determine whether a content item contains multiple rows.
Informations
| # | Description |
|---|---|
| Default Value | auto |
| Inherited | no |
| Animatable | yes |
| Version | CSS Grid Layout Module Level 1 |
| JavaScript syntax | object.style.gridRowEnd="4" |
Browser compatibility and Support
| # | Chrome | Edge | Firefox | Safari | Opera |
|---|---|---|---|---|---|
| grid-row-end |
Syntax
Values
| Values | Description |
|---|---|
| auto | Default |
| span n | Determines the number of rows in which the information will be placed. |
| row-line | Determines which of the last rows to display the information entered in the grid layout. |