Responsive, mobile-first ping coming soon

Solution retrospective
So next time, I will try to organize my CSS a bit better, and try to break it down from generic styling, to more specialized stylings.
What challenges did you encounter, and how did you overcome them?One issue that I had was getting the error message to appear correctly below the text input field. This was fixed by giving it the position absolute, bottom: 0; using the form div as the reference position. From there, I adjusted it's positioning.
Another challenge that I came across was knowing what exactly to validate for the basic email validation, since I hadn't attempted that before. I had to solve this issue by utilizing multiple docs on the subject.
What specific areas of your project would you like help with?Any glaring issues that I can fix would be greatly appreciated!
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Jordan Bugglin's solution.
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