79222880

Date: 2024-11-25 11:45:49
Score: 1.5
Natty:
Report link

Quick fix, just add this (>) in between thing and a tag as shown below

<style>
a {color: #f00;}
a:hover,a:focus {color: #c00;}
.thing>a {color: #0f0;}
</style>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sujit Gupta