Intro component with sign-up form

Solution retrospective
Pretty proud of how this one turned out; any feedback appreciated!
(The screenshot isn't rendering with Poppins for whatever reason; it's actually there when loaded.)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ChamuMutezva
Hi Brendan.
- Input elements should have labels to give extra information to assistive technology users about the purpose of the input.
- I also noted that the email validation is not working well on mobile. The reason might be that mobile devices add a space when you move to the next element. Try adding a trim method to the email input value
Happy coding
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