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

Older summary component using flexbox

@alemdaphelan

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


Please tell me if i did anything wrong tks so much for the help ^^!

Community feedback

Daniel πŸ›Έβ€’ 44,190

@danielmrz-dev

Posted

Hello @alemdaphelan!

Your project looks really good!

I just have one suggestion:

  • You can use both background-color and background-image together on the body to create that background pattern. They will not cancel each other.

I hope it helps!

Other than that, great job!

1
Olaniyi Ezekielβ€’ 7,560

@Ezekiel225

Posted

Hello there πŸ‘‹ @alemdaphelan.

Good job on completing the challenge !

Your project looks really good!

I have a suggestion about your code that might interest you.

There is an very useful browser extension called Perfect Pixel that allow you compare with the design image and thus see the exact dimensions. I recommend it to you.

Consider adding a background-color of the body element to hsl(225, 100%, 94%).

body {
  background-color: hsl(225, 100%, 94%);
}

I hope this suggestion is useful for future projects.

Other than that, great job!

Happy coding.

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