背景画像 横1列




【タグ】
<div style="background-image: url(画像のURL); background-position: bottom; background-repeat:repeat-x;"></div> 
・テキストを<div style=""></div>で挟みます。<>は半角に直して下さい。
background-position: bottom;で、下に表示するよう指定(上はデフォルトの為、指定する必要はありません)