HTML - CSS - FLex Box

Please log in to post a comment
Log in with GitHubCommunity feedback
- @younes-atyq
Hi, good job! For this complex layout, I recommend using CSS Grid instead of Flexbox.
While Flexbox is great for simpler, one-dimensional layouts, Grid offers more flexibility and control for complex structures.
By utilizing Grid's
grid-template-areas
property, you can easily define and position different sections in your container. - @essam0000121
any feedbacks are welcome
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord