From 35872f728839e016a44fdc13a650934ffd0ea271 Mon Sep 17 00:00:00 2001 From: Cody Loyd Date: Mon, 23 Aug 2021 14:16:39 -0500 Subject: [PATCH] update readme --- flex/flex-header-2/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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