devxlogo

July 5, 2018

Learn How to Force a Style

If a style is marked with !important, it will be used with priority even if there’s a overwriting rule below it. .page { background-color:green !important; background-color:blue;} In the example above,