Is background-color:none valid CSS?

前端 未结 7 2397
独厮守ぢ
独厮守ぢ 2020-11-28 19:04

Can anyone tell me if the following CSS is valid?

.class {
    background-color:none;
}
7条回答
提交回复
热议问题