CSS Basic Tutorial
CSS Flexbox
The !important
rule in CSS is used to give a style declaration the highest priority, overriding other declarations for the same property, regardless of the specificity of the selector. This is often used as a last resort when normal specificity rules do not give the desired results.
property: value !important;
Try it yourself
Output