ブロック要素の背景画像(div編)

back
 <style type="text/css">
 .sample {
     width: 100%;
     background-image: url('/img/bg-green-wall.gif');
     background-repeat: repeat;
 }
 </style>

 <body>
 <h1>ブロック要素の背景画像(div編)</h1>

<div class="sample">
……………
</div>

 <p>bg-green-wall.gif<br>
 <img alt="背景画像" src="/img/bg-green-wall.gif"></p>
 </body>

使用している画像:bg-green-wall.gif
背景画像

inserted by FC2 system