Hello,
I found a mistake in the “CSS Flexbox: Use the flex-wrap Property to Wrap a Row or Column” challenge.
It’s says:
wrap-reverse
: wraps items from bottom-to-top if they are in a row, or right-to-left if they are in a column challenge.
It’s should be:
wrap-reverse
: wraps items from bottom-to-top if they are in a column, or right-to-left if they are in a row.
Thank you.