Responsive Component Sign Up with Validation
Design comparison
Solution retrospective
Hi Coders. Suggestions and criticisms are welcome.
Can you help me with the form.
Community feedback
- @A-amonPosted over 3 years ago
Hello! Great job, the responsiveness looks good too~
I have a few suggestions:
-
You could set the padding for left & right too on your form element then set width:100% on the input elements inside. If the input element overflow the form, set its box-sizing:border-box. 🤔
-
Don't miss out the label element for each input. 😀 But an alternative to it would be using aria-label attribute on the input element, since the label isn't gonna be displayed anyway.
Marked as helpful0 -
- @renzo4webPosted over 3 years ago
Good challenge Darwin, it would be nice if you could add some feedback when the form was submitted correctly, nothing else to add, good job.
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin 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