Font

by toddynho

The Font property is shorthand for all of the other font properties.  These include:

  • font-family
  • font-size
  • font-style
  • font-weight
  • font-variant
  • font-size-adjust
  • font-stretch

Dimension

by toddynho

Dimensions allow us to control the height and width of all elements.  Dimension properties include:

  • height
  • width
  • line-height
  • min-height
  • min-width
  • max-height
  • max-width

Classification

by toddynho

Classification properties are some of the most important properties.  They help us determine where and how elements are positioned.  Classification properties include:

  • display
  • visibility
  • position
  • float
  • cursor
  • clear

Border

by toddynho

The Border property is shorthand for the following border properties (take a deep breath, there are many…):

  • border-width
  • border-style
  • border-color

Left border:

  • border-top-width
  • border-top-style
  • border-top-color

Background

by toddynho

Background is shorthand for all of the background properties. You can use background to specify:

  • background-color
  • background-image
  • background-repeat
  • background-attachment
  • background-position