Submitted about 3 years ago
project built only with flex, grid,css 🔨🔨
@FedeHerrera10
Design comparison
SolutionDesign
Solution retrospective
willing to any comment. Thanks.!! 😁😁
Community feedback
- @kens-visualsPosted about 3 years ago
Hey @FedeHerrera10 👋🏻
I have quick tips to help you fix the accessibility and HTML issues.
- In HTML, list items
<li>
should always be in<ul>
if it's unordered list, and<ol>
ordered list. The following code will fix the accessibility and HTML issues. Just, don't forget to generate a new report once you fix it.
<ul> <li>Tutorials by insdustry experts</li> <li>Peer & expert code review</li> <li>Coding exercises</li> <li>Access to our Github repos</li> <li>Flashcards decks</li> <li>New videos every weeks</li> </ul>
I hope this was helpful 👨🏻💻 one last thing would be, to try to implement
:hover
state for the button. Other than that, you did a great job, well done. Cheers 👾Marked as helpful0@FedeHerrera10Posted about 3 years ago@kens-visuals Thanks for the collaboration, everything is resolved.
0 - In HTML, list items
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