11.
What is the purpose of the align-self property in CSS Flexbox?
12.
How can you reverse the order of flex items within a flex container along the main axis?
13.
What does the flex-grow property control in CSS Flexbox?
14.
How do you prevent a flex item from growing beyond its initial size in CSS Flexbox?
15.
How can you make a flex item take up all available space along the main axis in CSS Flexbox?
16.
What is the purpose of the flex-basis property in CSS Flexbox?
17.
How do you vertically align flex items within a flex container along the cross axis?
18.
What is the purpose of the flex-wrap property in CSS Flexbox?
19.
How can you align multiple rows of flex items along the cross axis within a flex container?
20.
How do you create a flex container that allows flex items to expand equally and take up all available space along the main axis?