Flex box and Grids are used to create web site layouts
the way elements on a web page are arranged and structured,
defining the visual organization and user experience.
Elements are arranged in row
wise or column wise
But not both
In Grids we arrange the elements
in row and column wise
Both ways
Here in this diagram we can see
1st row has have two columns
In this parent grid we have 3 elements
1st row occupied full row where as 2nd row divided
into two element and arranged according to that
Web site structure
The above types of web structure are can be
created by using grid concept
To use grid we can use some properties
We have parent grid that can be taken as
one division
So we use these (apply) properties for
create a grid, that can be called as grid
layout
Here we specify no.of columns, Ex: 200px means
200pixls width
Columns means vertical
Rows means horizontal