Design comparison
SolutionDesign
Solution retrospective
I did well here? This was my first time working with JSON data and I think I did well here. What are the best practices working with JSON if any?
Any feedback is appreciated :)
Community feedback
- @denieldenPosted over 2 years ago
Hi Tabassum, good job! I took some time to look at your code and have some ideas for improving it:
- remove
width and margin
frommain
tag because with grid they are superfluous - add
min-height: 100vh
tomain
tag because Grid aligns child items to the size of the parent container - replace
justify-content: center
withplace-content: center
for center in the page
Overall you did well 😉
Hope this help and happy coding!
Marked as helpful1@tab21Posted over 2 years ago@denielden Hi Thanks for going through the code and giving the feedback. It really helped and gave some new views to place items.
I incorporated the suggestions you gave ;)
1 - remove
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