Why my image has this weird extra space
Problem: Some mysterious space under when an image is added:
TLDR fix:
img {
display: block;
}
Why Does This Happen?
The culprit behind the phantom gap is the <img> tag itself. By default, it's treated as an inline element, similar to a single le...
mishoko.hashnode.dev3 min read