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 using flexbox

@belkysupreme22

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


This is my solution. As always any comment or suggestions appreciated, Thanks!

Community feedback

JonnDev 260

@Jonndev25

Posted

Congrats on the completion of your project.

In order to make the background image look perfect, in the body where you added background image, add: background-repeat: no-repeat; background-position: center;

Marked as helpful

1

@Mitko90

Posted

Hi and congrats on the nice solution.

The background image is not positioned correctly. In order to position it, you can use this code

background-repeat: no-repeat;
 background-size: contain;
 background-position: top;

I hope I was helpful.

I had the same problem and this solved it for me. You can check my submission here.

Keep up the good work

Marked as 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