File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 1414 }
1515 .el--3 {
1616 background-color : green;
17- height : 150px ;
17+ /* height: 150px; */
1818 }
1919 .el--4 {
2020 background-color : goldenrod;
3636 /* STARTER */
3737 font-family : sans-serif;
3838 background-color : # ddd ;
39- font-size : 40 px ;
39+ font-size : 34 px ;
4040 margin : 40px ;
4141
4242 /* CSS GRID */
4343 display : grid;
44- grid-template-columns : 240px 240px 120px 120px ;
45- grid-template-rows : 300px 200px ;
44+ /* grid-template-columns: 1fr 1fr 1fr auto; */
45+ grid-template-columns : repeat (4 , 1fr );
46+
47+ /* grid-template-rows: 300px 200px; */
48+ grid-template-rows : 1fr auto;
4649
4750 /* gap: 30px; */
48- column-gap : 30px ;
49- row-gap : 60px ;
51+ column-gap : 10px ;
52+ row-gap : 30px ;
53+ height : 500px ;
5054 }
5155
5256 .container--2 {
You can’t perform that action at this time.
0 commit comments