Social Links Profile

Solution retrospective
Proud of the effort and consistency I put throughout the project. Proud of the things I have learnt every time I am faced with a challenge
What challenges did you encounter, and how did you overcome them?I faced some issues while trying to host my project within github pages. I had to reserach on ways to solve the issues. Luckily I did.
What specific areas of your project would you like help with?For now everything is okay.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @AffanRM
Hey, great work on the project! One improvement you can make is to wrap your main div in another div, say with a class of 'outer'. Then for this div with class 'outer', you can set the following properties:
.outer { min-height: 100vh; display: flex; align-items: center; }
This will vertically align your main container.
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