Design comparison
Solution retrospective
Hey All,
I have finished this challenge, although for the life of me I could not get that damn exclamation mark icon where it should be, so within the email input field. -which I know is pretty stupid-, so if anyone has an advice for placing it where it should be, I would be grateful. :)
Thanks as usual!
Daniel
Community feedback
- @juanpb96Posted almost 2 years ago
Hi Daniel, good job on your solution!
I was looking at you code and I see you can do some fixes. You should consider the use of
position: relative;
in your#inputContainer
or changing the layout of your input just a bit. I think you can use#inputContainer
withdisplay: flex;
and place the button and icon better. The border could be moved to the container, so you can adjust styles in an easy way.Hope it helps!
Marked as helpful0@dknydPosted almost 2 years ago@juanpb96 hey Mate!
Thanks so much for the advice, I have used it on the next similar project
https://www.frontendmentor.io/solutions/responsive-intro-page-with-some-most-probably-overcomplicated-js-N8MN3D9ySQ
And as you see, it worked wonders on multiple input fields, so I will remake this one too.
Many thanks again bro!
Daniel
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