Design comparison
SolutionDesign
Solution retrospective
Not so sure about making it mobile responsive - Any direction about what I should work on in that area would be great. Thank you.
Community feedback
- @gauravnumberPosted almost 3 years ago
In your coding you put <h1>Order Summary</h1> and <h4>Annual Plan</h4> It give accessibility issue, heading always increment by one. Remove <h4>Annual Plan</h4> with
<h2>Annual Plan</h2>Use Semantic HTML e.g. header, main, section, aside. Remove <div id="flex-container"> with <main>
Marked as helpful0@xiaoniuniu89Posted almost 3 years ago@gauravnumber Thank you! Will note that in the future!
0 - @akpamaborisPosted almost 3 years ago
Nice one
0
Please log in to post a comment
Log in with GitHubJoin 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