79711343

Date: 2025-07-23 05:31:04
Score: 0.5
Natty:
Report link

this issue because you're applying align-content: center; on .box:hover, but align-content is not a valid property for a flex item like .box. It's only valid on the flex container, which in your case is .container.

Reasons:
  • Whitelisted phrase (-1): in your case
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mohamed Eid Hussin Ahmed