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, HTML and CSS page

Adam 10

@Adam-Saad


Design comparison


SolutionDesign

Community feedback

P
Matt Studdert 13,611

@mattstuddert

Posted

Hey Adam, great work completing this challenge! 👏👏👏

Be careful about using position: absolute too much. You'll see that when you change to a mobile screen size all of the content overlaps. In this page, you shouldn't need to use position: absolute; at all. Absolute positioning pulls the element out of the flow of the page completely. This means no elements have any awareness of each other.

I'd recommend removing all position: absolute; declarations and having another go at building the layout.

Let me know if you have any questions! 🙂

1

P
Matt Studdert 13,611

@mattstuddert

Posted

No problem!

0
Adam 10

@Adam-Saad

Posted

Thank you so much for your feedback Matt I really apperciate it 🙂

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