File tree 2 files changed +30
-2
lines changed
2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ <h6>The Basic Language of the Web: HTML</h6>
18
18
-->
19
19
20
20
< div class ="container ">
21
- < header class ="main-header ">
21
+ < header class ="main-header clearfix ">
22
22
< h1 > 📘 The Code Magazine</ h1 >
23
23
24
24
< nav >
@@ -28,6 +28,8 @@ <h1>📘 The Code Magazine</h1>
28
28
< a href ="# "> Flexbox</ a >
29
29
< a href ="# "> CSS Grid</ a >
30
30
</ nav >
31
+
32
+ <!-- <div class="clear"></div> -->
31
33
</ header >
32
34
33
35
< article >
@@ -39,6 +41,7 @@ <h2>The Basic Language of the Web: HTML</h2>
39
41
alt ="Headshot of Laura Jones "
40
42
height ="50 "
41
43
width ="50 "
44
+ class ="author-img "
42
45
/>
43
46
44
47
< p id ="author ">
Original file line number Diff line number Diff line change 27
27
padding-right: 40px; */
28
28
padding : 20px 40px ;
29
29
margin-bottom : 60px ;
30
- /* height: 80px; */
30
+ height : auto;
31
31
}
32
32
33
33
nav {
@@ -265,3 +265,28 @@ footer p {
265
265
nav p {
266
266
font-size: 18px;
267
267
} */
268
+
269
+ /* float */
270
+ .author-img {
271
+ float : left;
272
+ }
273
+
274
+ # author {
275
+ float : left;
276
+ margin-top : 10px ;
277
+ margin-left : 20px ;
278
+ }
279
+
280
+ h1 {
281
+ float : left;
282
+ }
283
+
284
+ nav {
285
+ float : right;
286
+ }
287
+
288
+ .clearfix ::after {
289
+ content : "" ;
290
+ clear : both;
291
+ display : block;
292
+ }
You can’t perform that action at this time.
0 commit comments