Order Summary Component Challenge (flexbox, saas)

Solution retrospective
I am happy to receive feedback on my solution.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @skyv26
Hi! Stephen, To solve accessibility issues:
-
wrap everything in your body in <main> OR give role="" to the direct children of your <body> ... Click here to read more here
-
Change your below code
<div class="attribution"> Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. Coded by <a href="#">CjWellDone</a>. </div>
TO
<footer class="attribution"> Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. Coded by <a href="#">CjWellDone</a>. </footer>
- start your headings with <h1> and move up by one level each time
Good Luck ;)
-
- @Madmanden
Hi Stephan. On my phone the mobile view is a bit broken, it doesn’t show the whole component (it’s too narrow).
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