We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c31a68 commit 8007d69Copy full SHA for 8007d69
2 files changed
index.html
@@ -13,7 +13,7 @@
13
<body class="oswald-funfont">
14
<h1> Mozilla Firefox is Fire! </h1>
15
<img src="images/firefox-icon.png" alt="The Firefox logo: a flaming fox surrounding the Earth." />
16
- <p>At Mozilla, we're a global community of</p>
+ <p>At Mozilla, we're a global community of...</p>
17
18
<ul>
19
<li>technologists</li>
styles/styles.css
@@ -11,7 +11,8 @@ body {
11
font-weight: 400;
12
font-style: normal;
width: 600px;
- margin: 10 auto;
+ margin: 0 auto;
+ margin-top: 50px;
background-color: #FDAA46;
padding: 20px 20px 20px 20px;
border: 5px solid black;
0 commit comments