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 single column page, Mobile first using Flexbox, SCSS and JS

@luisdevworks

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


Hello, any feedback is welcome!

Community feedback

Martin 1,150

@ringm

Posted

Looks good! Just remember for accesibility reasons, you should have a <label> for every <input>.

Your form should be structured like this:

<form action="/action_page.php">
  <label for="firstName">First Name</label>
  <input type="text" name="firstName" id="firstName" value="First Name">
</form>

More info on labels here

Happy coding!

1

@luisdevworks

Posted

@ringm Hello Martin, got it, thanks for the feedback, I will fix that!!

0

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