老师这样对吗?
来源:2-7 编程练习
qq_慕前端5127026
2019-11-06 21:31:57
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
<style type="text/css">
*{margin:0;padding:0;}
.title{width:1100px;
padding-top:30px;
color:black;
font-size:40px;
font-weight:bold;
font-family:"宋体";
text-align:center;
margin:0 auto;}
dl{width:1100px;
overflow:hidden;
margin:0 auto;}
dl .left,dl .right{width:426px;
float:left;
padding-top:10px;}
dl .left{padding:10px 82.6px;}
</style>
</head>
<body>
<div class="title">ENJOY THE LIFE
</div>
<dl>
<div class="left">
<dt><img src="http://climg.mukewang.com/58f829090001a4b504260240.jpg" alt="">
</dt>
<dd>
life is 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.
</dd>
</div>
<div class="right">
<dt><img src="http://climg.mukewang.com/58f8290f0001558804260240.jpg" alt="">
</dt>
<dd>
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/>different people will have different taste<br/> more.
</dd>
</div>
</dl>
</body>
</html>
1回答
好帮手慕星星
2019-11-07
同学你好,
代码实现效果很棒!继续加油~
相似问题