Add hint towards searching for styling links
This commit is contained in:
parent
a3463cb99c
commit
87fd0153ee
|
@ -4,6 +4,7 @@ Flexbox is useful for laying out entire pages as well as the smaller components
|
||||||
|
|
||||||
### Hints
|
### Hints
|
||||||
- You may want to search something like `CSS remove list bullets`. We've done this for you in previous examples, but not here. Yay learning.
|
- You may want to search something like `CSS remove list bullets`. We've done this for you in previous examples, but not here. Yay learning.
|
||||||
|
- Finding out how to style links in CSS might help you get rid of that pesky underscore...
|
||||||
- We've added `height: 100vh` to the `body`... this makes the body exactly the same height as the viewport. To stick the footer to the bottom you will need to use flex and change the direction to column.
|
- We've added `height: 100vh` to the `body`... this makes the body exactly the same height as the viewport. To stick the footer to the bottom you will need to use flex and change the direction to column.
|
||||||
|
|
||||||
## Desired Outcome
|
## Desired Outcome
|
||||||
|
|
Loading…
Reference in New Issue