コピペで使うスタイルシートソース

Loading

スポンサードリンク

テキストに関する指定

  1. 文字の色-color
  2. 文字装飾-text-decoration
  3. 大文字/小文字の置換-text-transform
  4. 行の高さ-line-height
  5. 行揃え-text-align
  6. 文字の垂直位置-vertical-align
  7. 文字間隔-letter-spacing
  8. 単語間隔-word-spacing
  9. インデント-text-indent
  10. 空白/改行をそのまま表示-white-space

フォントに関する指定

  1. フォント指定-font-family
  2. フォントサイズ-font-size
  3. フォントの太さ-font-weight
  4. 斜体-font-style
  5. スモールキャピタル-font-variant

背景に関する指定

  1. 背景色-background-color
  2. 背景画像-background-image
  3. 背景画像の繰り返し-background-repeat
  4. 背景画像の固定-background-attachment
  5. 背景画像の位置-background-position

ボックスに関する指定

  1. マージン-margin
  2. パディング-padding
  3. 線の一括指定-border
  4. 幅と高さ-width/heigth

配置に関する指定

  1. 表示形式-display
  2. 表示/非表示-visibility
  3. 要素の配置-position
  4. 回り込み-float
  5. 回り込みの解除-clear
  6. 重なりの順序-z-index
  7. 内容があふれる場合の処理-overflow

スポンサードリンク