Design comparison
Solution retrospective
I'm proud of figuring out on my own the desktop layout although I'm not sure if it's too complicated or not. I wanted to restrict myself to using flexbox only for both mobile as well as desktop and see if I could figure things out.
What challenges did you encounter, and how did you overcome them?The desktop layout was tough to figure out (I only wanted to use flexbox for desktop as well) and I was trying out a bunch of things like align-self and stuff but nothing was working out and I didn't want to google the solution so I just kept on trying and then it suddenly came to me to use flex-wrap with max-width and here we are!
What specific areas of your project would you like help with?I put an additional restriction on the project by using flexbox only for the desktop as well so I would like to know was my approach too complicated or is this the general approach if one wants to do the desktop layout using flexbox?
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