grid-template-rows
The grid-template-rows property specifies the number (and the heights ) of rows in a grid layout.
grid-template-rows: minmax(100px, 1fr);grid-template-rows: fit-content(40%);grid-template-rows: repeat(3, 200px);
The grid-template-rows property specifies the number (and the heights ) of rows in a grid layout.
grid-template-rows: minmax(100px, 1fr);grid-template-rows: fit-content(40%);grid-template-rows: repeat(3, 200px);
Post a Comment