📘Introduction To CSS GRID📘
What Is CSS Grid ?
CSS grid is a layout system used for building two-dimensional layouts by using rows and columns. While flexbox is one dimensional, grid is two dimensional.
In order to use Grid layout first the parent element needs to have the prop...
pavanvkashyap.hashnode.dev2 min read