css-exercises
css-exercises copied to clipboard
Flex-wrap ambiguity in flex 04 lesson
i noticed for the foundations flexbox 04-flex-information lesson, the README states "The items are only 200px wide and the text wraps." but in the solution.css there is no flex-wrap property.
I found this interesting since when I don't use flex-wrap, the plant img and text are side by side, but the solution html matches the desired image. Is this something worth editing?