Design comparison
Solution retrospective
I'm pretty happy with the overall results.
Maybe I'd do something about code structure and avoiding to use media queries somehow.
Also I'm happy about the use of locally scope variable to add different background colors to cards (I'd have done the same thing with dedicated classes, but I did it this way just for experimenting, so it was unecessary).
What challenges did you encounter, and how did you overcome them?At first when I put elements with flex I expected them to go on the next line when they wrap, but they didn't at first.
I found out that giving the wrapper container a max-width did the job.
What specific areas of your project would you like help with?As I mentioned in the beginning maybe I would like to have some feedbacks on overall code structure, but any feedback is really appreciated!
Community feedback
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