Huddle Landing Page Single Solution

Solution retrospective
It's pretty difficult for me to try matching the design for this one, apparently. Apart from that, it was a fun challenge for sure!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @hmadamk
- great work
- to avoid unnecessary scroll in chrome reset your body like so
body{ margin:0; }
- links must have describtive text for links with icons use aria-label to describe your link to non-sighted users and screen readers like so
<a href="#" aria-label="Our facebook page">
- you shouldn't wrap your image with a section a div is more semantic for that
- I don't know about the pseudo-element or pseudo-class host thing but I will read about it
Marked as helpful
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