老师我这样写可以吗

来源:2-7 编程练习

DANLAI

2020-05-04 10:14:25

<!DOCTYPE html>

<html>

<head>

<title>作业3</title>

<style type="text/css">

*{

margin: 0;

padding: 0;

}

.zhuti{


width: 1000px;

height: 500px;

/*background: gray;*/

}

h3{

text-align: center;

padding: 10px 0;

}

img{

width: 350px;

height: 200px;

}

.dan1{

width: 400px;

display: inline-block;

text-align: center;

margin: 20px 50px;

}

.dan2{

width: 400px;

display: inline-block;

text-align: center;

}




</style>

</head>

<body>

<div class="all">

<div class="zhuti">

<h3>ENJOY THE LIFE</h3>

<div class="dan1">

<div class="p1">

<img src="http://climg.mukewang.com/58f829090001a4b504260240.jpg"></div>

<div>Life is like a book,just read more and more refined,more write more carefully.When read,mind open,all things have been indifferent to heart,Life is the precipitation.</div>

</div>

<div class="dan2">

<div class="p2">

<img src="http://climg.mukewang.com/58f8290f0001558804260240.jpg"></div>

<div>Life is like a cup of tea,let people lead a person to endliess aftertastes.You again good taste,in will always have a different taste,different people will have different raste more.</div>

</div>

</div>

</div>

</body>

</html>


写回答

1回答

好帮手慕粉

2020-05-05

同学你好,代码实现的是正确的,可以让整体居中显示:

http://img.mukewang.com/climg/5eb127f009c9e75b04290183.jpg

祝学习愉快~

0

0 学习 · 40143 问题

查看课程