Huddle landing page with HTML and CSS

Solution retrospective
any feedbacks will be appreciated to make my code more effective
Please log in to post a comment
Log in with GitHubCommunity feedback
- @abhik-b
Hi Kucabara 👋 , Amazing job on this challenge , it is responsive on mobiles 💯 , centering content on tablets can make it nicer 🚀
How I would have approached centering is putting the
flexBox
&social
inside acontainer
div and then give it a style ofposition:absolute; top:50%;left:50%; transform:translate(-50%,-50%);
Happy coding 😇 & Keep contributing these Amazing solutions 🚀
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