79486127

Date: 2025-03-05 10:23:39
Score: 1
Natty:
Report link

The 1px white space above the image is caused by the default inline behavior of the image. To fix it, add this CSS:

.card img {
display: block;
width: 100%;

}

This removes the extra space and makes the image align properly.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Abdullah