2013.10.17 / 更新日:2013.10.17
背景画像をまとめて指定 [background]
background:背景画像関連のプロパティ値 [背景画像関連のプロパティ値] background-color background-image bac...
background:背景画像関連のプロパティ値 [背景画像関連のプロパティ値] background-color background-image bac...
background-attachment:固定するかどうか [固定] fixed 背景画像の位置を固定する scroll 背景画像を他の内容と共にスクロール...
background-position:表示位置 [CSS] body{ background-position:center center; } ...
background-repeat:並び方 [並び方] repeat 繰り返し表示 repeat-x 横方向に繰り返し repeat-y 縦方向に繰り返し n...
background-image:url(画像のURL) [CSS] body{ background-image:url(red.jpg) } div{...
background-color:色指定 [CSS] .sample{background-color:#ff0000;} 背景が赤に変化...