Design comparison
SolutionDesign
Solution retrospective
i know its not perfect but it was fun 2 make it work :)
Community feedback
- @efecollinsPosted about 2 years ago
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!
0 - For accessibility's sake, you can add a
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