Submitted about 1 year agoA solution to the Social links profile challenge
made mobile first responsive using flex box system
LVL 1
@leongratis

Solution retrospective
What are you most proud of, and what would you do differently next time?
making it mobile-first
What challenges did you encounter, and how did you overcome them?TO CENTER THE WEBSITE
I made the body height:100vh I used flex with flex-direction: column; justify-content: center; align-items: center; both on the body and the container
What specific areas of your project would you like help with?view the code and also tell me if there is other shorter ways to center other than flex and grid or even margin: auto;
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on leongratis’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