huddle-landing-page-with-curved-lines-master
Design comparison
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
- @HassiaiPosted almost 2 years ago
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@sohailmahmoud17Posted almost 2 years ago@Hassiai thank you. I'll keep it in mind
0@HassiaiPosted almost 2 years ago@sohailmahmoud17 mark my comment helpful , if you find it helpful
0
Please log in to post a comment
Log in with GitHubJoin 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