Design comparison
SolutionDesign
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.
Community feedback
- @ParvizAzerogluPosted about 1 year ago
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.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