CSS07 背景画像

<title>背景画像(水平方向に繰り返し)</title>
<style type="text/css">
<!--
body {
background-image: url("http://cdn-ak.f.st-hatena.com/images/fotolife/w/web-design-advance/20120415/20120415205559.jpg");
background-repeat: repeat-x;
}
h1 {
color: #30647a;
font-family: serif;
font-weight: bolder;
}
-->
</style>
</head>
<body>
<h1>Page Design</h1>
</body>
</html>

宿題をやりました。 実際にA4サイズで書いてみて自分なりに気づくことがありました。