CSS Grid PART 1 Grid Container Properties 1691644210
CSS Grid PART 1 Grid Container Properties 1691644210
Follow @PriteshKiri
1
CSS Grid
Follow @PriteshKiri
2
CSS Grid
1. Grid Terminologies
Follow @PriteshKiri
3
CSS Grid
Follow @PriteshKiri
4
CSS Grid
Follow @PriteshKiri
5
CSS Grid
Follow @PriteshKiri
6
CSS Grid Guide
.grid-container {
display: grid;
grid-template-columns: auto auto auto;
grid-template-rows: 30% 30% 40%;
}
.grid-container {
display: grid;
grid: 100px 150px 100px / auto auto auto;
Follow @PriteshKiri
7
CSS Grid
Follow @PriteshKiri
8
CSS Grid Guide
Follow @PriteshKiri
Follow @PriteshKiri