Design comparison
SolutionDesign
Solution retrospective
#HTML #CSS
Community feedback
- @HassiaiPosted almost 2 years ago
Replace <h2> with <h1> to fix the accessibility issue. You forgot to add a background-image with a background-size of contain and to a background-repeat of no-repeat to the body. You forgot to add the the media query for the mobile design, in the media query you add the background-image and it properties to the body and give the main/.container a width of 80% or 90%.
Hope am helpful. Happy coding.
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