老师,检查一下,怎么让文字段落的长度和图片一样
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS布局</title>
<style type="text/css">
/*此处写代码*/
*{margin:0 auto;padding: 0;}
.main{width: 1000px;overflow: hidden;}
h2{margin:10px 0;text-align: center;}
.dec{float: left;margin: 10px;}
img{width: 480px;height: 320px;}
.desc{}
</style>
</head>
<body>
<!-- 此处写代码 -->
<div class="main">
<h2>ENJOY THE LIFE</h2>
<div class="dec">
<img class="img1" src="http://img1.sycdn.imooc.com/climg//58f829090001a4b504260240.jpg">
<div class="desc"> Life si like a book,just read more and more<br>
refined,more write more carefully. When read,<br>mind open,all
things have been indifferent to<br> heart.Life is the precipitation.
</div>
</div>
<div class="dec">
<img class="img2" src="http://img1.sycdn.imooc.com/climg//58f8290f0001558804260240.jpg">
<div class="desc"> Life is like a cup of tea,let people lead a<br>
person to endless aftertastes.You again good<br>
taste.it will always have a different taste<br>
more</div>
</div>
</div>
</body>
</html>


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