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 card

yudiz 180

@yud11z

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


All feedbacks are welcome, thanks in advance.

Community feedback

@Harshi786

Posted

Hey! Congrats on completing the challenge.

Your solution looks good but few more tips to make it perfect.

  • For background image, Change background size from cover to contain. body {background-size:contain;}

  • Add hover to links and buttons.

    1. For link. a:hover { text-decoration: none; opacity: 0.8; }
    2. For payment button. .btn-pay:hover { opacity: 0.8; cursor: pointer; }
    3. For cancel order button. .btn-cancel:hover { color: #1f2f56; cursor: pointers; }
  • Try mobile view as well.

Hope this helps.

Marked as helpful

1

yudiz 180

@yud11z

Posted

@Harshi786 Thanks for the feedback, that's really helpful.

1

@Harshi786

Posted

@yud11z then plz mark it as helpful. Thanks

0

@iammukeshmahato

Posted

Hello Mr. Yudiz, your design is quite similar to the challenge but it seems some miss-matched. The font weight of "Order Summary" is not similar to the challenge also there is more space between the text in the "subscription" division. The height of the "Proceed to payment" bottom should be a bit greater than than what you have given. You can take reference to my design. Here is the link of my github: https://github.com/mukeshmahato843/orderSummary

I hope this will be helpful for you!!!

1

yudiz 180

@yud11z

Posted

@mukeshmahato843 Thanks, I will try to fixed it. Regards

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