CSS

CSSとは?

  • ...

リファレンス

テキスト

  • color
  • font
    • font-style
    • font-variant
    • font-weight
    • font-size
    • line-height
    • font-family
  • font-stretch
  • font-size-adjust
  • text-decoration
  • letter-spacing
  • word-spacing
  • text-transform
  • text-indent
  • white-space

背景

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

汎用

  • margin
    • margin-top
    • margin-right
    • margin-bottom
    • margin-left
  • padding
    • padding-top
    • padding-right
    • padding-bottom
    • padding-left
  • border
    • border-color
      • border-top-color
      • border-right-color
      • border-bottom-color
      • border-left-color
    • border-width
      • border-top-width
      • border-right-width
      • border-bottom-width
      • border-left-width
    • border-style
      • border-top-style
      • border-right-style
      • border-bottom-style
      • border-left-style
    • border-top
    • border-right
    • border-bottom
    • border-left
  • width
    • min-width
    • max-width
  • height
    • min-height
    • max-height
  • line-height
  • text-align
  • vertical-align
  • ...