Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Failed to decode param 'Jesica%20Mu%F1oz'
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

First Attempt ! Order Summary using HTML & CSS Flexbox

Abdul 150

@Abdul-SJ

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


Submitting again as the first attempt's link isn't working. Kindly check this out and help me getting better.

Community feedback

darryncodes 6,430

@darryncodes

Posted

Hi Abdul,

Great solution, i think you've pretty much nailed it.

Some thoughts from me:

  • try: background-size: 100% auto; background-color: hsl(225, 100%, 94%); on your background
  • you don't position relative/absolute on your body and .container div. Try:
    /* position: absolute; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
    /* width: 100%; */
    /* height: auto; */
    flex-direction: column;
    /* top: 120px; */
    min-height: 100vh;```

Marked as helpful

1
Eya Gargah 230

@eyagargah

Posted

Nice work on the design but when i hover over the proceed button it dosent change color , also for the cancel link and change link

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