79802528

Date: 2025-10-28 07:52:57
Score: 1.5
Natty:
Report link
 dt:nth-of-type(odd) { background-color: blue; }
 dd:nth-of-type(even) { background-color: red; }

use nth-of-type instead of nth-child

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