Jak ustawić pierwszą kolumnę tabeli w środku w CSS

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