5.order-summary-component HTML CSS Newbie
Design comparison
Solution retrospective
I can't change the background color of the body
Community feedback
- @HassiaiPosted almost 2 years ago
Replace <h3> with <h1> and <h5> with <h2> to fix the accessibility issue. for the headings always begin with <h1> and don't skip the levels.
Give the body a background-color in the main styling but not in the media query. By adding a background-color to the body.
body{background-color: hsl(pale-blue)}
. In the media query you only have to change the background-image.Hope am helpful.
Well done for completing this challenge. HAPPY CODING
Marked as helpful0 - @sulemaan7070Posted almost 2 years ago
Hey Cookiemonsterhxc😄, congratulations on completing the challenge... I have review you css and I think I have noticed the problem..
I Think you haven't applied color to the body
body{ background-color: (pale-blue); }
Hope that helps.. 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