79201988

Date: 2024-11-19 03:17:02
Score: 1.5
Natty:
Report link

This is not posted as a separate answer but that's an obvious answer.

There is a CSS repeating-linear-gradient() rule

For example, background: repeating-linear-gradient(45deg, #e0e0e0, #e0e0e0 20px, #eaeaea 21px, #eaeaea 40px);

https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/repeating-linear-gradient

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Andrey Putilov