Tell us what’s happening:
In CSS Flexbox Quiz from Responsive Web Design there is a question:
Which value for flex-direction will make it so items are aligned along the cross axis from top to bottom?
column Correct!
row-reverse
row Incorrect.
column-reverse
But this is not a great question, since flex-direction determines the main-axis. The cross axis direction can not be determined using the flex-direction. Which flex-wrap defines. So from the 4 options the 2 correct options should be row or row-reverse.
Anyway the cross axis should probably main axis in the question. I didn’t know where to place this info, so I just posted it here.
Lesson URL (copy - paste from your browser’s address bar)