File tree Expand file tree Collapse file tree 1 file changed +21
-5
lines changed Expand file tree Collapse file tree 1 file changed +21
-5
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;
46
46
/* grid-template-columns: 1fr 1fr 1fr auto; */
47
47
48
48
grid-template-columns : repeat (4 , 1fr );
49
- grid-template-rows : 1fr auto ;
50
- height : 500px ;
49
+ grid-template-rows : 1fr 1 fr ;
50
+ /* height: 500px; */
51
51
52
52
/* gap: 30px; */
53
- column-gap : 10 px ;
53
+ column-gap : 20 px ;
54
54
row-gap : 40px ;
55
55
}
56
56
57
+ .el--8 {
58
+ grid-column : 2 / 3 ;
59
+ grid-row : 1 / span 3 ;
60
+ }
61
+
62
+ .el--2 {
63
+ /* grid-column: 1 / 4; */
64
+ /* grid-column: 1 / span 4; */
65
+ /* grid-column: 1 / -1; */
66
+ grid-row : 2 ;
67
+ }
68
+
69
+ .el--6 {
70
+ /* grid-row: 3 / 5; */
71
+ }
72
+
57
73
.container--2 {
58
74
display : none;
59
75
78
94
< div class ="el el--4 "> (4) are</ div >
79
95
< div class ="el el--5 "> (5) amazing</ div >
80
96
< div class ="el el--6 "> (6) languages</ div >
81
- < div class ="el el--7 "> (7) to</ div >
97
+ <!-- < div class="el el--7">(7) to</div> -- >
82
98
< div class ="el el--8 "> (8) learn</ div >
83
99
</ div >
84
100
You can’t perform that action at this time.
0 commit comments