CSS Grid
Gird
It is a set of horizontal and verticle lines of rows and columns, elements are placed with the lines of rows and columns.
Grid container
We can create a grid by declaring display: grid; in CSS on an element when we do this all children of the el...
kiranwriteups.hashnode.dev2 min read