Order Summary HTML, CSS

Solution retrospective
I'm new to Frontend development & learning it now. It will be a great help, if you could provide me the feedback on my solution. So I can improve the areas mentioned.
Thanks in advance.
by Kivi02
Please log in to post a comment
Log in with GitHubCommunity feedback
- @cwebdev
Hi Kivi02,
Congratulations on finishing your challenge! 🎉
I looked at your solution and here are few observations from my side:
- Add more metadata like description to describe what the page is about
- Add cursor pointer for buttons like "Proceed Payment" and "Cancel Order"
Hope this is helpful. 😁
Marked as helpful - @denielden
Hi Kivi, great work on this challenge! 😉
Here are a few tips for improve your code:
- to the body set
background-size: contain
- add descriptive text in the
alt
attribute of the images - instead of using
px
use relative units of measurement likerem
-> read here
Overall you did well 😁 Hope this help!
Marked as helpful - to the body set
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