A responsive order summary component challenge with HTML and CSS

Solution retrospective
Hello. I am so excited to complete my second challenge of order summary component with HTML and CSS only.
Please take some time to review my solution. I will appreciate your response, Thanks!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @grace-snow
Hello
A few pointers for you, I hope they help
- content is overflowing my mobile screen because of the exact width on this. Use max width instead.
- container needs to be a
main
element. All content should be in landmarks - I think you might have button and anchor tag the wrong way around on this.
Change
is more likely to be a button,proceed
implies navigation.
Marked as helpful
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