Design comparison
SolutionDesign
Solution retrospective
how could I make this better?
Community feedback
- @atif-devPosted almost 2 years ago
Hi AKASH, Congrats🎉 for completing the challenge. Take care about following points:
- Use responsive units such as
em
(for padding and margin) andrem
for font-size. - Always check frontendmentor report generated issues after submitting the project for improvements.
- To avoid accessibility issue "All page content should be contained by landmarks" use code as :
<body> <main> ---your code here---- </main> <footer> </footer> </body>
Hope you will find this Feedback Helpful.
Marked as helpful1 - Use responsive units such as
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