Fix exercise description
In the previous exercise we already had to nest a flex container inside of another, so this is not the first time we are doing it.
This commit is contained in:
parent
3a55a545a1
commit
bbf0c9f202
|
@ -4,7 +4,7 @@ We're starting to sneak in a little more CSS that you haven't seen yet. Don't wo
|
||||||
|
|
||||||
For this one you will probably need to edit the HTML a little bit. Often with flexbox you need to add containers around things to make them go where you need them to go. In this case, you probably want to separate the items that go on the left and right of the header.
|
For this one you will probably need to edit the HTML a little bit. Often with flexbox you need to add containers around things to make them go where you need them to go. In this case, you probably want to separate the items that go on the left and right of the header.
|
||||||
|
|
||||||
This is also the first example where you'll be nesting flex containers inside each other.
|
Just like you did in the previous exercise with the `ul`, you'll be nesting flex containers inside each other.
|
||||||
|
|
||||||
## Desired outcome
|
## Desired outcome
|
||||||
As with the last example, this one needs to be flexible in the middle, with items pushed to the left and right.
|
As with the last example, this one needs to be flexible in the middle, with items pushed to the left and right.
|
||||||
|
|
Loading…
Reference in New Issue