Design comparison
SolutionDesign
Solution retrospective
Really enjoyed building this. I feel like my html structure was a little bloated. Please let me know what you think. Appreciate it!
Community feedback
- @denieldenPosted about 2 years ago
Hi Mohit, congratulations on completing the challenge, great job! 😁
Some little tips for optimizing your code:
- add
main
tag and wrap the card for improve the Accessibility - also you can use
article
tag instead of a simplediv
to the container card for improve the Accessibility - remove all
margin
fromcard
class because with flex they are superfluous - instead of using
px
use relative units of measurement likerem
-> read here
Hope this help! Happy coding 😉
Marked as helpful0@denieldenPosted about 2 years ago@Mohit-k-Mummon you are welcome and keep it up :)
0 - add
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