Challenge Solution - HTML | CSS

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Hassiai
Replace the section tag with the main tag and <h3> with <h2> to fix the accessibility issues. click here for more on web-accessibility and semantic html
you forgot to give the body a background-image with a background-size of contain and a background-repeat of no-repeat.
This challenge requires a media query, in the media query you only have to change the background-image of the body.
There is no need to give the section a height value. Give .description a padding value for all the sides, this will replace the height value of the section and will prevent the content from overflowing.
Hope am helpful.
Well done for completing this challenge. HAPPY CODING
Join 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