-2
 <h1>
        <span class="teste">
            Conteúdo Teste
        </span>
    </h1>

I can not modify the HTML . Must enter css attributes only in h1 that has the span with the class test within . How do I ?

2 Answers2

1

It's not possible to select parent in CSS.

Alex Shesterov
  • 26,085
  • 12
  • 82
  • 103
-1

My bad i got it wrong.Look into this..

Is there a CSS parent selector?

Community
  • 1
  • 1
Tyranicangel
  • 189
  • 2
  • 16