Merge pull request #118 from scheals/feature/additional-hint-in-07-flex

07 flex layout 2: add additional hint for cards requiring space
This commit is contained in:
Eric Olkowski 2022-01-24 08:12:41 -05:00 committed by GitHub
commit c223a5bfa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -6,8 +6,9 @@ As with the previous exercise, we've left a little more for you to do.
### Hints
- You will need to change the flex-direction to push the footer down.
- You will need to add some divs as containers to get things to line up correctly.
- You will need to add some divs as containers to get things to line up correctly.
- `flex-wrap` will help get the cards aligned correctly.
- Make sure you define how much space the cards should take up, in order for `flex-wrap` to work as intended.
## Desired outcome