Design comparison
SolutionDesign
Solution retrospective
Question/Help me : How to position my span#text (warning text) in Desktop size?
Community feedback
- @hariscsPosted over 3 years ago
put input and button in one div, and apply flex on them. and put the error text out of the input div, and give a text-align-left;
0@hariscsPosted over 3 years ago@exist08 then change the direction of flex to flex-direction: column; the items will stock on each other and the error text will move to the bottom
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