grid-row Property in CSS Grid Layouts
grid-row is a shorthand for the grid-row-start
and grid-row-end
properties.
In other words, instead of writing:
You can alternatively use the grid-row
property to shorten your code like so:
grid-row is a shorthand for the grid-row-start
and grid-row-end
properties.
In other words, instead of writing:
You can alternatively use the grid-row
property to shorten your code like so: