Social Links Profile using Flexbox

Solution retrospective
For the card, I struggled a little bit with the responsiveness, such as setting the margin of the card, to make the card centered on the page. From the previous challenge, I learned that I can use min-height: 100vh
to make the page full height, and then use display: flex
and justify-content: center
on the body
to center the content.
Please log in to post a comment
Log in with GitHubJoin 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