This is a Solution to the Huddle landing page with curved sections
Design comparison
Solution retrospective
Feel free to check my solution and report any error @twitter - @kentmichaels4n. You can also suggest anything, this will help me improve. Thanks!
Community feedback
- @shashreesamuelPosted over 2 years ago
Hey kentmichael, good job completing this challenge. Keep up the good work
Your solution looks great however I think the contact information needs some margin-bottom and the social icons need some margin-bottom.
In terms of accessibility issues
-
Form elements must have labels, you can fix this by using the
name
attribute. -
Links need text, you can fix this by using the
aria-label
attribute. I hope this helps
In terms of your validation errors
-
aria-labelledby attribute must point to an element in the same document.
-
too few values for transform, this is because you are specifying fewer values than needed
-
Unknown pseudo-element or pseudo-class :host. I recommend doing some research just to ensure you are referring the correct pseudo-element
-
An id cannot contain a whitespace so it should be "get_started" and not "Get Started"
-
The header canot be a descendant of the footer
I hope this helps
Cheers Happy coding š
1@kentmichaelPosted over 2 years ago@TheCoderGuru thank you so much! I will update my solution asap! great help
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