How to apply my Css in a child tag

0

Within my tableRow there is a tableHeader and I want to apply my CSS within tableHeader How should I proceed?

<tr>
  <th><?= $properties['propertie_id'] ?></th>
  <th><?= $properties['empreendimento'] ?></th>
<tr>
    
asked by anonymous 08.11.2018 / 00:39

0 answers