CSS Property : grid-row explained !

The grid-row CSS shorthand property specifies a grid item’s size and location within a grid row by contributing a line, a span, or nothing (automatic) to its grid placement.

Subscribe for more videos like this : https://www.youtube.com/c/CodeCanvas?sub_confirmation=1

CSS Property : grid-column-start explained !

The grid-column-start CSS property is part of the CSS Grid Layout specification, used to indicate the column grid line where a grid item starts in a grid layout.

This property — among other line-based placement grid properties — controls the size of a grid item and where it sits on the grid.

Subscribe for more videos like this : https://www.youtube.com/c/CodeCanvas?sub_confirmation=1

CSS Property : grid-column-end explained !

The grid-column-end CSS property is used to indicate the column grid line where a grid item ends in a grid layout.

The grid-column-end CSS property is part of the CSS Grid Layout specification.

Subscribe for more videos like this : https://www.youtube.com/c/CodeCanvas?sub_confirmation=1

CSS Property :grid-column explained !

The grid-column CSS property is a shorthand that specifies the column grid lines where a grid item starts and ends in a grid layout in one declaration.

Subscribe for more videos like this : https://www.youtube.com/c/CodeCanvas?sub_confirmation=1

CSS Property : grid-auto-rows explained !

The grid-auto-rows CSS property specifies the size of an implicitly-created grid row track or pattern of tracks.

In other words, this property sets the size of implicit rows and any other rows that have not been explicitly sized in the grid-template-rows property.

The grid-auto-rows property is part of the CSS Grid Layout specification.

Subscribe for more videos like this : https://www.youtube.com/c/CodeCanvas?sub_confirmation=1