CSS Supplements

 

Text

Some common CSS properties used for text:

  • font-family
  • font-size
  • color
  • font-weight (normal, bold)
  • text-decoration (none, underline, overline, line-through, blink)
  • text-transform (uppercase, lowercase, capitalize)
  • text-align (left, right, center, justify)

Boxes

Some common CSS properties used for boxes:

 

  • width, height (pixels (most popular), percentages, or ems)
  • border (width style color)
  • padding (top, right, bottom, left)
  • margin  (top, right, bottom, left)
  • display (inline, block, inline-block, none)
  • visibility (hidden, visible)
  • box-shadow ( left/right top/bottom color)
  • border-radius 

Layout

Some common CSS properties used for the page layout:

 

CSS Supplements

By vic_lee

CSS Supplements

  • 590