Design comparison
Community feedback
- @HassiaiPosted over 1 year ago
Replace <h3> with <p> to fix the accessibility issues.
Give the body a background-color of pale-blue and change the background-size value to contain.
this challenge requires a media query, in the media query you have to change the background-image of the body.
Use the colors that were given in the styleguide.md found in the zip folder you downloaded.
Give the main a fixed max-width value for a responsive content
max-width:432px
and give . main-img and the img a width of 100%,There is no need to give .other a height value rathe give it the same padding for all the sides.
To center the main on the page using flexbox, replace the height in the body with min-height: 100vh.
Hope am helpful.
Well done for completing this challenge. 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