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

Responsive Order Summary page

@CaseyLawver

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


Any advice/criticism is welcome!

Community feedback

Daniel 🛸 44,230

@danielmrz-dev

Posted

Hello @CaseyLawver!

You did a very good job there!

I have just one very simple suggestion for improvement:

  • Since the button is a clickable element, it's nice to add cursor: pointer to it. It gives the user one more visual indication that the element is clickable.

I hope it helps!

Other than that, you did a great job!

0

@AGutierrezR

Posted

Hello there @CaseyLawver 👋. Good job on completing the challenge!

I have some suggestions about your code that might interest you.

CSS and Styling:

  • Implement CSS custom properties to define and utilize project colors more easily.
  • The body should not have its height limited. Instead of using height: 100vh, use min-height: 100vh.

Accessibility and Semantic HTML:

  • The icons/illustration images are decorative, so their alt text must be emptyalt="".

I hope you find this helpful 😁. Most importantly, your submitted solution is fantastic!

Happy coding!

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