2013.10.17 / 更新日:2013.10.17
背景画像をまとめて指定 [background]
background:背景画像関連のプロパティ値
[背景画像関連のプロパティ値]
background-color
background-image
background-repeat
background-position
background-attachment
[CSS]
body{ background: #ff000 url(red.jpg) left repeat-y; }