Newsletter Sign Up

Solution retrospective
I would say I most proud of the validation for the form. Although it is simple I just enjoyed working through it and getting to work well. Also going the extra few steps on adding a disabled state to the button and having the UI show the entered email on the success card.
One thing I would do different is the card layout I could have made it reusable instead of creating two cards one for each state.
What challenges did you encounter, and how did you overcome them?- getting the list aligned with the custom bullets. Just had to surf the internet for a solution. Turns out you just do it all directly on the
li
selector. - changing the focus state look of the input. I couldn't get the blue outline to go away, until I noticed you could by setting
outline: none
.
- I would say mostly I would like feedback on the JS. I think I did everything well but is there something I missed or could have done better.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Emmanuel Lopez's solution.
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