intro component with signup form

Solution retrospective
📌Hello Coders! Thats my solution for the intro component challenge.
📌I used :
- Pure JavaScript
- CSS3 with no libraries
- HTML5 with no libraries
- Mobile first workflow
📌I added:
- A "Thank You" message after the form submition 🫂
- Removed the HTML default email filter📃
- Made the colors in variables so It's easy to change the theme of the website🎨
📌Tips
- You can remove the default HTML (please fill out this field message) with
novalidate
attribute in the<form>
element🫥
just learned that 😁
Thats all. I would be glad if you have some helpful tips🙌
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Fox'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