老师 帮忙看下有无需要修改的地方

来源:3-8 自由编程

lcy_18

2020-11-27 14:31:51

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

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

    <title>Career Builder</title>

    <meta name="Keywords" content="关键词">

    <meta name="Description" content="简介">

</head>

<body>

    <!-- Header区域 -->

    <div class="header">

        <!-- logo -->

        <div class="logo">

            <img src="images/logo.png">

        </div>

        <!-- 导航 -->

        <div class="nav">

            <ul>

                <li>HOME</li>

                <li>ABOUT</li>

                <li>GALLERY</li>

                <li>FACULTY</li>

                <li>EVENTS</li>

                <li>CONTACT</li>

            </ul>

        </div>

    </div>


    <!-- Banner区域 -->

    <div class="banner">

        <!-- 图片 -->

        <div class="banner-img">

            <img src="images/banner3.jpg">

        </div>

        <!-- 遮罩层 -->

        <div class="mask-layer">banner遮罩层</div>

        <!-- 表单 -->

        <div class="banner-form">banner表单</div>

    </div>


    <!-- About区域 -->

    <div class="about">

        <!-- 标题和简短描述区 -->

        <div class="about-title">

            <h3>About</h3>

            <p>Lorem Ipsum is simply dummy text of the printing and typesetting<br/>

                industry. Lorem Ipsum has been the industry's standard dummy<br/>

                text ever since the 1500s.</p>

        </div>

        <!-- 详细描述区 -->

        <div class="about-content">

            <div class="content-left">

                <h4>A WORD ABOUT US</h4>

                <div>

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

                    <div>EXPLORE</div>

                </div>

            </div>

            <div class="content-middle">

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

            </div>

            <div class="content-right">

                <div>

                    <p>70000</p>

                    <p>分割线</p>

                    <p>Students</p>

                </div>

                <div>

                    <p>600</p>

                    <p>分割线</p>

                    <p>Faculty</p>

                </div>

            </div>

        </div>

    </div>


    <!-- 图文混排区域 -->

    <div class="image-text">

        <div class="image1">

            <img src="images/b1.jpg">

        </div>

        <div class="text2">

            <p>Library</p>

            <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>

            <p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>

            <p>EXPLORE</p>

        </div>

        <div class="image3">

            <img src="images/b2.jpg">

        </div>

        <div class="text4">

            <p>Library</p>

            <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>

            <p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>

            <p>EXPLORE</p>

        </div>

        <div class="text5">

            <p>Library</p>

            <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>

            <p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>

            <p>EXPLORE</p>

        </div>

        <div class="image6">

            <img src="images/b3.jpg">

        </div>

        <div class="text7">

            <p>Library</p>

            <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>

            <p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>

            <p>EXPLORE</p>

        </div>

        <div class="image8">

            <img src="images/b4.jpg">

        </div>

    </div>


    <!-- Gallery区域 -->

    <div class="gallery">

        <!-- 标题和简短描述区 -->

        <div class="gallery-title">

            <h3>GALLERY</h3>

            <p>Lorem Ipsum is simply dummy text of the printing and typesetting<br/>

                industry. Lorem Ipsum has been the industry's standard dummy<br/>

                text ever since the 1500s.</p>

        </div>

        <!-- 详细信息区 -->

        <div class="gallery-content">

            <dl>

                <dt><img src="images/03-01.jpg"></dt>

                <dd>Science Lab</dd>

            </dl>

            <dl>

                <dt><img src="images/03-02.jpg"></dt>

                <dd>Indoor Stadium</dd>

            </dl>

            <dl>

                <dt><img src="images/03-03.jpg"></dt>

                <dd>Transportation</dd>

            </dl>

            <dl>

                <dt><img src="images/03-04.jpg"></dt>

                <dd>Kids Room</dd>

            </dl>

            <dl>

                <dt><img src="images/03-05.jpg"></dt>

                <dd>Meditation Classes</dd>

            </dl>

            <dl>

                <dt><img src="images/03-06.jpg"></dt>

                <dd>Kids Play Ground</dd>

            </dl>

        </div>

    </div>


    <!-- footer区域 -->

    <div class="footer">

        <p>&copy; 2016 immoc.com 京ICP备13046642号</p>

    </div>

</body>

</html>


写回答

1回答

好帮手慕慕子

2020-11-27

同学你好,效果实现是对的,代码也很简洁,不用再修改了,祝学习愉快~

0

0 学习 · 15276 问题

查看课程