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 with Alternating Blocks using HTML and CSS

wenadevβ€’ 425

@wenadev


Design comparison


SolutionDesign

Solution retrospective


Let me know your feedback

Community feedback

P
ApplePieGiraffeβ€’ 30,545

@ApplePieGiraffe

Posted

Hey there, wenadev! πŸ‘‹

It's me again! πŸ˜†

It's great to see you completing so many challenges! πŸ˜ƒ Well done on this one! πŸ‘

A few things I'd like to suggest are,

  • Turning the navigation links in the footer of the page into actual links using the anchor tag.
  • Perhaps setting pointer-events: none to the div overlaying the footer of the page so that the elements in the footer can be clickable.
  • Adding a max-width to the main wrapper or container would be a good idea to prevent the content of the page from becoming too wide on extra-large screens. πŸ˜‰

As always, keep coding (and happy coding, too)! 😁

1

wenadevβ€’ 425

@wenadev

Posted

@ApplePieGiraffe thank you for contribution! site updated! :))

1
P
ApplePieGiraffeβ€’ 30,545

@ApplePieGiraffe

Posted

@wenadev

Nice job! The updated site looks good and works well! πŸ™Œ

Now that you've added a max-width to the content on the page, one last step might be to allow the backgrounds of the header and footer to grow with the width of the screen (rather than be affected by the max-width) so that there is no empty white space to the sides of those sections on extra-large screens.

There are a few ways of doing this, but one way I would achieve this effect was by wrapping the content of the header and footer sections in a container and setting the max-width on the container rather than on the entire header and footer. That way, the header and footer could stretch to the ends of the page, but the container and everything inside it would remain together because of the max-width. Just a tip! πŸ˜‰

Keep it up and have fun! πŸ‘

0
Abhikβ€’ 4,840

@abhik-b

Posted

Hi Wenadev , great job on this challenge πŸ’― It is responsive and looks cool πŸ‘Œ

** just a opinion : ** please add cursor:pointer to links

Happy Coding and Keep contributing these great challengesπŸš€

1

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