Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Responsive ping coming page using [VanillaJS, TailwindCSS]

Kenny Ng 400

@kennylun123

Desktop design screenshot for the Ping single column coming soon page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

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);
});

Community feedback

Please log in to post a comment

Log in with GitHub
Discord logo

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