No frameworks, just HTML, CSS and CSS grid

Solution retrospective
What do you think that can be improved?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @iceofice
Hi, Congrats on finishing this challenge! I see the issue for the background, it is not shown because the path is wrong. For the accessibility issues, you need to make it in semantic HTML, In your markup, <div class="container">...</div> should be <main class="container">...</main>. Hope it fix the issues, let me know if it works! Keep it up!
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