Nice work on this challenge! Because you're using Flexbox, you need that additional wrapper div
, so your HTML looks absolutely fine. Another way to achieve the layout without that wrapper div
would have been to use CSS Grid. If you haven't learned it yet, here is a great CSS Grid course by Wes Bos. I hope that helps!
Solution
Report
0Accessibility
issues0HTML
issues
alexmai2k's questions for the community
Is there another way to code the middle section, without additional wrapper div? Thanks.
Community Feedback
- 0
Give some feedback to alexmai2k about their solution
Join our Slack community
Join over 2,000 people taking the challenges, talking about their code, helping each other, and chatting about all things front-end!