Design comparison
Solution retrospective
I'm really proud of the fact that I was able to complete this project in a timely manner
Also, I got really good at Grid. Learned a trick or two about Grid doing this project
What challenges did you encounter, and how did you overcome them?I think the only challenge was to get the svg behind the div. That took most of my time.
I overcame this by setting one of the card's display to grid and then putting grid-template-column: 25% 75%
that solved the problem for me
I would like some feedback on my JavaScript code
I feel like there was a lot of repetition to it and I would love some feedback if I can cut down on some of those
Community feedback
- @BarrosLucasJavierPosted 4 months ago
I used a different approach, I take the container collection, loop through the json with forEach, and load the data into the container array.
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