Design comparison
SolutionDesign
Solution retrospective
I made my way around with completing this challenge, i still lack of knowledge, i would like to know how to push the button a little bit down when the error message is showing (on mobile widths) also how to make the red border and everything disappear when retyping the email?? how are you
Community feedback
- @mattstuddertPosted almost 5 years ago
Nice work Vincenzo! You've got
position: absolute;
on the error message, so if you removed that then thebutton
would move down when the message appears. To get the border to disappear when re-typing you could have a separate event listener onkeypress
orchange
.Keep up the great work!
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