#div p {
color: red !important;
}
...
#div p {
color: blue;
}
I understand how !important
works, in this case the div will ren
Only as a last resort! This is because once used it is hard to override it. My rules of thumb: