Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
- css Flexbox and figuring it out
- button styling
Community feedback
- @AdrianoEscarabotePosted 24 days ago
Hi Hamza Musa, how are you doing? I really loved the outcome of your project, but I have a few suggestions that I think might 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>
The rest is excellent.
I hope you find it useful. 👍
Marked as helpful1
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