social links using flexbox

Please log in to post a comment
Log in with GitHubCommunity feedback
- @saul-gustavo
Hello, I saw your code and it is clear what you did for this challenge, I recommend you use flex-box like this.
body { width: 100%; min-height: 100vh; display: flex; align-items: center; justify-content: center; } Card container .container { width: 450px or 500px; padding: 2rem 0 1rem; }
This will center the content on the screen and you can use padding to fill the card.
Happy Coding!!
Marked as helpful
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