CSS Flexbox Property Interview Questions – CSS Flexbox Property Online Quiz

Question 1:  Which property is used to create a flex container?

Question 2:  Which property defines the direction of flex items inside a flex container?

Question 3:  What is the default value of the flex-direction property?

Question 4:  Which property is used to align flex items along the main axis?

Question 5:  Which property is used to align flex items along the cross axis?

Question 6:  What does flex-wrap: wrap; do?

Question 7:  Which property is used to control the order of flex items?

Question 8:  What does the align-self property do?

Question 9:  What is the purpose of flex-grow?

Question 10:  Which value of justify-content will place items at equal space between them?

Leave a Reply