CSS1 properties

1 Notation

2 Font properties
Font matching
'font-family'
'font-style'
'font-variant'
'font-weight'
'font-size'
'font'

3 Background
  properties

'color'
'background-color'
'background-image'
'background-repeat'
'background-attachment'
'background-position'
'background'

4 Text properties
'word-spacing'
'letter-spacing'
'text-decoration'
'vertical-align'
'text-transform'
'text-align'
'text-indent'
'line-height'

5 Box properties
'margin-top'
'margin-right'
'margin-bottom'
'margin-left'
'margin'
'padding-top'
'padding-right'
'padding-bottom'
'padding-left'
'padding'
'border-top-width'
'border-right-width'
'border-bottom-width'
'border-left-width'
'border-width'
'border-color'
'border-style'
'border-top'
'border-right'
'border-bottom'
'border-left'
'border'
'width'
'height'
'float'
'clear'

6 Classification
   properties

'display'
'white-space'
'list-style-type'
'list-style-image'
'list-style-position'
'list-style'

7 Position
   properties

'position'
'left'
'top'
'z-index'
'visibility'