Basic !important Usage
Preview
Code
<style>
p{
color:red !important;
}
p{
color:blue;
}
</style>
<p>This paragraph is red.</p>
<style>
p{
color:red !important;
}
p{
color:blue;
}
</style>
<p>This paragraph is red.</p>