Common CSS Properties - leeyt/HTML_CSS_DP GitHub Wiki

  • display
  • visibility
  • float
  • clear
  • z-index
  • overflow
  • cursor
  • position
  • left right top bottom
  • width height
  • min-width max-width
  • min-height max-height
  • white-space
  • vertical-align
  • text-align
  • text-decoration
  • text-indent
  • text-transform
  • word-spacing
  • letter-spacing
  • direction
  • unicode-bidi
  • font font-size font-variant font-weight font-style font-family line-height
  • margin margin-top margin-right margin-bottom margin-left
  • border border-top border-right border-bottom border-left
  • border-left-width border-left-style border-left-color
  • border-right-width border-right-style border-right-color
  • border-top-width border-top-style border-top-color
  • border-bottom-width border-bottom-style border-bottom-color
  • padding padding-top padding-right padding-bottom padding-left
  • list-style list-style-type list-style-position list-style-image
  • color
  • background background-image background-color background-repeat
  • background-attachment background-position
  • table-layout
  • border-collapse
  • page-break-after
  • page-break-before

LESS USABLE

  • caption-side
  • clip
  • content
  • empty-cells
  • outline outline-width outline-style outline-color
  • quotes
  • orphans
  • page-break-inside
  • windows