Skip to content

Instantly share code, notes, and snippets.

@enqtran
Last active June 20, 2019 01:25
Show Gist options
  • Save enqtran/441984494b00073a1a6fae9388341820 to your computer and use it in GitHub Desktop.
Save enqtran/441984494b00073a1a6fae9388341820 to your computer and use it in GitHub Desktop.
Bootstrap
Materialize CSS
Ant Design
Semantic UI
Bulma
Foundation
UIKit
Tachyons
Primer
Tailwind
PureCSS
- 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