Skip to content

Commit

Permalink
Merge pull request mdn#8 from dpanov/gh-pages
Browse files Browse the repository at this point in the history
Updated Firefox icon
  • Loading branch information
chrisdavidmills authored Feb 4, 2019
2 parents c2d7e15 + 02c41ba commit f6a0fae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Binary file modified images/firefox-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<head>
<meta charset="utf-8">
<title>My test page</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
<link href="styles/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<h1>Mozilla is cool</h1>
<img src="images/firefox-icon.png" alt="The Firefox logo: a flaming fox surrounding the Earth.">

<p>At Mozilla, we’re a global community of</p>

<ul> <!-- changed to list in the tutorial -->
<li>technologists</li>
<li>thinkers</li>
Expand All @@ -22,4 +22,4 @@ <h1>Mozilla is cool</h1>

<p>Read the <a href="https://www.mozilla.org/en-US/about/manifesto/">Mozilla Manifesto</a> to learn even more about the values and principles that guide the pursuit of our mission.</p>
</body>
</html>
</html>
6 changes: 3 additions & 3 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ h1 {
}

p, li {
font-size: 16px;
font-size: 16px;
line-height: 2;
letter-spacing: 1px;
}
Expand All @@ -30,12 +30,12 @@ body {

h1 {
margin: 0;
padding: 20px 0;
padding: 20px 0;
color: #00539F;
text-shadow: 3px 3px 1px black;
}

img {
display: block;
margin: 0 auto;
}
}

0 comments on commit f6a0fae

Please sign in to comment.