Skip to content

Commit 9fa1645

Browse files
committed
Branch - Refactoring
1 parent ac872a6 commit 9fa1645

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
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

main.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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;
-21.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)