Order summary component ussing flexbox

Solution retrospective
Comments welcome on html structure, css layout and best practices, thanks
Please log in to post a comment
Log in with GitHubCommunity feedback
- @coderSuresh
Hey there. You did a great job.
You can fix those accessibility issues by using the 'main' tag. The 'main' tag specifies the main contents of the document.
Here you can see more about the main tag: https://www.w3schools.com/tags/tag_main.asp
<body> <main> ........ ........ </main> </body>
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