Skip to content

Instantly share code, notes, and snippets.

@EssenceOfChaos
Created November 30, 2018 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EssenceOfChaos/b991d55d7a2f85f9450eb446e9d0d68a to your computer and use it in GitHub Desktop.
Save EssenceOfChaos/b991d55d7a2f85f9450eb446e9d0d68a to your computer and use it in GitHub Desktop.
The all powerful !important clause
.heading {
color: blue;
}
h1 {
color: green !important;
}
#witty {
font-size: 34px;
}
.tagline {
font-size: 12px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment