
Solution retrospective
i know its not perfect but it was fun 2 make it work :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @efecollins
Hello @vampmora, well-done on trying to make the code work but there is a little change that can be implemented if you will:
- For accessibility's sake, you can add a
role="contentinfo"
attribute to your.attribution
div. The former becomes:
<div class="attribution" role="contentinfo"> </div>
👍 Enjoy your coding journey. Cheers!
- For accessibility's sake, you can add a
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