You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?