0
I have a "test" class with a stylization and soon after I have another "test" class. What I’d like to know is how to change the style of the other class differently from the first. What limits me to doing this is that I can’t change or add classes, I can only use it the way it is. The only thing that is different is that the two classes are inside different containers, would have some way to apply another style in the second example, having as reference class "tal2"?
<div class="tal">
<div class="teste"></div>
</div>
<div class="tal2">
<div class="teste"></div>
</div>