Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Implementing everything I've learned about HTML and CSS to accurately replicate the social links profile.
What challenges did you encounter, and how did you overcome them?Ensuring that the design is implemented in a responsive manner; hence, use the browser developer tools to confirm responsiveness.
What specific areas of your project would you like help with?Nothing specific, but any feedback is highly appreciated.
Community feedback
- @sivaprasath2004Posted 7 months ago
Hello, I would like to extend my congratulations on completing this challenge.
- The implementation of
main{ height: 100vh; }
poses issues on mobile devices, extending beyond the boundaries of the main page. To address this, modify the code tomain{min-height: 100vh;}
, ensuring a more suitable fit for mobile site viewing.
Marked as helpful0 - The implementation of
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