Skip to content
Submitted over 1 year ago

Social Links profile created in 30 minutes (mostly)

pure-css
LVL 2
Sam170
@wotanut
A solution to the Social links profile challenge

Solution retrospective


What are you most proud of, and what would you do differently next time?

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.

Code
Loading...

Please log in to post a comment

Log in

Community 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