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

Order summary component ussing flexbox

@YessBlack

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


Comments welcome on html structure, css layout and best practices, thanks

Community feedback

@coderSuresh

Posted

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>
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