麻烦老师帮忙看看怎么优化,谢谢

来源:2-7 编程练习

YoLo_H

2020-06-27 01:42:28

<!DOCTYPE html>

<html lang="en">


<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Document</title>

    <style>

        * {

            padding: 0;

            margin: 0;

        }


        .biaoti {

            width: 100%;

            height: 50px;

            text-align: center;

            line-height: 50px;

            font-size: 23px;

            font-weight: bolder;

        }


        .wenzitupian {

            width: 1000px;

            overflow: hidden;

            margin: 0 auto;

            zoom: 1;

        }


        .tu1,

        tu2 {

            float: left;

            width: 50%;

        }


        p{

            font-weight: bold;

            font-size: 18px;

        }

    </style>

</head>


<body>

    <div class="biaoti">

        ENJOY&nbsp;THE&nbsp;LIFE

    </div>

    <div class="wenzitupian">

        <div class="tu1">

            <dl>

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

                <dd>

                    <p>

                        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

                    </p>

                </dd>

            </dl>

        </div>

        <div class="tu2">

            <dl>

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

                <dd>

                    <p>

                        Life is like a cup of tea, let people lead a<br/>

                        person to endless after tastes. You again good<br/>

                        taste,it will alawys have a different taste,<br/>

                        different people will have different taste<br/>

                        more.

                    </p>

                </dd>

            </dl>

        </div>

    </div>

</body>


</html>


写回答

1回答

好帮手慕粉

2020-06-27

同学你好,css样式选择器写错了:

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

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

0

0 学习 · 40143 问题

查看课程