2-7这样写可以吗

来源:2-7 编程练习

weixin_慕田峪7033080

2020-04-25 11:41:45

<!DOCTYPE html>

<html>

<head>

    <meta charset="utf-8">

<title>CSS布局</title>

<style type="text/css">

/*此处写代码*/

 *{

     margin:0;

     padding:0;

 }

 .title{

     width:100%;

     height:60px;

     text-align:center;

     /*background:blue;*/

     line-height:60px;

     font-weight:bolder;

 }

 .middle{

     width:100%;

     margin:0 auto;

 }

 

 

 .middleone{

     float:left;

     text-align:justify;

     width:426px;

     margin-left:49px;

      

 }

 

/*.middleone{*/

/*     width:50%;*/

/*     float:left;*/

/* }*/

/* .middletwo{*/

/*     width:50%;*/

/*     float:right;*/

/* }*/

 

 

</style>

</head>

<body>

<!-- 此处写代码 -->

<div class="title">ENGOY THE LIFE</div>

<div class="middle">

<div class="middleone">

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

    <div class="word">Life is like a book, just read more and more refined.

    more write more carefully. when read.

    imind open. all things have been indifferent to heart.Life is the precipitaion.</div>

    </div>

    

    <div class="middleone">

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

     <div class="word">Life is like a cup of tea.let people lead a person to

     endless aftertastes.You again good taste.it will always have a different taste. different people will have different taste more.

    </div>

    </div>

    </div>

         

</body>

</html>


写回答

1回答

好帮手慕码

2020-04-25

同学你好,图片没有实现水平居中,建议修改:

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

如果我的回答帮到了你,欢迎采纳,祝学习愉快~

0

0 学习 · 40143 问题

查看课程