0

Im trying to add css style for the specific div class="b" but only the one with the child element div class="c2".

    <div class="a" id="a5">
      <div class="b">
        <div class="c">
          <a class="d">
          </a>
        </div>
      </div>
      <div class="b">
        <div class="c2">
          <a class="d">
          </a>
        </div>
      </div>
    </div>

How can I do that?

Many thanks

0 Answers0