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-curved-lines-master

@sohailmahmoud17

Desktop design screenshot for the Huddle landing page with curved sections coding challenge

This is a solution for...

  • HTML
  • CSS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


If you have a solution to fill the sections (grow-together) and (your users) with the same color, please don't hesitate to tell me in the comments below

Community feedback

Hassia Issah 50,670

@Hassiai

Posted

Replace <div class="co-header"> with the main tag and replace all the <h1> in the rest of the divs with <h2> with the exception of the <h1> in <div class="container"> to fix the accessibility issue. Since the form is not accepting any value there is no need for the action= " " attribute. to fix the error issue.

to fill the section grow to together and your users . add margin: 0; padding: 0; to *{} : e.g: *{ padding: 0; margin: 0;}. There is no need for padding-left: 0.3125rem; padding-right: 0.3125rem; margin-left: auto; margin-right: auto; in .container Give .container a width of 80% a max-width of 1300px and margin: 0 auto; .

Hope am helpful Happy coding.

0

@sohailmahmoud17

Posted

@Hassiai thank you. I'll keep it in mind

0
Hassia Issah 50,670

@Hassiai

Posted

@sohailmahmoud17 mark my comment helpful , if you find it helpful

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