Last-modified: 2011-12-26 (月) 01:24:43
HTML・CSS/最初の行を字下げする(text-indent)


確認したときの環境

方法

  1. text-indentプロパティを使う。
    [単位付きの値]、[パーセンテージ]
    Everything is expanded.Everything is shortened.
      1
      2
      3
    
    -
    |
    !
    
    p {
        text-indent: 1em;
    }