Skip to content

Instantly share code, notes, and snippets.

@ffoodd
Created December 18, 2014 09:14
Show Gist options
  • Save ffoodd/3a47ef745a0edbb1ad81 to your computer and use it in GitHub Desktop.
Save ffoodd/3a47ef745a0edbb1ad81 to your computer and use it in GitHub Desktop.
Spécificité accrue
/**
* Spécificité accrue
*/
#main h1 { color: rebeccapurple; }
#article h1 { color: green; }
<!-- content to be placed inside <body>…</body> -->
<main id="main">
<article id="article">
<h1>Spécifité et héritage</h1>
</article>
</main>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment