79265944

Date: 2024-12-09 17:44:32
Score: 1
Natty:
Report link

The problem is you have multiple elements with the same id. The id's "project", "link", and "images" are all used on multiple elements. Unlike a class, an id needs to be unique to a single element.

Either change your id's to be classes, or change them to each be a unique id.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
Posted by: Ray Wallace