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

Ping Coming Soon Page

Ham 340

@hmac100

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


What are you most proud of, and what would you do differently next time?

Think it turned out close to the design. Suspect the error message could have been done better - but was limited with my current knowledge of Javascript.

What challenges did you encounter, and how did you overcome them?

Getting the error message display behaving properly for both desktop and mobile was a minor hurdle. Could get either the desktop error message or the mob error message working but not both until I put this if statement in the js.file.

if (window.matchMedia('screen and (max-width: 375px)').matches) { blueBtn.style.marginTop = "2rem"; } This approach seemed to work

What specific areas of your project would you like help with?

For any javascript solution I come up with - there's invariably loads more elegant solutions . At this stage - it's trial and error - research - memory and hopefully some tips from well meaning people who know more than I do.

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