Design comparison
SolutionDesign
Solution retrospective
Hi, Happy New Year.
Here is my take on this challenge. I used CSS grid to implement the card. Please have and look and provide a review.
Thanks
Community feedback
- @atif-devPosted almost 2 years ago
Hi Pankaj Kumar, congrats on completing the challenge. Consider doing following things.
- Use background color on body but not on container. (For larger screen background color will not be visible fully).
Do as:
body{ background-color: var(--neutral-color-light-gray); }
- Eliminate a little vertical scroll.
Hope you will find this Feedback Useful.
Marked as helpful1
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