diff --git a/flex/flex-header-2/README.md b/flex/flex-header-2/README.md index be87f57..46daed1 100644 --- a/flex/flex-header-2/README.md +++ b/flex/flex-header-2/README.md @@ -7,15 +7,15 @@ For this one you will probably need to edit the HTML a little bit. Often with fl This is also the first example where you'll be nesting flex containers inside each other. ## Desired outcome -As with the last example, this one needs to flex in the middle. +As with the last example, this one needs to be flexible in the middle, with items pushed to the left and right. ![png](./desired-outcome.png) ![gif](./desired-outcome.gif) ### Self Check -- everything is centered vertically inside the header -- there is 8px space between everything and the edge of the header -- Items are arranged horizontally as seen in the outcome image -- There is 16px between each item on both sides of the header -- Used flex to arrange everything \ No newline at end of file +- Everything is centered vertically inside the header. +- There is 8px space between everything and the edge of the header. +- Items are arranged horizontally as seen in the outcome image. +- There is 16px between each item on both sides of the header. +- Used flex to arrange everything. \ No newline at end of file