79601545

Date: 2025-05-01 07:52:12
Score: 1
Natty:
Report link

I agree this css file. Your fault will be only due to wrong css.

.card img {
  transition: transform 0.3s ease;
}

.card:hover img {
  transform: scale(1.1);
}

.card:hover::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Darrian Tomlinson