Social Links Profile using CSS Flexbox

Solution retrospective
Being able to understand how Flexbox works and understand how to group and organize elements in a container. I was also able to use media-queries better this time(I'm a newbie to html and css).
What challenges did you encounter, and how did you overcome them?Not being able to place the container in the middle of the page with place-content: center
together with flex. I understood I have to set the flex-wrap: wrap
. For some reason, when you want to align the content in the middle using align-content property, you also have to set the flex-wrap. I saw that you could avoid this using align-items: center
How do I set the most appropriate distances between elements? Are there any useful free tools for that?
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Alexandru736'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