Intro component with signup form using Sass

Solution retrospective
Quite happy with how it turned out:
- Learnt that event listener getting attached to input fields, remain active even after the submit event has completed since event listeners are attached to the DOM element, not just limited to the scope of the event handler.
- Was going to add animation but got bored by the end of it
- Ended up with very structured code I feel and used BEM convention
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on amoeba25's solution.
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