Design comparison
Solution retrospective
A simple layout for registering in a web page , simple HTML and CSS but need some work with JavaScript in form validation , first time to use Mobile-first workflow and now I can guess way lots of people prefer it. much easier I will keep using and practice it .and for JavaScript I think I started to keep track of examples and find out solutions .not in simplest way but I solve them so far. your feedback would be of great help.
Community feedback
- @jkellermanPosted almost 3 years ago
Well done! Just a few things to point out.
- Your page above 375px wide seems to displaying your form really squished. Maybe you have this set as display:flex-direction row instead of column.
- Also, just to make styling better, you can add red border around input fields when there is an error using JS
Marked as helpful0 - @omarfaridsPosted almost 3 years ago
@jkellerman thanks very much for your feedback ..
you first point,that happened coz I only use 1 breaking point 376px .its bad practice I will take care of it
second point,I forgot to set borders to red 😅.I will fix it
Thanks very much 💜0
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