Skip to content

Commit db23fc7

Browse files
Merge pull request TheOdinProject#274 from Torelli/patch-2
Fix exercise description
2 parents 3460a8d + 56d22ee commit db23fc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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-
This is also the first example where 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.
@@ -18,4 +18,4 @@ As with the last example, this one needs to be flexible in the middle, with item
1818
- There is 8px space between everything and the edge of the header.
1919
- Items are arranged horizontally as seen in the outcome image.
2020
- There is 16px between each item on both sides of the header.
21-
- flex is used to arrange everything.
21+
- flex is used to arrange everything.

0 commit comments

Comments
 (0)