Design comparison
SolutionDesign
Solution retrospective
Would like feedback for the arrow on the tooltip, backgrounds for svg icons. Also would like some advice on the spacing of the content for the first column. Any other feedback is also welcome, thank you
Community feedback
- @Mahesh-yadavPosted over 4 years ago
For SVG icons, wrap them into a
div
container individually. Then set width and height so that all icons are of same size. then use following to center icons.svg-container{ width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; }
1
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