update readme
This commit is contained in:
parent
63a0f43886
commit
35872f7288
|
@ -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
|
||||
- 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.
|
Loading…
Reference in New Issue