Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Request path contains unescaped characters
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

@mmetwally0

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


Would definitely love to hear feedback about the button's shadow & ways to improve it, and the design overall. Thanks in advance!

Community feedback

Adriano 34,090

@AdrianoEscarabote

Posted

Great job on this challenge! your report has some problems:

Your card-container div got a little stretched and it wasn't very similar to the example, you could adjust its height so that it fits with the content, you could use a fixed height or some other responsive one that when the layout goes down it it is decreasing too, but congratulations the rest was very good.

Hope it helps:)...don't forget to mark it as helpful 👍

Marked as helpful

1

@mmetwally0

Posted

@AdrianoEscarabote Thanks a lot, will definitely adjust that.

0

@LuizaUszacki

Posted

Hi, @mmetwally0.

Instead of main .card-container .summary-box .payment a:hover try main .card-container .summary-box .payment > a:hover. It will change the color just of the payment's a direct child. So, you won't have your payment-btn's a changing its text color.

You could also add a transition to make the change smoother.

1

@mmetwally0

Posted

@LuizaUszacki Thanks alot!

1
Devmor 470

@devmor-j

Posted

Hey this is nice 🎉

One small suggestion I can make is to remove height: 90vh from card-container class and instead add padding-bottom: 2rem.

Everything else is working as expected, keep going and have fun 😃 🌹

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