Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I've just completed a front-end coding challenge from @frontendmentor! 🎉
You can see my solution here: https://www.frontendmentor.io/solutions/social-links-profile-project-dCJ4-1GrSE
Any suggestions on how I can improve are welcome!
Community feedback
- @AffanRMPosted 3 months ago
Hey, good work on the project! I see that your container is not vertically aligned, so you can achieve this quite easily with the following code:
.container{ display: flex; align-items: center; }
This will work as you have already set the min-height as 100vh of your container.
Marked as helpful0
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