DEV Community

Harrsh Patel
Harrsh Patel

Posted on

CSS Grid

Hereby I am sharing the code for making columns and rows of flexible width and height using CSS Grid.

Here I have shared the not so common property grid-row and grid-column. It has to be used in the child which needs to be expanded.

The complete code for it is attached below.

Top comments (0)