Huddle landing page with single introductory section

Please log in to post a comment
Log in with GitHubCommunity feedback
- @AkshobyaRaoSWE
Hi @Ronnarit00000, Nice Job! The solution looks really good overall, but I did notice some overflow. Looking at the code closely, I believe there are some solutions that could work. For example, you could do overflow hidden. However, setting the height for these "one-pagers" by doing 100vh often are more effective. You should also consider settings some styles to your body such as box-sizing:border-box and setting the margin and padding to 0 as browsers often add some padding by default. Additionally, think about adding line-height properties to the components separately or setting an additionally class you can add to them. Setting the line-height to the body slightly distorts the icons and logos in the footer. Overall, nice job!
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