Responsive base apparel section with html, sass, and js
Design comparison
Solution retrospective
I don't know if my css code is the best way to implement the submit button. Any feedbacks are welcome
Community feedback
- @tesla-ambassadorPosted over 2 years ago
Hey Alif Kahfi. Congrats on completing this wonderful solution! It's really looking sharp! Here's a suggestion, instead of using an alert to notify a user that the email was submitted successfully, you could consider adding a
setTimeOut();
function on submission of the email to reload the page a few seconds after an email has successfully been submitted so that it can simulate a real-life email submission. You can usewindow.location.reload();
at the end of your submit button event listener to achieve this. (The reloading of the page)Happy Coding and keep up the good work!
Marked as helpful0
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