D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
jturmel
Full window
Github gist
CSS specificity
<html> <head> <style> div.foo { color: red; } div:not([id="bar"]) { color: green; } </style> </head> <body> <div class="foo"> Lorem ipsum </div> </body> </html>