Responsive ping coming page using [VanillaJS, TailwindCSS]

Solution retrospective
Hi everyone, this is my solution of "Ping-coming-page". Any comment would be appreciated. Thanks for your help! :D
In this challenge I learned:
- Code seperation in index.js
- onblur event, occurs when an element loses focus.
emailInput.addEventListener("blur", () => { validateEmail(emailInput.value); });
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Kenny Ng'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