Comment régler la première colonne de la table au centre en CSS

tr > td:first-child {
    text-align: center;
}
Happy Herring