Last active
June 20, 2019 01:25
-
-
Save enqtran/441984494b00073a1a6fae9388341820 to your computer and use it in GitHub Desktop.
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
Bootstrap | |
Materialize CSS | |
Ant Design | |
Semantic UI | |
Bulma | |
Foundation | |
UIKit | |
Tachyons | |
Primer | |
Tailwind | |
PureCSS |
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
- Units | |
in | |
mm | |
ch | |
cm | |
vmin, vmax | |
pt | |
rem | |
vh, vw | |
em | |
% | |
px | |
- Pseudo-Elements | |
::first-line | |
::first-letter | |
::selection | |
::placeholder | |
::after | |
::before | |
- Combinators | |
0% | |
20% | |
40% | |
60% | |
80% | |
100% | |
0% | |
20% | |
40% | |
60% | |
80% | |
100% | |
Percentage of Users | |
div ~ div | |
div + div | |
div > span | |
div span | |
- Tree & Document Structure | |
:lang() | |
:only-of-type | |
:only-child | |
:empty | |
:nth-last-of-… | |
:root | |
:last-of-type | |
:first-of-typ… | |
:nth-last-chi… | |
:nth-of-type | |
:not() | |
:last-child | |
:nth-child() | |
:first-child | |
- Attributes | |
div[foo$="bar… | |
div[foo~="bar… | |
div[foo*="bar… | |
div[foo^="bar… | |
div[foo] (Pre… | |
div[foo="bar"… | |
- Link & URLs | |
:any-link | |
:target | |
:link and :vi… | |
:local-link | |
- Interaction | |
:focus-visibl… | |
:focus-within | |
:active | |
:focus | |
:hover | |
- Form Controls | |
:user-invalid | |
:in-range and… | |
:indeterminat… | |
:placeholder-… | |
:read-only an… | |
:default | |
:valid and :i… | |
:required and… | |
:enabled and … | |
:checked |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment