css how to only have one coloume text on the left table code example
Example: how to set the first column of the table in center in css
tr > td:first-child {
text-align: center;
}
tr > td:first-child {
text-align: center;
}