老师,麻烦看一下代码,请问还有哪些问题需要修改

来源:4-8 自由编程

qq_生命不止奋斗不息_0

2020-12-22 22:05:47

# 具体遇到的问题
老师,麻烦看一下代码

# 报错信息的截图

# 相关课程内容截图

# 尝试过的解决思路和结果

# 粘贴全部相关代码,切记添加代码注释(请勿截图)

<!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;

    margin0;

}


.about{

    width:1200px;

    margin:0 auto;

    padding-top:30px;

}

.about .about-top h1{

    text-aligncenter;

    font-size:32px;



}

.about-division{

    width:60px;

    height:3px;

    background-color#07cbc9;

    margin10px auto;


}

.about .about-top p{

    width:446px;

    color:gray;

    font-size:14px;

    margin:0 auto;

}

.about .about-body{

    padding-top:30px;;

    height:464px;

    positionrelative;


}

.about-body .about-main{

    overflowhidden;

}   

.about .about-body .about-main .main-left{

    float:left;

    width:264px;

    height:148px;

}

.about .about-body .about-main .main-left h2{

    font-size:32px;

}

.about .about-body .about-main .main-middle{

    float:left;

    width:650px;

    height:435px;

    

}

.about .about-body .about-main .main-right{

    float:right;

    width:258px;

}

.about .about-body .about-main .main-right .main-right-main{

    padding:40px;

    border:1px solid #07cbc9;

    margin-bottom30px;

}

.about .about-body .about-main .main-right .main-right-main h2{

    text-aligncenter;

}

.about .about-body .about-main .main-right .main-right-main p{

    text-aligncenter;

}


.about .about-body .main-explore{

    padding:20px;

    width:300px;    

    font-size:18px;

    border:1px solid gray;

    backgroundrgba(255,255,255,.5);

    positionabsolute;

    left:0;

    top:50%;

    margin-top:-121px;

    

}

.about .about-body .main-explore a{

    text-decorationnone;

    displayblock;

    width:140px;

    height:40px;

    background-color#000;

    color:#fff;

    font-size20px;

    text-aligncenter;

    line-height40px;

    margin:20px 0;

}

    </style>

</head>

<body>

     <section class="about">

        <div class="about-top">

            <h1>ABOUT</h1>

            <div class="about-division"></div>

            <p>Lorem Ipsum is simply dummytext of the printing and typesetting industry.Lorem Ipsum has been the industry's standarddummy text eversince the 1500s.</p>

        </div>

        <div class="about-body">

           

            <div class="about-main">

                <div class="main-left">

                    <h2>A WORD ABOUT US</h2>

                </div>

                <div class="main-middle">

                    <img src="images/bb3.jpg" alt="">

                </div>

                <div class="main-right">

                    <div class="main-right-main">

                        <h2>7000</h2>

                        <div class="about-division"></div>

                        <p>Students</p>

                    </div>

                    <div class="main-right-main">

                        <h2>600</h2>

                        <div class="about-division"></div>

                        <p>Faculty</p>

                    </div>

                </div>

                

            </div>

            <div class="main-explore">

                <p>Praesent dignissim viverra est,sed bibendum ligula congue non. Sed ac nisl et felisgravida commodo?Suspendisse eget ullamcorper ipsum.Suspendisse diam amet.</p>

                <a href="">EXPLODER</a>

            </div>

        </div>

        

        

        

        

     </section>

</body>

</html>

在这里输入代码,可通过选择【代码语言】突出显示

写回答

1回答

好帮手慕张

2020-12-23

同学你好,代码正确,没有问题,不需要修改了,继续加油。祝学习愉快!


0

0 学习 · 15276 问题

查看课程