HTML & CSS USING GRID & JS

Solution retrospective
Feedback will really help me improve
Please log in to post a comment
Log in with GitHubCommunity feedback
- @artimys
Nice work Harold 👍 the site responds well. I have a few suggestions.
Design feeback
- The "Try it Free" and "Get Started For Free" button could use hover styles
- The 3 middle sections could be centered on desktop layout. Add a
max-width
andmargin: 0 auto
to center it
HTML feedback
- Huddle logo - add a more descriptive alt text like "Huddle Logo"
- For footer phone anchor tag, use
tel:
in thehref
tag. Example:<a href="tel:15431234567">+1-543-123-4567</a>
- For footer email anchor tag, use
mailto:
in thehref
tag. Example:<a href="mailto:example@huddle.com">example@huddle.com</a>
- Try the
<input type="email">
for your input email address - I recommend making the footer social icons with anchor tags so it can utilize the
tab
key
Keep on coding!! 👍
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