Intro component with sign-up form with flexbox

Solution retrospective
This has been tough. I had issues aligning the error message to the right. Text-align didnt work. I think I did something wrong but dont know where. Ill be glad to get some feedback.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Diarrah
The way I aligned the text in my project I made the small tag a position: absolute and put bottom: 0, right: 0.
Also, to get rid of your accessibility issues all you have to do is wrap your input tag inside of a label tag + make sure that the for attr for the label is the same as the id for the input.
Keep coding!
- @ngoc199
You can add
display: block; text-align: right;
to the small tag to align it. I hope that works for you!
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