CSS

CSS Intro

CSS Intro Quiz

CSS Intro Exercise

CSS Basic

CSS Basic Quiz

CSS Basic Exercise

CSS Advance

CSS Advance Quiz

CSS Advance Exercise

CSS3

CSS3 Quiz

CSS3 Exercise

CSS Properties

CSS Functions

CSS Selectors

CSS grid row end Property

CSS grid-row-end Property

 

 

The grid-row-end property is used to specify how many rows an item will span. In other words, on which row-line the item will end.

 

Default Value:-

 

Its default value is auto.

 

Syntax:-

 

Its syntax is:- grid-row-end: auto | row-line | span n;

 

Further Explanation:-

 

Value Description
auto The item will span one row.
span n Specifies the number of rows the item will span.
row-line Specifies on which row to end the display of the item.

Code Explanation

All Tutorials related to CSS Properties

All Sections related to CSS