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

Neste desafio utilizei HTML e CSS

Sarah Sá 90

@sarahalvessa

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


Adoraria receber feedbacks.

Community feedback

Rafael 460

@rafaelvieiracosta

Posted

Good work! 👍 It's really impressive to see that you didn't use any display flex or grid to solve the challenge, you have a lot of patience

I have a tip for you to ensure the centering of your component independent of the screen, in case you want to test:

  • Remove the margin-top: 40px auto from your #container and add the following code to the body:
body{
   margin: 0;
   display: grid;
   place-items: center;
   min-height: 100vh;
}
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