Skip to content

Instantly share code, notes, and snippets.

@philchanet
Created April 13, 2017 08:39
Show Gist options
  • Save philchanet/e85fbf75184cd724534b788f7f1e4ca0 to your computer and use it in GitHub Desktop.
Save philchanet/e85fbf75184cd724534b788f7f1e4ca0 to your computer and use it in GitHub Desktop.
Override inline styles with Css
div[style] {
background: yellow !important;
}
<div style="background: red;">
The inline styles for this div should make it red.
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment