11.
In flexbox, which property is used to control the direction in which flex items are placed within a flex container?
12.
What happens to flex items by default in flexbox if their combined size is smaller than the size of the flex container?
13.
Which CSS technique is best suited for creating a grid-like structure where elements are placed within rows and columns?
14.
What is the purpose of the justify-content property in flexbox?
15.
How can you center align items along both the main and cross axis in a flexbox layout?
16.
Which property is used to control the space between grid items in a CSS Grid layout?
17.
What is the purpose of the grid-template-columns property in CSS Grid?
18.
Which CSS technique allows for creating a responsive layout where items automatically adjust based on screen size?
19.
How can you ensure that items in a flex container have equal space between them, regardless of their content size?
20.
In CSS Grid, which property is used to define the size of rows within a grid layout?