Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

5.order-summary-component HTML CSS Newbie

@Cookiemonsterhxc

Desktop design screenshot for the Order summary component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


I can't change the background color of the body

Community feedback

Hassia Issah 50,670

@Hassiai

Posted

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 helpful

0

@Cookiemonsterhxc

Posted

@Hassiai Thank you

1
S MD suleman 3,530

@sulemaan7070

Posted

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 helpful

0

@Cookiemonsterhxc

Posted

@sulemaan7070 Thank you

1

Please log in to post a comment

Log in with GitHub
Discord logo

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