Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save imsarvesh/b7bf74c69e5f55bc07b4e5d45808bd28 to your computer and use it in GitHub Desktop.
Save imsarvesh/b7bf74c69e5f55bc07b4e5d45808bd28 to your computer and use it in GitHub Desktop.
CSS Selectors
h2 ~ p
article[class|="pillow"]
.soccer:not(h1)
td.student
section article > p a
li:only-child
h2:empty
div *
:root
.intro article::first-line
footer li
input[type=text]:disabled
article time:last-of-type
h1 + a
li:nth-child(3n + 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment