Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Huddle Landing Page

@VaibhavSain


Design comparison


SolutionDesign

Community feedback

Adriano 36,790

@AdrianoEscarabote

Posted

Hey Vaibhav@Sain, how’s it going? I was really impressed with your project’s result, though I have some advice that could be helpful:

I noticed that you used position: absolute; a lot, be careful when using it, because in higher resolutions the content is outside the main tag. One way to improve would be to put a maximum width in main:

main {
    max-width: 1440px;
}

and using flexbox or grid for positioning, leaves position absolute only for the last case.

Everything else looks great.

Hope this helps! 👍

0

@VaibhavSain

Posted

@AdrianoEscarabote thanks for your valuable feedback

0

Please log in to post a comment

Log in with GitHub
Discord logo

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