File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 8
8
< style >
9
9
.el--1 {
10
10
background-color : blueviolet;
11
+ align-self : flex-start;
12
+ order : 2 ;
11
13
}
12
14
.el--2 {
13
15
background-color : orangered;
18
20
}
19
21
.el--4 {
20
22
background-color : goldenrod;
23
+ align-self : stretch;
21
24
}
22
25
.el--5 {
23
26
background-color : palevioletred;
24
27
}
25
28
.el--6 {
26
29
background-color : steelblue;
30
+ order : -1 ;
27
31
}
28
32
.el--7 {
29
33
background-color : yellow;
32
36
background-color : crimson;
33
37
}
34
38
39
+ .el {
40
+ /* margin-right: 10px; */
41
+ }
35
42
.container {
36
43
/* STARTER */
37
44
font-family : sans-serif;
40
47
margin : 40px ;
41
48
42
49
/* FLEXBOX */
50
+ display : flex;
51
+ align-items : center;
52
+ justify-content : flex-start;
53
+ gap : 30px ;
43
54
}
44
55
</ style >
45
56
</ head >
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ <h1>📘 The Code Magazine</h1>
25
25
<!-- <strong>This is the navigation</strong> -->
26
26
< a href ="blog.html "> Blog</ a >
27
27
< a href ="# "> Challenges</ a >
28
- < a href ="# "> Flexbox</ a >
29
- < a href ="# "> CSS Grid</ a >
28
+ < a href ="flexbox.html "> Flexbox</ a >
29
+ < a href ="css-grid.html "> CSS Grid</ a >
30
30
</ nav >
31
31
32
32
<!-- <div class="clear"></div> -->
You can’t perform that action at this time.
0 commit comments