Css Grid
Css grid helps us to place our content inside a grid type layout.
How to use-just use following code(for a parent div with class container) -
.container{
display: grid;
}
PROPERTIES-
1.ROW AND COLUMN-We have to specify how many rows and columns w...
awesometiwariji.hashnode.dev1 min read