Skip to content

Instantly share code, notes, and snippets.

@sorskoot
Last active January 5, 2020 23:26
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 sorskoot/8c88438e18aee4b98965fd1a5b471734 to your computer and use it in GitHub Desktop.
Save sorskoot/8c88438e18aee4b98965fd1a5b471734 to your computer and use it in GitHub Desktop.
div // weight of 1
#post span // weight of 100 + 1 = 101
<div id="post"><span style="color: #ff0000">Post Text</span></div> // weight of 1000
div#some-id {color: red;}
#some-id {color: green;}
div[id=some-id] {color: blue;}
.some-class {color: yellow;}
h1 {color: cyan;}
h1 {color: purple;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment