📜  html 在交替的彩色面板中显示文本 - CSS 代码示例

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

代码示例1
.altColourElementClass: nth-of-type(odd) {
    background: #e0e0e0;
}