Social Media links profile with HTML5 and CSS3

Solution retrospective
I love the way it came out, I'm proud of everything about it. Next time, i hope to achieve same result with fewer lines of code.
What challenges did you encounter, and how did you overcome them?I kept using justify-content: center; align-items: center;
to try and center the text in the profile links which i later found out that i can fix it with text-align: center;
. As for the links, initially i was using a <div></div> for each profile link but later changed to using buttons, finally i arrived at using <ul></ul>(unordered lists) instead to make it more efficient.
I just need advice on how to make the code brief and concise rather than bulky and long, also i need help understanding the syntax and structure of the code so it can be readable to my understanding. Although i am the one who programmed it, i still don't understand the structuring quite well tbh!
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Dari3s's solution.
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