HTML&CSS

background-repeat

HTML&CSS

background-repeat

background-repeat プロパティ

背景画像の繰り返しの指定


主な値

repeat
縦横に繰り返して表示。

repeat-x
横方向に繰り返して表示。

repeat-y
縦方向に繰り返して表示。

no-repeat
繰り返さない1回表示。

(例)
■html
<body>
<p>Layout Rule</p>
</body>

■css

body {
background-image: url(../background-img.jpg);
background-repeat: repeat;
}

関連記事

T-shirt&General goods

関連アイテムはまだありません。

image

HTMLやCSSのメモブログです。

Theme archive
Archive
Tag



toppage
PAGE TOP