79236900

Date: 2024-11-29 11:27:00
Score: 0.5
Natty:
Report link

So if you have only these two conditions then you can try this solution

Solution

  1. This will target only the child of p tag

    p>em { color: #ff0000; font-size:30px; }

  2. If em is below

    tag then this code will target every em that is below

    tag

    p+em { color: #ff0000; font-size:30px; }

Reasons:
  • Whitelisted phrase (-1): try this
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Sahil Palad