Social-Links profile using HTML and CSS.

Solution retrospective
This was an interesting project.It has helped me in revising concepts regarding html elements like <a> and <ul> and their layout on screen using CSS.
What challenges did you encounter, and how did you overcome them?Aligning link buttons was a challenge.There was space on left side which I could not reduce.Later I found out this was happening because of default left padding of <ul> element.The <ul> and <ol> elements have a top and bottom margin of 16px ( 1em ) and a padding-left of 40px ( 2.5em ).I assigned value of zero to padding of <ul>.This solved my problem.Thanks to MDN docs.
What specific areas of your project would you like help with?Please let me know if hover and focus states are applied correctly.Your input would be greatly appreciated.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Sucheta'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