Last-modified: 2011-12-26 (月) 01:24:43
HTML・CSS/単語同士の間隔を調整する(word-spacing)


確認したときの環境

方法

  1. word-apacingプロパティを使う。
    [単位付きの値]、[normal]
    Everything is expanded.Everything is shortened.
      1
      2
      3
    
    -
    |
    !
    
    h1 {
        word-apacing: 10px;
    }