@@ -25,8 +25,8 @@ <h1>📘 The Code Magazine</h1>
2525 <!-- <strong>This is the navigation</strong> -->
2626 < a href ="blog.html "> Blog</ a >
2727 < 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 >
3030 </ nav >
3131
3232 <!-- <div class="clear"></div> -->
@@ -36,17 +36,19 @@ <h1>📘 The Code Magazine</h1>
3636 < header class ="post-header ">
3737 < h2 > The Basic Language of the Web: HTML</ h2 >
3838
39- < img
40- src ="img/laura-jones.jpg "
41- alt ="Headshot of Laura Jones "
42- height ="50 "
43- width ="50 "
44- class ="author-img "
45- />
39+ < div class ="author-box ">
40+ < img
41+ src ="img/laura-jones.jpg "
42+ alt ="Headshot of Laura Jones "
43+ height ="50 "
44+ width ="50 "
45+ class ="author-img "
46+ />
4647
47- < p id ="author " class ="author ">
48- Posted by < strong > Laura Jones</ strong > on Monday, June 21st 2027
49- </ p >
48+ < p id ="author " class ="author ">
49+ Posted by < strong > Laura Jones</ strong > on Monday, June 21st 2027
50+ </ p >
51+ </ div >
5052
5153 < img
5254 src ="img/post-img.jpg "
@@ -126,35 +128,41 @@ <h3>Why should you learn HTML?</h3>
126128 < h4 > Related posts</ h4 >
127129
128130 < ul class ="related ">
129- < li >
131+ < li class =" related-post " >
130132 < img
131133 src ="img/related-1.jpg "
132134 alt ="Person programming "
133135 width ="75 "
134136 height ="75 "
135137 />
136- < a href ="# "> How to Learn Web Development</ a >
137- < p class ="related-author "> By Jonas Schmedtmann</ p >
138+ < div >
139+ < a href ="# " class ="related-link "> How to Learn Web Development</ a >
140+ < p class ="related-author "> By Jonas Schmedtmann</ p >
141+ </ div >
138142 </ li >
139- < li >
143+ < li class =" related-post " >
140144 < img
141145 src ="img/related-2.jpg "
142146 alt ="Lightning "
143147 width ="75 "
144148 height ="75 "
145149 />
146- < a href ="# "> The Unknown Powers of CSS</ a >
147- < p class ="related-author "> By Jim Dillon</ p >
150+ < div >
151+ < a href ="# " class ="related-link "> The Unknown Powers of CSS</ a >
152+ < p class ="related-author "> By Jim Dillon</ p >
153+ </ div >
148154 </ li >
149- < li >
155+ < li class =" related-post " >
150156 < img
151157 src ="img/related-3.jpg "
152158 alt ="JavaScript code on a screen "
153159 width ="75 "
154160 height ="75 "
155161 />
156- < a href ="# "> Why JavaScript is Awesome</ a >
157- < p class ="related-author "> By Matilda</ p >
162+ < div >
163+ < a href ="# " class ="related-link "> Why JavaScript is Awesome</ a >
164+ < p class ="related-author "> By Matilda</ p >
165+ </ div >
158166 </ li >
159167 </ ul >
160168 </ aside >
0 commit comments