Grids and flexbox cheat sheet
Grid :-
The syntax for creating a grid:
selector{
display: grid; /* or inline-grid */
}
Grid shorthand consists of the following properties with default values:
grid
A grid will allow you to organize the various elements on your page.
grid-templ...
manojv.hashnode.dev6 min read