Responsive newsletter sign up with mainly flexbox

Solution retrospective
I'm mostly proud of my responsive solution.
What challenges did you encounter, and how did you overcome them?To change the picture on different screen sizes and the responsive layout, but I did all of them.
What specific areas of your project would you like help with?I think I did everything right, but there's one thing I don't understand. Does the form actually need to submit before the success window appears, or should the window just appear without submitting the form?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @thisisharsh7
Hey, great job on completing this challenge! The live website looks nice and functions well across screen sizes.
For the form behavior: No,the window shouldn't appear without submitting the form. Here first we will take the email input from the user and just on save we have to show the success window. Also when someone dismiss the success meesage try clearing the input for better UX.
- Consider adding
type="email"
to your input to leverage native browser validation as well.
Overall a great solution - happy coding!
Marked as helpful - Consider adding
Join 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