Skip to content

Commit

Permalink
Add question 52 (#2611)
Browse files Browse the repository at this point in the history
* Add questions 49, 50, 51, 52

* Add question 52 with correct answer

Updated question 52 answer to reflect Flex: 1 0 0
  • Loading branch information
asbillt authored Nov 11, 2021
1 parent 13a03da commit 849ef33
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions front-end-development/front-end-development-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,3 +495,12 @@ console.log(currencies);
- [ ] This will stop the CCS being loaded on slow data connections.

[Source: StackOverflow](https://stackoverflow.com/a/46750893)

#### Q52. The flex property is often applied to flex items with a value of 1. Using flex: 1 is a shorthand - what does it unpack to?

- [ ] flex: 0 0 100;
- [x] flex: 1 0 0;
- [ ] flex: 0 0 auto;
- [ ] flex: 1 1 auto;

[Source: stackoverflow](https://stackoverflow.com/questions/37386244/what-does-flex-1-mean)

0 comments on commit 849ef33

Please sign in to comment.