如何避免重复是css?

时间:2018-03-03 08:08:18

标签: html css

如何避免以下CSS重复:

div#logo div:nth-child(1) div {
    width: 30%;
    height: 30%;
    background-color: white;
}

div#logo div:nth-child(3) div {
    width: 30%;
    height: 30%;
    background-color: white;
}

0 个答案:

没有答案