Skip to content

Commit 8007d69

Browse files
committed
reversed margin change, added top margin
1 parent 0c31a68 commit 8007d69

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<body class="oswald-funfont">
1414
<h1> Mozilla Firefox is Fire! </h1>
1515
<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>
16+
<p>At Mozilla, we're a global community of...</p>
1717

1818
<ul>
1919
<li>technologists</li>

styles/styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ body {
1111
font-weight: 400;
1212
font-style: normal;
1313
width: 600px;
14-
margin: 10 auto;
14+
margin: 0 auto;
15+
margin-top: 50px;
1516
background-color: #FDAA46;
1617
padding: 20px 20px 20px 20px;
1718
border: 5px solid black;

0 commit comments

Comments
 (0)