Design comparison
Solution retrospective
Leave me the best practice for the solution of this challege. Best
Community feedback
- @abdullah43577Posted about 2 years ago
Hello there, this is a very gridy website. And what I mean by that is you'll find it much easier if you used CSS grids to style this webpage. It comes in really handy.
If you don't know what CSS Grid is, then CSS grid is just like flexbox. But flexbox is one-dimensional (can only style in either row or column at once) but CSS grid is multi-dimensional (can style in both row and column at the same time) all you just have to do if you don't have an prior knowledge of CSS grid is to watch a tutorial on youtube.
0@anhtuanbuiPosted about 2 years ago@abdullah43577 Thank you for your comment. I have considered using grid. But I thought flexbox would be a better solution for this page with 3 sections.
0@abdullah43577Posted about 2 years ago@anhtuanbui flexbox would also work, but grid would make your work easier by far...
0
Please log in to post a comment
Log in with GitHubJoin 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