Back to Freecodecamp

Introduction to Flexbox Lesson D

curriculum/challenges/english/blocks/top-introduction-to-flexbox/6571b2ffcc1de61d7b4dd382.md

latest566 B
Original Source

--description--

Now that you have a basic understanding of how flexbox works, what is the primary role of a flex item in a flexbox layout? Try and answer the question below.

--questions--

--text--

What role does a flex item play within a flex container?

--answers--

Flex items define the overall layout structure.


Flex items set the background colors of flex containers.


Flex items allow the flex container to resize based on content.


Flex items are elements that reside directly within a flex container.

--video-solution--

4