Design comparison
SolutionDesign
Solution retrospective
Hi there! it was a bit difficult for me to create the site but I did my best. please, don't hesitate give feedbacks and tips to improve my code
Community feedback
- @EileenpkPosted almost 2 years ago
Hi Azizbek, your project looks good, and this might be a helpful tip.
Consider changing the
<div class="input-form">
to a<form>
element and use an<input type=email>
for the email input. You can then use e.preventDefault() in JavaScript to stop the page from reloading on form submission. This will also allow you to do some form validation to make sure that the user's submission really is an email address.Hope you found this helpful!
- Let's connect on LinkedIn! - @Eileenpk
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