CSS grid
It is a CSS property that offers a grid-based layout system, with rows and columns, making it easier to design web pages without floats and positioning.
This can be used as a shorthand property for :
grid-template-rows : Specifies the size of the r...
robinn.hashnode.dev1 min read