File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33< head >
44 < meta charset ="utf-8 " />
55 < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6- < title > CoderLog - A man journey learning to code and trying to thrive.</ title >
6+ < title > CoderLog - A man's journey learning to code and trying to thrive.</ title >
77 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
88 < link rel ="stylesheet " type ="text/css " media ="screen " href ="main.css " />
99 < script src ="main.js "> </ script >
10+ < link rel ="stylesheet " href ="https://use.fontawesome.com/releases/v5.3.1/css/all.css " integrity ="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU " crossorigin ="anonymous ">
1011</ head >
1112< body >
1213 < div class ="main ">
@@ -32,7 +33,7 @@ <h1>"A man's journey learning to code and trying to thrive."</h1>
3233
3334</ body >
3435< footer >
35- < link rel =" stylesheet " href =" https://use.fontawesome.com/releases/v5.3.1/css/all.css " integrity =" sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU " crossorigin =" anonymous " >
36+
3637
3738</ footer >
3839
Original file line number Diff line number Diff line change @@ -58,15 +58,13 @@ img {
5858 vertical-align : bottom;
5959 height : 70px ;
6060 width : 70px ;
61-
62-
6361}
6462
6563
6664/* MEDIA QUERY*/
6765
6866
69- /* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
67+ /* If the screen size is 600px wide or less */
7068 @media screen and (max-width : 600px ) {
7169 p {
7270 color : # fff ;
You can’t perform that action at this time.
0 commit comments