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 layout using flex, form validation with js

victor 40

@victorgfz

Desktop design screenshot for the Intro component with sign-up form coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


It took a little longer than i expected, i found difficult on making the validation and i'm not sure i made it in the best way, since i used an input type="text" on email to avoid the default message. Feedbacks are welcome.

Community feedback

Handyyweb 120

@HandyyWeb

Posted

Your code is very good, well done! Just a small thing that can help you, but it's not really necessary : Instead of setting margin : 0 or padding : 0 for each element, you can maybe use CSS Reset

Personally, I use :

*{
padding : 0
margin  :  0
box-size : border-box
}

But choose what seems to be good for you, as I said it can even be skipped. Once again, your code is very good ! Have a nice day !

Marked as helpful

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