I have this element
<td style="text-align: center; font-size: 11px; background-color: <?php echo $color ?>;">xxx</td>
where $color changes according to the value of xxx
.
Since its a long line I would like put it into a .css file
Is it possible?