大林寺桃花
预览:
附代码:
<!DOCTYPE html>
<html>
<style>
.poem {
background-color: white;
color: #ff6666;
height: 100px;
width: 500px;
text-align: center;
padding: 10px;
}
.header {
background-color: #fff0f5;
color: #ff66cc;
height: 80px;
width: 500px;
text-align: center;
padding: 10px;
}
</style>
<body background="http://pic15.nipic.com/20110716/7974287_234427147553_2.jpg" width="5000" height="5000">
<div class="header">
<h2>大林寺桃花</h2>
<dd>白居易</dd>
</div>
<div class="poem">
<pre>
人间四月芳菲尽,
山寺桃花始盛开。
长恨春归无觅处,
不知转入此中来。
</pre>
</div>
</body>
</html>