Huddle landing page (with curves) - HTML and CSS
Design comparison
Solution retrospective
It took me a while to complete this challenge. Thanks to everyone on FrontendMentor. I've learned a lot (in a short period) from the feedback I get. Please leave valuable feedback that'll help me improve
Community feedback
- @vanzasetiaPosted about 2 years ago
Hi there! 👋
I notice that you are using the SVG for the social media icons. It means that the Font Awesome script is not used on the site. So, I would recommend removing the Font Awesome
script
. (Not to mention that it generates a lot of issues)<button type="submit" class="btn btn--small">Try It Free</button>
should not be a submit button (it doesn't submit anything). If you think it will trigger a form then it should be abutton
withtype="button"
. The same goes for the other buttons.After that, try to fix all the issues that have been reported. Make sure you generate a new report after you remove the Font Awesome script to get the left over issues.
That's it! I hope this helps! 🙂
Marked as helpful0
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