CSS Grid
Setting a container's display to grid will make all children grid items.
Note:- We only use grid when we required 2d layout other case it does,t sence.
In 1d layout we always use flexbox.
Setting a container's display to grid will make all children grid items.
Note:- We only use grid when we required 2d layout other case it does,t sence.
In 1d layout we always use flexbox.
0 Comments