Responsive Base Apparel Landing Page using basic CSS and JS.
Design comparison
Solution retrospective
Please let me know if I made any errors, thanks.
Community feedback
- @stefani-josifovskaPosted over 2 years ago
First of all, I have to say that I love that everything is responsive and functional! However, I do have a remark about the input validation, because the way you have defined the regex works perfectly if the entered email doesn't contain any special symbols, like a dot, an underscore or a number, which most emails do. So, I would update the regex and I think it'll work perfectly! Also, a little remark on the form styling, which isn't something you did wrong, just something you probably haven't noticed while coding - once a valid email is entered, the red border color still stays, but I think it should go back to the original color. Other than that, of course everything could always use a little more styling and working on some details, but everything would be fully functional even without it. Anyways, good work!
Marked as helpful1@CoffeemechanicsPosted over 2 years ago@stefijosi Hey, thank you so much. I'll fix the problem with regex, and I've fixed the problem with border colour staying red. I also think, for this challenge, I did the styling part a bit evasive. Thank you! I just saw your solution and it's much more better. ╥﹏╥
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