Basic layout with some JS

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
Please log in to post a comment
Log in with GitHubCommunity feedback
- @juanpb96
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 helpful
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