Submitted almost 2 years ago
Huddle Landing Page with Alternating Features Blocks
@delacruzralph
Design comparison
SolutionDesign
Community feedback
- @VCaramesPosted almost 2 years ago
Hey there! 👋 Here are some suggestions to help improve your code:
- The logo is not decoration ❌; its
alt tag
should not be blank. it should state the company’s name. This needs to be remove as wellaria-hidden="true"
.
- The “illustrations/icons” serve no other purpose than to be decorative ⚠️; they add no value. Their
alt tag
should left blank and have anaria-hidden=“true”
to hides it from assistive technology.
More Info:📚
- ⚠️ The logo and company info inside the
footer
need to be wrapped inside anaddress
element. While each individual information needs to wrapped in ananchor
element.
More Info:📚
- ⚠️ The company directory needs to wrapped in a
nav
element.
- Never use ❌
!important
as it is usually used because something was not applied correctly.
- For improved accessibility 📈 for your content, it is best practice to use
em
formedia-queries
. Using this unit gives users the ability to scale elements up and down, relative to a set value.
If you have any questions or need further clarification, feel free to reach out to me.
Happy Coding! 🎆🎊🪅
Marked as helpful0 - The logo is not decoration ❌; its
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