
Design comparison
SolutionDesign
Community feedback
- @Mageshwari-BalaguruPosted 8 months ago
Hi, congratulations on completing the challenge :) I have some suggestions.
- Avoid unwanted indentations - try to use prettier Extension in Vs code.
- Avoid using Pixel/percentage values for all the attributes which is hard constraint for flex/grid layout. try to use unit values ems/rems. 3.Missing of semantic elements. - Kindly google it to know its importance.
- Try to use Grid Layout to center the child elements which will reduce the size of the code.
I hope this will help!
Thanks. Magi :)
Marked as helpful0
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