Overriding CSS properties for a specific html element

后端 未结 4 2073
星月不相逢
星月不相逢 2020-11-30 13:12

I have the following:

...
4条回答
  •  甜味超标
    2020-11-30 13:42

    You could use !important, like this:

    .special-bg {
        background-color: #276a7f !important;
    }
    

提交回复
热议问题