File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
starter/03-CSS-Fundamentals Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -90,12 +90,12 @@ <h4>Related posts</h4>
90
90
91
91
< ul class ="related ">
92
92
< li >
93
- < img src ="img/related-1.jpg " alt ="Person programming " width ="75 " width ="75 " />
93
+ < img src ="img/related-1.jpg " alt ="Person programming " width ="75 " height ="75 " />
94
94
< a href ="# "> How to Learn Web Development</ a >
95
95
< p class ="related-author "> By Jonas Schmedtmann</ p >
96
96
</ li >
97
97
< li >
98
- < img src ="img/related-2.jpg " alt ="Lightning " width ="75 " heigth ="75 " />
98
+ < img src ="img/related-2.jpg " alt ="Lightning " width ="75 " height ="75 " />
99
99
< a href ="# "> The Unknown Powers of CSS</ a >
100
100
< p class ="related-author "> By Jim Dillon</ p >
101
101
</ li >
Original file line number Diff line number Diff line change 2
2
/* border-top: 10px solid #1098ad; */
3
3
margin : 0 ;
4
4
padding : 0 ;
5
-
6
5
}
7
6
/* PAGE SECTIONS */
8
7
body {
33
32
34
33
nav {
35
34
font-size : : 18px ;
35
+ text-align : center;
36
36
}
37
37
38
38
article {
@@ -205,6 +205,7 @@ nav a:link {
205
205
margin-right : 30px ;
206
206
margin-top : 10px ;
207
207
display : inline-block;
208
+
208
209
209
210
}
210
211
You can’t perform that action at this time.
0 commit comments