age calculator app using tailwind css

Solution retrospective
Here is my solution to this challenge, it was very cool to do but I ran into problems on the responsive side ( I couldn't align the icon to the right like in the desktop design) I hope you could help me.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ParvizAzeroglu
I haven't used Tailwind before, but I do it using flex with
align-items: center;
andjustify-content: flex-end;
. If you use flex, it will be responsive, and you can change the icon position as you like.
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