老师麻烦检查下
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<style>
h3{
text-align: center;
font-size: 30px;
}
div{
position: relative;
float: left;
padding: 10px;
height: 500px;
}
p{
text-align: left;
font-size: 16px;
font-weight: bolder;
position: absolute;
margin: 0;
left: 0;
top: 0;
left: 0;
right: 0;
padding-top: 256px;
margin-left: 10px;
}
</style>
</head>
<body>
<div>
<h3>ENJOY THE LIFE</h3>
<dl>
<div class="list-one">
<dt > <img src="http://img1.sycdn.imooc.com/climg//58f829090001a4b504260240.jpg" ></dt>
<dd >
<p>Life is like a book ,just read more and more <br>refined more write more carecfully
. When read <br>mind open all things have been indifferent to <br>hear .Life is the precipition</p></dd>
</div>
<div class="list-two">
<dt> <img src="http://img1.sycdn.imooc.com/climg//58f8290f0001558804260240.jpg" ></dt>
<dd>
<p>
Life is like a book ,just read more and more <br>refined more write more carecfully
. When read <br>mind open all things have been indifferent to <br>hear .Life is the precipition</p></dd>
</div>
</dl>
</div>
</body>
</html>





恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星