css-exercises icon indicating copy to clipboard operation
css-exercises copied to clipboard

Flex-wrap ambiguity in flex 04 lesson

Open NevahLucky opened this issue 5 months ago • 1 comments

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?

NevahLucky avatar May 20 '25 00:05 NevahLucky