Design comparison
Solution retrospective
Well, I've fond an elegant solution for changing border color of the images in different color themes. To avoid creating additional classes for images I declared css variable on the theme classes. Not a big deal, but I'm glad to find this thing by myself.
What challenges did you encounter, and how did you overcome them?A have a challenge to figuring out how to render grid items without hardcoding their grid coordinates. I didn't overcame it. Shame on me.
What specific areas of your project would you like help with?If someone could give me a tip about dynamic generation layouts such this (especially without knowing a quantity of items at advance I would be more than happy =)
And, as always I open for every type of comments.
Community feedback
- @Macnelson9Posted 4 months ago
You did very good my man. I don't know much yet to help you with your challenges, but I think I can recommend a series for you to check out and learn a thing or two about CSS grids. Interested??
1@Alex-Archer-IPosted 4 months ago@Macnelson9
Hi there! Thanks =)
Well, I tried to find out a way to generate such layout in conditions where we don't now at advance a number of cols, rows and items. If you have something that could give an answer or at least a way to the answer - thank you =)
0@Macnelson9Posted 4 months ago@Alex-Archer-I Check out this CSS Grid course by wes bos- https://courses.wesbos.com/
1
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