1.
What is the purpose of CSS Flexbox?
2.
Which property is used to define a flex container in CSS?
3.
What is a flex item in the context of CSS Flexbox?
4.
Which CSS property is used to control the direction of the main axis in a flex container?
5.
How do you align flex items along the main axis in a flex container?
6.
What does the align-items property control in CSS Flexbox?
7.
What is the default flex-direction value for a flex container in CSS Flexbox?
8.
How can you ensure that flex items wrap onto multiple lines if they exceed the width of a flex container?
9.
What does the justify-content property control in CSS Flexbox?
10.
How do you align flex items to the end of a flex container along the main axis?