Training

Chapter 8 常用样式

  • background
    • background-color
    • background-image
    • background-repeat
    • background-attachment
    • background-position
  • color
  • text-aline
    • text-aline: center; 内容水平居中
  • text-decoration
  • text-transform
  • text-indent
  • vertial-aline
  • line-height
    • line-height: height; 内容垂直居中
  • font-family
  • font-style
  • font-size
  • font-weight
  • list-style
    • list-style-type
    • list-style-position
    • list-style-image
  • border
    • border-color
    • border-style
    • border-width
  • margin
    • margin-top
    • margin-right
    • margin-bottom
    • margin-left
  • padding
    • padding-top
    • padding-right
    • padding-bottom
    • padding-left
  • width
    • min-width
    • max-width
  • height
    • min-height
    • max-height
  • display
  • visibility
  • position
  • z-index
  • float
  • clear
  • overflow
  • cursor