Design comparison
SolutionDesign
Solution retrospective
What easier way is available
Community feedback
- @iprinceroyyPosted over 2 years ago
Hey @KayMohh. You need to focus on some key points here:-
- The content should be wrapped inside the main landmark to avoid accessibility issues. Like this
<body><main>your content goes here......</main></body>
. - Decrease card size.
Other than that all seem to be perfect. Hope it adds to your learning. Happy coding :)
Marked as helpful0@KayMohhPosted about 2 years ago@iprinceroyy thank you so much for your contribution. I will see to it
0 - The content should be wrapped inside the main landmark to avoid accessibility issues. Like this
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