Overriding properties in CSS

后端 未结 6 1757
忘了有多久
忘了有多久 2021-02-07 14:06
#iddiv span {
    display: inline-block;
    width: 190px;
}
.myclass {
    width:10px;
}

Then I have

<
6条回答
  •  南笙
    南笙 (楼主)
    2021-02-07 14:38

    First of all, I'd suggest you properly target your selectors, as others are suggesting.

    But when all else fails, you can use !important.

提交回复
热议问题