1.
Which CSS technique is suitable for creating complex and responsive layouts with aligned and evenly spaced items?
2.
What is the purpose of floats in CSS for layout design?
3.
Which property is commonly used with floats to clear their effect and prevent other content from wrapping around them?
4.
In flexbox, which property is used to align items along the main axis?
5.
How can you create a flexible layout where items grow and shrink based on available space in flexbox?
6.
Which CSS technique is best suited for creating a two-column layout where each column takes up half of the container's width?
7.
What is the purpose of the display: grid; property in CSS?
8.
Which property is used in CSS Grid to define the size of columns or rows within a grid layout?
9.
How can you create a gap between grid items in a CSS Grid layout?
10.
What is the primary difference between flexbox and grid in CSS layout design?