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 landing using flexbox

@DiegoAlvees

Desktop design screenshot for the Newsletter sign-up form with success message coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Community feedback

@Ridwan10000

Posted

@DiegoAlvees Congratulations on completing the project. Inputs related to personal information should have autocomplete attribute set to on. Like this <input id="email" type="email" placeholder="[email protected]" autocomplete="on">. Notice I changed the id of the input for accessibility purpose. Making the id of input same to the for attribute of label would give the label some powers. Clicking on the label will make the input focused.

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