如何为标签添加两种背景颜色

时间:2016-04-14 11:32:56

标签: html css

我想知道如何为同一个标签应用两种背景颜色。我在尝试之前和之后都试过了

.try :before
{
background-color: rgb(174, 202, 204);
    left: 23px;
    top: 254px;
    width: 252px;
    height: 39px;
    z-index: 17;
}
.try :after 
{
background-color: rgb(174, 202, 204);
    left: 23px;"little bit of changing  here 
    top: 254px;
    width: 252px;
    height: 39px;
    z-index: 17;
}

和我的HTML代码

<div class="col-md-4 backcolor">
    <div class="row furckas">
        <div class="col-md-12">
            <h2 class="try">Furntiture</h2>
        </div>
    </div>

如果您有任何其他想法,请与我分享?

1 个答案:

答案 0 :(得分:-1)

我无法解决您的实际问题,但您无法同时为同一个标签使用2种背景颜色。如果要使用hover,onclick等属性,可以使用2种背景颜色。