I am use plain html and css

Solution retrospective
Greetings! How can I fix the little purple line that was left under the image?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Brezus
hey i had that problem to just set the image to display block and that will get rid of it
- @Heitoluis
Hi Edgar, I had a similar issue. I solved it by using "margin-bottom: -4px;". With the negative margin, instead of pushing the box for more space, it will suck the adjacent element, covering the purple line.
Join 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