Design comparison
SolutionDesign
Solution retrospective
if someone can help me in the icons, they are not centered with the text!.
Community feedback
- @climb512Posted over 1 year ago
Hi,
When you run into problems centering images using grid or flex, make sure that the image itself doesn't include any off-center transparent empty space. In this case, your icons are 25px x 25px, but the actual visible blue icon is off-center in the upper-left corner. You can either cut the image down to center the visible part or you can account for the discrepancy with top- and left-padding on the <img> itself.
Hope this helps!
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