Skip to content

Commit 56d22ee

Browse files
Update flex/03-flex-header-2/README.md
Co-authored-by: Eric Olkowski <[email protected]>
1 parent bbf0c9f commit 56d22ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flex/03-flex-header-2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ We're starting to sneak in a little more CSS that you haven't seen yet. Don't wo
44

55
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.
66

7-
Just like you did in the previous exercise with the `ul`, you'll be nesting flex containers inside each other.
7+
Just like you did in the `02-flex-header` exercise, you'll be nesting flex containers inside each other.
88

99
## Desired outcome
1010
As with the last example, this one needs to be flexible in the middle, with items pushed to the left and right.

0 commit comments

Comments
 (0)