📜  如何在css代码示例中将表格的第一列设置在中心

📅  最后修改于: 2022-03-11 14:47:51.129000             🧑  作者: Mango

代码示例1
tr > td:first-child {
    text-align: center;
}