Design comparison
SolutionDesign
Community feedback
- @optimusprime202Posted almost 3 years ago
Hey @RenzenL, This is really nice.
Marked as helpful1 - @denieldenPosted almost 3 years ago
Hi Renzen, I took some time to look at your solution and you did a great job!
Also I have some tips for improving your code:
- add
main
tag and wrap the card for Accessibility - for remove the scroolbar you can reset the
margin
of body:
body { margin: 0; }
Overall you did well :)
Hope this help and happy coding!
Marked as helpful1 - add
- @RenzenLPosted almost 3 years ago
Thank you very much for your feedback. It really helps a lot. I will read more about Accessibility and the removal of scrollbar by reset of margin of body is really helpful.
1@denieldenPosted almost 3 years ago@RenzenL You are welcome ! and keep it up ;)
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