Design comparison
SolutionDesign
Solution retrospective
Any feedback is welcome thanks in advance
Community feedback
- @doganfurkanPosted over 1 year ago
I advise you to have a look at:
display: grid; grid-template: "here-comes-this here-comes-that"; // that's just a random example grid-area: "here-comes-this";
These kinds of designs are better done with grid rather than flex. I believe that once you do it with grid, your design will be a lot more similar.
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