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 14
14
}
15
15
.el--3 {
16
16
background-color : green;
17
- height : 150px ;
17
+ /* height: 150px; */
18
18
}
19
19
.el--4 {
20
20
background-color : goldenrod;
36
36
/* STARTER */
37
37
font-family : sans-serif;
38
38
background-color : # ddd ;
39
- font-size : 40 px ;
39
+ font-size : 34 px ;
40
40
margin : 40px ;
41
41
42
42
/* CSS GRID */
43
43
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;
46
49
47
50
/* gap: 30px; */
48
- column-gap : 30px ;
49
- row-gap : 60px ;
51
+ column-gap : 10px ;
52
+ row-gap : 30px ;
53
+ height : 500px ;
50
54
}
51
55
52
56
.container--2 {
You can’t perform that action at this time.
0 commit comments