01How do you define a flex container?
02Which property aligns items along the main axis?
03What is the default 'flex-direction'?
04Which property allows flex items to wrap onto multiple lines?
05What does 'flex-grow: 1' do for an item?
06Which property aligns items along the cross axis?
07How do you reverse the order of items in a row without changing HTML?
08What does 'align-self' do?