Design comparison
SolutionDesign
Solution retrospective
why the mobile version is not looking good? why my page is not centered in mobile version?
Community feedback
- @mubizzyPosted over 2 years ago
Excellent job on this challenge! your report has a few issues though:
- wrap everything in your body in
<main>
or use semantics
Hope it helps:)...don't forget to mark it as helpful 👍
Marked as helpful1 - wrap everything in your body in
- @ZLikasPosted over 2 years ago
Hi, you should start creating for mobile, then much easier to achieve the desktop layout. Now mobile layout needs to be fixed. As well there is an HTML issue you should use the <main> tag to wrap all main content.
<h1> tag should be used instead of <p>. Don't use \ instead use /.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