Design comparison
Solution retrospective
It was my first time taking up a junior-level challenge! I would be really grateful for all the positive and negative feedback to help me improve my code. Thank you for your time and feedback!
Community feedback
- @OmprakashRPosted over 1 year ago
Hi, Congratulations!
You did a great job with CSS Grid.
I have one suggestion for you. need to add one box for the content design in the proper section like need to add 'max-width' to the container to maintain the design aspect ratio.
your code
.container { margin: 1.6rem; }
updated code.container { margin: 1.6rem; max-width:1170px; // you can change as per your design view}
I hope this is helpful to you.
Thank you!!
Marked as helpful1@IamAbhiDevPosted over 1 year ago@OmprakashR Thanks a lot for the feedback! I'll make sure to do this change 😃
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