第二周Day01 仿Bootstrap网站

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>第二周周一作业</title>
    <link href="./bootstrap-3.3.7-dist/css/bootstrap.css" rel="stylesheet">
    <style>
        #head{
            width: 100%;
            height: 1629px;
            background: white;
        }
        #head-box{
            width: 1170px;
            height: 42px;
            background: black;
            margin: auto;
        }
        #head-box2{
            width: 100%;
            height: 42px;
            background: black;
        }
        #head-right{
            line-height: 37px;
            float: left;
            position: absolute;
            right: 40px;
        }
        #head-left{
            line-height: 37px;
            float: left;
        }
        a{
            color: #b8b8b8;
        }
        a:hover{
            color: white;
        }
        #banner{
            width: 100%;
            height: 498px;
        }
        #banner2{
            width: 100%;
            height: 54px;
            background: white;
        }
        #body{
            width: 100%;
            height: 96px;
            background: white;
        }
        .projects-header {
            width: 60%;
            text-align: center;
            font-weight: 200;
            display: block;
            margin: 60px auto 40px;
        }
        .row1 {
            margin-right: -15px;
            margin-left: -15px;
        }
        .row2{
            width: 55%;
            height: 1px;
            background: #b8b8b8;
            margin: auto;
        }
        #body2{
            width: 1170px;
            height: 732px;
            margin: auto;
            margin-top: 32px;
        }
        .box1{
            height: 366px;
            width: 292.5px;
            background: white;
            margin-top: 10px;
        }
        .box2{
            height: 362px;
            width: 252.5px;
            border: 1px solid #F2F2F2;
        }
        .box2:hover{
            border: 1px solid red;
        }
        #bottom{
            position: fixed;
            right: 20px;
            bottom: 100px;
            background: white;
        }
        #footer{
            width: 100%;
            height: 250px;
        }
        .row3{
            width: 100%;
            height: 1px;
            background: #b8b8b8;
            margin-top: 100px;
        }
        #footer-box{
            width: 1170px;
            height: 189px;
            margin: auto;
        }
    </style>
</head>
<body>
<div id="head-box2">
    <div id="head-box">
        <div id="head-left">
            <a>Bootstrap中文网</a>
            &nbsp;&nbsp;<a style="font-size: 13px">Bootstrap2中文文档</a>
            &nbsp;&nbsp;<a style="font-size: 13px">Bootstrap3中文文档</a>
            &nbsp;&nbsp;<a style="font-size: 13px">Bootstrap4中文文档</a>
            &nbsp;&nbsp;<a style="font-size: 13px">Less教程</a>
            &nbsp;&nbsp;<a style="font-size: 13px">jQuery API</a>
            &nbsp;&nbsp;<a style="font-size: 13px">网站实例</a>
        </div>
        <div id="head-right">
            <a  style="font-size: 13px;text-align: right;">关于</a>
        </div>
    </div>
</div>
<div id="head">
    <div id="banner">
        <img src="img/banner1.PNG" style="width: 100%;height: 496px"/>
<!--        <img src="img/banner.PNG" style="width: 100%;height: 496px">-->
    </div>
    <div id="banner2">
        <img src="img/banner2.PNG" style="width: 100%;height:54px;">
    </div>
    <div id="body">
        <div class="projects-header">
            <h2>Bootstrap相关优质项目推荐</h2>
            <p>这些项目或者是对Bootstrap进行了有益的补充,或者是基于Bootstrap开发的</p>
        </div>
    </div>
    <div class="row2"></div>
    <div class="row1">
        <div id="body2">
            <div class="box1" style="float: left">
                <div class="box2">
                    <img src="img/b1.png" style="width:252.5px;height:150px;">
                    <div style="height: 200px;width: 252.5px;text-align: center;border: 2px;">
                        <h3 style="color: #2aabd2">优站精选</h3>
                        <a class="text-muted">Bootstrap网站实例</a>
                        <p style="border: 2px;">Bootstrap优站精选频道收集了众多基于Bootstrap构建,设计精美的,有创意的网站</p>
                    </div>
                </div>
            </div>
            <div class="box1" style="float: left">
                <div class="box2">
                    <img src="img/b2.png" style="width:252.5px;height:150px;">
                    <div style="height: 200px;width: 252.5px;text-align: center;padding: 5px">
                        <h3 style="color: #2aabd2">Webpack</h3>
                        <a class="text-muted">是前端资源模块化管理和打包工具</a>
                        <p>Webpack是当下最热门的前端资源模块化管理和打包工具。它可以将许多松散的模块按照依赖和规则打包成
                            符合胜场环境部署的前端资源。</p>
                    </div>
                </div>
            </div>
            <div class="box1" style="float: left">
                <div class="box2">
                    <img src="img/b3.png" style="width:252.5px;height:150px;">
                    <div style="height: 200px;width: 252.5px;text-align: center;border: 2px;">
                        <h3 style="color: #2aabd2">React</h3>
                        <a class="text-muted">用于构建用户界面的JavaScript框架</a>
                        <p>React起源于Facebook的内部项目,是一个用于构建用户界面的avaScript库。</p>
                    </div>
                </div>
            </div>
            <div class="box1" style="float: left">
                <div class="box2">
                    <img src="img/b4.png" style="width:252.5px;height:150px;">
                    <div style="height: 200px;width: 252.5px;text-align: center;border: 2px;">
                        <h3 style="color: #2aabd2">TypeScript</h3>
                        <a class="text-muted">中文手册</a>
                        <p>TypeScript是有微软开源的编程语言。它是TypeScript的一个超集,而且本质上向这个语言添加了
                            可选的静态类型和基于类的面向对象编程。</p>
                    </div>
                </div>
            </div>
            <div class="box1" style="float: left">
                <div class="box2">
                    <img src="img/b5.png" style="width:252.5px;height:150px;">
                    <div style="height: 200px;width: 252.5px;text-align: center;border: 2px;">
                        <h3 style="color: #2aabd2">jQuery API</h3>
                        <a class="text-muted">中文手册</a>
                        <p>根据最新的jQuery 1.11.x和2.1.x版本翻译的jQuery API中文文档/手册。</p>
                    </div>
                </div>
            </div>
            <div class="box1" style="float: left">
                <div class="box2">
                    <img src="img/b6.png" style="width:252.5px;height:150px;">
                    <div style="height: 200px;width: 252.5px;text-align: center;border: 2px;">
                        <h3 style="color: #2aabd2">Next.js</h3>
                        <a class="text-muted">中文文档</a>
                        <p>Next.js是一个轻量级的React服务端渲染应用框架。</p>
                    </div>
                </div>
            </div>
            <div class="box1" style="float: left">
                <div class="box2">
                    <img src="img/b7.png" style="width:252.5px;height:150px;">
                    <div style="height: 200px;width: 252.5px;text-align: center;border: 2px;">
                        <h3 style="color: #2aabd2">Babel</h3>
                        <a class="text-muted">是一个JavaScript编译器</a>
                        <p>Babel是一个JavaScript编译器。Babel通过语法转换器支持最新版本的JavaScript语法。</p>
                    </div>
                </div>
            </div>
            <div class="box1" style="float: left">
                <div class="box2">
                    <img src="img/b8.png" style="width:252.5px;height:150px;">
                    <div style="height: 200px;width: 252.5px;text-align: center;border: 2px;">
                        <h3 style="color: #2aabd2">Node.js</h3>
                        <a class="text-muted">中文文档/手册</a>
                        <p>Node.js是一个基于Chrome V8引擎的Javascript运行环境。Node.js使用了一个事件驱动,非阻塞式I/O的模型,
                            使其轻量又高效。</p>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div id="bottom"><img src="img/top.PNG" style=""></div>
    <div id="footer">
        <div class="row3"></div>
        <div id="footer-box">
            <img src="img/foot.PNG" style="width: 100%;height: 140px">
        </div>
        <div style="height: 29px;width: 30%;margin: auto;">
            <p class="text-muted">京ICP备11008151号-6   |   京公网安备11010802014853</p>
        </div>
    </div>
</div>
</body>
</html>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值