Created with Sass and Grid

Solution retrospective
I have a problem with error. When I rewrite the correct email how can I make it so that error would disappear?. Appreciate for pointing out my problems with code and making it better :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @JepardMay
If there's a problem you throw an error, so add
else
to remove the error message if an email is correct (remove style properties and setinnerHTML
to an empty string again). It'll be good to add an email send by entering press (you can add a new keydown event listener or change button type to submit and listen to the submit event)Also, I notice that the mobile version is not usable on the small height - there's no scrolling, and some content's cut.
Marked as helpful - @itssabhishek
Can you please share some ss of your problem?
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