Social Links profile created in 30 minutes (mostly)

Solution retrospective
I'm most proud that I completed it in around 30 minutes, although next time I reckon I could do it in under. It would've been helpful if I had used emmet as that would've significantly cut down on the time taken to complete the semantics.
What challenges did you encounter, and how did you overcome them?I really struggled to get the links to take up the full space of the grid. In the end I added this
display: grid;
grid-auto-columns: 1fr;
To my .links section which helped expand it all
I also need to configure prettier as some of the code that it formatted is actually still quite ugly (I.E the links in the html)
What specific areas of your project would you like help with?I still really struggle with font's/font sizes. I can't get how to make them accurate. I also don't understand how to eyeball pixel size and when to use what unit, although I suspect the latter is just practice.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Sam’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