CSS プロパティの text-indent は行の先頭に入れる空白の幅を設定します. → text-indent:0; / text-indent:1em; / text-indent:-2em / text-indent:20px; text-indent:4mm; / text-indent:20%; / text-indent:1em each-line; / text-indent:1em hanging; / text-indent:1em hanging each-line; / text-indent:inherit; / text-indent:initial; / text-indent:revert; / text-indent:unset; のように記述します. text-indent の初期値は 0 で, 値に負の数を設定することもできます. padding-left で左側に1文字分の余白を作り, その後 text-indent で -1em とすることも可能です.