Design comparison
SolutionDesign
Community feedback
- @HassiaiPosted over 1 year ago
Replace <div class="canvas"> with the main tag to fix the accessibility issues.
there is no need to give the body a margin value and .container a margin value for all the sides rather give .container a margin-bottom value.
Remove the margin in the body to center .container on the page.
Give the body a background-size of contain and repeat this in the media query as well.
Hope am helpful.
Well done for completing this challenge. HAPPY CODING
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