!important is a factor, That can vain your code for something that is overridden
the ! in it does not mean Logical not, such here it gets disconcerting with that among that code. !important is frequently a colossal mishap in computing.
For Example if you want to make it display: block;
but you've already defined display: none;
:
p {
display: none;
display: block !important /*Now overriden*/;
}
Some Paragraph
!important
is a best avoided keyword, When to use it, It may be a Influential time, Please click this link to see when to use !important
, !important Style Rule - CSS-Tricks
no madder what