Design comparison
Solution retrospective
I'm reasonably happy with the final result but there is definitely room for improvement particularly in the JS I feel and form styling is always awkward to get it consistent. Any suggestions welcome.
I had some issues with the error icons managed to add the icon to the input fields, but it doesn't seem to appear on the password field for some reason? Anyone have any idea why?
Community feedback
- @cguttwebPosted almost 4 years ago
Hey, thanks for the feedback. The ::after pseudo element is a good idea (I always forget about these) but that seems a lot of markup to add simply to show an svg. It also appears my images aren't working...
0 - @isimeriPosted almost 4 years ago
Hey there. The error icon thing doesn't appear anywhere at all on my side. I would wrap each input element in a
<div class="wrapper">
and use the.wrapper::after
pseudo-element to handle this. Cheers!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