Sunday 30 June 2013

CSS Selectors and CSS Properties

CSS Selectors

  • A
    • ::after
    • :active
    • Adjacent sibling
    • Attribute
  • B
    • ::before
  • C
    • :checked
    • Child
    • Class
  • D
    • :default
    • :disabled
    • Descendant
  • E
    • :empty
    • :enabled
  • F
    • ::first-letter
    • ::first-line
    • :first-child
    • :first-of-type
    • :focus
  • G
    • General sibling
  • H
  • I
    • :in-range
    • :invalid
    • ID
  • L
    • :lang()
    • :last-child
    • :last-of-type
    • :link
  • N
    • :not(s)
    • :nth-child
    • :nth-last-child
    • :nth-last-of-type
    • :nth-of-type
  • O
    • :only-child
    • :only-of-type
    • :optional
    • :out-of-range
  • P
    • ::placeholder
    • Pseudo Class Selector
    • Pseudo Element
  • R
    • :required
    • :root
  • T
    • :target
    • Type
  • U
    • Universal
  • V
    • :valid
    • :visited

CSS Properties

  • A
    • align-content
    • align-items
    • align-self
    • animation
    • appearance
  • B
    • backface-visibility
    • background
    • border
    • border-collapse
    • border-image
    • border-radius
    • bottom
    • box-shadow
    • box-sizing
  • C
    • clear
    • clip
    • color
    • column-count
    • content
    • counter-increment
    • counter-reset
    • cursor
  • D
    • direction
    • display
  • F
    • flex
    • flex-basis
    • flex-direction
    • flex-flow
    • flex-grow
    • flex-shrink
    • flex-wrap
    • float
    • font
    • font-family
    • font-size
    • font-stretch
    • font-style
    • font-variant
    • font-weight
  • G
    • grid
  • H
    • hanging-punctuation
    • height
    • hyphens
  • J
    • justify-content
  • L
    • left
    • letter-spacing
    • line-height
    • list-style
  • M
    • margin
    • max-height
    • max-width
    • min-height
    • min-width
  • O
    • opacity
    • order
    • orphans
    • outline
    • overflow
  • P
    • padding
    • page-break
    • perspective
    • perspective-origin
    • pointer-events
    • position
  • Q
    • quotes
  • R
    • resize
    • right
  • S
    • scrollbar
  • T
    • tab-size
    • text-align
    • text-decoration
    • text-indent
    • text-overflow
    • text-shadow
    • text-stroke
    • top
    • transform
    • transform-origin
    • transform-style
    • transition
  • U
    • unicode-bidi
    • user-select
  • V
    • vertical-align
    • visibility
  • W
    • white-space
    • widows
    • width
    • word-break
    • word-spacing
  • Z
    • z-index
    • zoom

No comments:

Post a Comment