Created
September 30, 2014 00:00
-
-
Save red2678/7fc0c75dc54ffa575ec4 to your computer and use it in GitHub Desktop.
CSS Pseudo-Classes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Info here: https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-classes | |
| and here: http://www.w3schools.com/cssref/css_selectors.asp | |
| --- | |
| :active | |
| :checked | |
| :default | |
| :dir() | |
| :disabled | |
| :empty | |
| :enabled | |
| :first | |
| :first-child | |
| :first-of-type | |
| :fullscreen | |
| :focus | |
| :hover | |
| :indeterminate | |
| :in-range | |
| :invalid | |
| :lang() | |
| :last-child | |
| :last-of-type | |
| :left | |
| :link | |
| :not() | |
| :nth-child() | |
| :nth-last-child() | |
| :nth-last-of-type() | |
| :nth-of-type() | |
| :only-child | |
| :only-of-type | |
| :optional | |
| :out-of-range | |
| :read-only | |
| :read-write | |
| :required | |
| :right | |
| :root | |
| :scope | |
| :target | |
| :valid | |
| :visited |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment