Skip to content

Instantly share code, notes, and snippets.

@ZakharDay
Last active August 29, 2015 14:05
Show Gist options
  • Save ZakharDay/ec8d2250d18f1502e41c to your computer and use it in GitHub Desktop.
Save ZakharDay/ec8d2250d18f1502e41c to your computer and use it in GitHub Desktop.
* { ... }
h1 { ... }
p { ... }
h1, h2, h3, h4, h5, h6 { ... }
section p { ... }
section li h1 { ... }
h1 > p { ... }
h1 + p { ... }
h1 ~ p { ... }
.class { ... }
#id { ... }
h1.class { ... }
h1#id { ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment