Design comparison
SolutionDesign
Solution retrospective
Your opinion is welcome.
Community feedback
- @barcacaPosted 12 months ago
Hello, Great job completing the challenge!
A suggestion:
- Consider adding
display: flex;
andjustify-content: center;
to thebutton
tag. In this case, by settingjustify-content: center;
on thebutton
, you ensure that its content (text and icon) is horizontally centered within thebutton
.
Keep up the great work!
Marked as helpful0 - Consider adding
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