Design comparison
SolutionDesign
Solution retrospective
If you notice, I have gaps between the pictures under the hero component. What should I do to remove those? I appreciate critiques and feedbacks!
Community feedback
- @krutagna10Posted about 2 years ago
-
You have to make the display of those images from inline to block to remove those gaps.
-
You can always add this code at the starting of your css file to make images easier to work with.
img { display: block; max-width: 100%; }
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