Design comparison
Solution retrospective
In this challenge, I spent most of my time on responsiveness. It was hard to be responsive in every screen because of the image. I don't want to affect the resolution of the image. Feedbacks are warmly welcomed.
Happy Coding!
Community feedback
- @FrancisKhaledKhodjaPosted over 2 years ago
Hello. Excellent Job. I like your popup to significate the send of the email. But you can improve your JS code: 1 - remove error messages and styles when user entered email with correct format: for instances add this line of code
errorMsg.style.display = none;
2 - use regex to verify the email format (you can find solutions on the web) but I can help you if you want...Marked as helpful1@hteinLinn210Posted over 2 years ago@FrancisKhaledKhodja Thank you for your feedback. For email format verification, I will search it online.
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