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

Order summary component with CSS

@HazemHussein14

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 am open to feedback

Community feedback

Hassia Issah 50,670

@Hassiai

Posted

Change the value of the background-size to contain and reduce the gap value in the body. the box shadow has a wrong color, the color of the box shadow is the same color of .proceed but with a lower opacity value.

In the media query you only have to change the background image, the rest is good.

Hope am helpful.

Well done for completing this challenge. HAPPY CODING

Marked as helpful

1
Atif Iqbal 3,200

@atif-dev

Posted

Hi Hazem Hussein, congrats for completing challenge. You also need to center the container.

For centring do as:

body {
    min-height: 100vh;
    display: grid;
    place-content: center;
}

and also learn centering from here

Hope you will find this Feedback Helpful.

0

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