Answers for "create a grid of 2 rows , second will tak the remaining height"

CSS
1

css grid make all rows same height

grid-auto-rows: 1fr;
Posted by: Guest on December-29-2020

Code answers related to "create a grid of 2 rows , second will tak the remaining height"

Browse Popular Code Answers by Language