Design comparison
SolutionDesign
Solution retrospective
What is the best way to center a row of icons?
Community feedback
- @VCaramesPosted over 2 years ago
To answer your question:
You can place your icons in a Container and then set the Display to Flex along with
align-items: center
(You can then add agap
to get the spacing your desire between them).Marked as helpful1
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