79540409

Date: 2025-03-28 02:38:25
Score: 1.5
Natty:
Report link

You can use :has()

div#one:has(a[href="foo.html"]){
    background-color: #FF0000;
}
Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Eris Sulistina