Skip to content

Commit d4fed33

Browse files
Brideauchristinatruong
authored andcommitted
Typo
1 parent bcd44df commit d4fed33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1552,7 +1552,7 @@ <h2>Position: fixed</h2>
15521552
<section class="slide" data-markdown>
15531553
##Sticky Footer
15541554

1555-
Remember the natural stacking order? HTML elements stack on top of each other in the order that they appear in the HTML. Each element is a tall as their content (unless otherwise specified).
1555+
Remember the natural stacking order? HTML elements stack on top of each other in the order that they appear in the HTML. Each element is as tall as their content (unless otherwise specified).
15561556

15571557
On the home page, the footer appears right below the headings. On the about page, it appears on the bottom because the content is long enough to scroll. And on the contact page, you can't even see it because it's hidden underneath the positioned header!
15581558

@@ -1899,7 +1899,7 @@ <h2>Center aligning with margin</h2>
18991899
}
19001900
```
19011901

1902-
1. Right align the icon and the list items. Can be added to the `nav` selector so icon and list items will inherit the styles. Change the font size to make it bigger too. The icon will also need a little bit of padding to make the hover target a little bigger and for alignment.
1902+
1. Right align the icon and the list items. This can be added to the `nav` selector so icon and list items will inherit the styles. Change the font size to make it bigger too. The icon will also need a little bit of padding to make the hover target a little bigger and for alignment.
19031903
```
19041904
.home nav {
19051905
text-align: right;

0 commit comments

Comments
 (0)