Q1
Which CSS property is used to control the alignment of flex items along the main axis?
easyCorrect Answer: justify-content
Explanation:
justify-content controls the alignment of flex items along the main axis, while align-items controls cross-axis alignment.