小编sad*_*eee的帖子

单个html元素可以有两种背景颜色吗?

我想在同一个css类中添加2种不同的背景颜色.

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 4px;
    background-color: #d6d6c2;
    z-order: 0;

}
Run Code Online (Sandbox Code Playgroud)

前50%(考虑总宽度)和剩余的背景颜色是否可以有一种背景颜色?如果它无法实现,有人能建议我实现这一目标吗?

html css background background-color

0
推荐指数
1
解决办法
3387
查看次数

标签 统计

background ×1

background-color ×1

css ×1

html ×1