Design comparison
SolutionDesign
Solution retrospective
Hey guys,
can someone help me with the red label of the input field that should appear if the input is incorrect?
It was also difficult for me to match the right font-size. There was no font-size specified.
Otherwise all suggestions for improvement are welcome.
Thanks🤝
Community feedback
- @ALI-KHALED-13Posted over 1 year ago
Beautiful ! The best solution I've seen after mine ;) Matching the design very closely.
One advice is to preventDefault() upon form submission; the current behaviour is that the webpage reloads when you click on submit button. You can fix that by attaching an "onsubmit" function and call preventDefault() on the event paramter
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