Order summary component using HTML and CSS

Solution retrospective
This is my first front end mentor solution. Any feedback will help me learn and rectify my mistakes.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ChamuMutezva
- An h1 should be your first heading, one h1 is considered best practice
- headings should ascend in order h1, h2, h3 etc
- use semantic html where ever possible instead of divs. Cancel, change and proceed are interactive elements, in this case they look like they are used to open another page or open a form. Possible elements will be an anchor or a button.
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