Social links profile using HTML and CSS

Solution retrospective
I'm most proud of how I paid attention to details to implement this project and how I mastered how to use font files comfortably.
What challenges did you encounter, and how did you overcome them?The only challenge I faced was the design details such as the font and padding.
What specific areas of your project would you like help with?I would like help with my CSS
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@TranDanh1122
- in preview site, you avatar image missing, let fix it
- used too much flex box, no need to do that if only 1 UI element in 1 row, just display block and make it simple
- you need to use more semantic element, etc: name shoule be H1, address maybe h2 or span, p is paragraph, and you dont have paragraph here 4.set width of wrapper = 375px maybe not good, you card will break layout when i view on 320px mobile, you can do: width 100%, max-width: 375px
hope that help!!!!
Join 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