Home » CSS » background-repeat
クリックで全選択状態になります。
.sample { background-repeat: repeat; }
.sample { background-repeat: repeat-x; }
.sample { background-repeat: repeat-y; }
.sample { background-repeat: no-repeat; }
.sample{ background-image: url(image.gif); background-repeat: repeat; }
<p class="sample">スタイルシート サンプル</p>
.sample{ background-image: url(image.gif); background-repeat: repeat-x; }
.sample{ background-image: url(image.gif); background-repeat: repeat-y; }
.sample{ background-image: url(image.gif); background-repeat: no-repeat; }
em px 等の単位
関連コンテンツ:スタイルシートについて 効率的なCSSソースの記述
サイトマップ1 サイトマップ2