Submitted 10 months agoA solution to the Newsletter sign-up form with success message challenge
Newsletter sign up with success message
sass/scss
@danielashjari

Solution retrospective
What are you most proud of, and what would you do differently next time?
the things I'm most proud of:
- readable clean code
- the time took me to do this project
- a good validation code (with the help of kiara523)
things I'd do differently next time:
- use a framework for validation
- use a different approach to toggle elements
i've put the element in the center but its not like that in the screenshots, how should i fix it
- how to toggle elements using
element.style.display='none';
element.style.display='flex';
- how to choose an img that wouldn't have problem when published in github pages
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on daniel'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