How to add background color to cell when i have this html?
<td><div class="color">RED</div></td>
I want to add background color to td but i dont want to add class or ID to that td, is it possible to that like .color:before
How to add background color to cell when i have this html?
<td><div class="color">RED</div></td>
I want to add background color to td but i dont want to add class or ID to that td, is it possible to that like .color:before