social-links-profile

Solution retrospective
Note: I added my own link names and my version is a bit stylised (not an exact match). The project brief allowed for that.
I used variables for the first time.
:root { --background-color: hsl(0, 0%, 8%); --wrapper-color: hsl(0, 0%, 12%); --links-color: hsl(0, 0%, 20%); --text-color: hsl(0, 0%, 100%); --secondary-color: hsl(75, 94%, 57%); }
I've known about them for some time but this was my first time applying them in a project. I can see why people use variables in CSS. It helps with reusability, especially if there are project styles.
What challenges did you encounter, and how did you overcome them?Using 'border-radius: inherit;' in my CSS was useful for making sure the image fit correctly within it's parent div.
What specific areas of your project would you like help with?How do I structure my repository for frontendmentor.com projects in a nice way? Should I work in the main zip folder or bring my HTML and CSS files out of that to work with?
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on sj'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