Mobile-first workflow, CSS grid, Semantic HTML

Solution retrospective
Hey! Completed another challenge!! Welcome any feedback!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @kens-visuals
Hey @sivakotari 👋🏻
I have some suggestions on how to fix the accessibility, HTML and some other minor issues.
- To fix the accessibility issues, you need to change <div class="attribution">...</div> to <footer class="attribution">...</footer>. This will fix all of your accessibility issues. Don't forget to generate a new repot once you fix the issue
- I'd also suggest replacing
<article>
with<div>
for a couple of reasons. First, in every article you have to have a heading such ash1-h6
, which is irrelevant is this case. Next,<article>
is designated for a newspaper article, or a blog entry, etc. - And this is a more personal suggestion, but I'd add the same amount of margin to the bottom of
.app-container
as its top margin, so something like thismargin: 6.25rem auto 6.25rem auto;
Other than that, you did a superb job, it looks really close to the design. I hope this was helpful 👨🏻💻 Cheers 👾
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