Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
The style and more challenging project
What challenges did you encounter, and how did you overcome them?Well for this project there's none
What specific areas of your project would you like help with?Like flex and grid
Community feedback
- @AdrianoEscarabotePosted 23 days ago
Hey Kristoferson perez, how’s it going? I was really impressed with your project’s result, though I have some advice that could be helpful:
A tip to improve the semantics of the code would be to use ul, since that is a list of links:
<ul> <li><a href="#">GitHub</a></li> <li><a href="#">Frontend Mentor</a></li> <li><a href="#">LinkedIn</a></li> <li><a href="#">Twitter</a></li> <li><a href="#">Instagram</a></li> </ul>
Everything else looks great.
Hope this helps! 👍
1@TobywantcolaPosted 15 days ago@AdrianoEscarabote Oh! Thank you I appreciate it.
1
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