Intro Component with Signup Form w/ Vanilla HTML and CSS

Solution retrospective
Any feedback/thoughts are greatly appreciated!
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@LucianoDLima
Hey, well done on completing this challenge!
A few issues I found:
- When you click 'Claim your free trial', it takes you to another page with the 405 error.
- Since the 'Claim your free trial' is a clickable button, you could add
cursor: pointer;
to it on CSS, that way when you hover over it, you see that the hand icon (the one you get when you hover over the View Challenge up above). - Instead of wrapping your whole code around a
<div class="container">
, you could wrap it around a<main>
to be more semantic accurate.
I noticed you're not using javascript, so maybe you're still learning css and html first and will revisit this challenge later to add javascript, it looks really good though, it will get even better after you add javascript! Enjoy your learning!
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