Design comparison
SolutionDesign
Solution retrospective
What specific areas of your project would you like help with?
I'm aiming to improve my HTML semantics skills, writing good quality CSS and BEM methodology skills.
Community feedback
- @perfidevPosted 8 months ago
Great job! That was a great idea to use <figure>. I think I'll use that too :)
I would just place the links within a list for semantics.
<ul class="main-list"> <li class="main-list__item"> <a href="#" target="_blank">Frontend Mentor</a> </li> </ul>
Marked as helpful0@gilotinPosted 8 months ago@raphaelperfi You are absolutely right! That will also improve reader accessibility. Thanks for the suggestion!
0
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