作业 week2 day01+day02

day01:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>https://www.bootcss.com/网站首页的绘制</title>
    <link rel="stylesheet" href="bootstrap-3.3.7-dist/css/bootstrap.min.css">
    <script src="jQuery/jquery-3.4.1.min.js"></script>
    <script src="bootstrap-3.3.7-dist/js/bootstrap.min.js"></script>

    <style>
        body {
            width: 1520px;
            height: 1500px;
            margin: 0;
            padding-top: 30px;
            font-size: 14px;
            color: #333;
            background-color: #fff;
        }
        a {
            text-decoration: none;
        }
        .reddot:after {
             content: "";
            position: absolute;
            top: 10px;
            right: 5px;
            padding: 3px;
            z-index: 9999999;
            background-color: #d9534f;
            font-size: 0;
            line-height: 0;
            border: 1px solid #d43f3a;
            border-radius: 50%;
        }
        :after {
            box-sizing: border-box;
        }
        .bc {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            height: 498px;
            background:url("img/bootstrap背景图.jpg") repeat 50%;
            /*opacity: .4;*/
        }
        .uu {
            list-style: none;
            color:rgba(255,255,255,0.5) ;
        }
        .bc-social {
            height: 55px;
            text-align: center;
            background-color: #f5f5f5;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #ddd;
            margin-top: 470px;
        }
        .cc {
            position: relative;
            z-index: 2;
            margin-top: 100px;
        }
        .a {
            font-size: 100px;
            color: #ffffff;
        }
        .bc-social-button {
            margin-left: 0;
            margin-bottom: 0;
            padding-left: 0;
            list-style: none;
            margin-top: 15px;

        }
        .social-forum {

            display: inline-block;
            line-height: 1;
            color: #555555;
            padding: 0 10px;
        }
        .social-weibo {
            display: inline-block;
            line-height: 1;
            
        }
        .bc-social-button>li+li:before {
            padding: 0 10px;
            color: #cccccc;
            content: "|";
        }
        .progress-header {
            width: 60%;
            text-align: center;
            font-weight: 200;
            display: block;
            margin: 60px auto 40px;
        }
        .bd {
            font-size: 40px;
        }
        .ccc {
            border-bottom: 1px solid #eeeeee;
        }
        .footer {
            color: #777777;
            padding: 30px 0;
            border-top: 1px solid #e5e5e5;
            margin-top: 70px;
        }
        h4 {
            color: #563d7c;
            font-size: 16px;
        }
        .footer a {
            color: #777777;
        }
        .list-inline>li+li:before {
            padding: 0 10px;
            color: #cccccc;
            content: "|";
        }
        .footer-button {
            font-size: 13px;
        }
        #scroll {
            background-color: #777777;
            color: #eeeeee;
            font-size: 40px;
            line-height: 1;
            text-align: center;
            text-decoration: none;
            bottom: 100px;
            right: 20px;
            overflow: hidden;
            width: 46px;
            height: 46px;
            border: none;
            opacity: .8;
        }
        .ver {
            position: fixed;
            z-index: 2147483647;
        }
        .fa {
            display: inline-block;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font-style: normal;
            font-variant-ligatures: normal;
            font-variant-caps: normal;
            font-variant-numeric: normal;
            font-variant-east-asian: normal;
            font-weight: normal;
            font-stretch: normal;
            line-height: normal;
            margin-top: 5px;
        }
        
    </style>
</head>
<body>
<!--导航栏-->
    <div  class="navbar navbar-inverse navbar-fixed-top">
        <div class="container">
            <div class="navbar-collapse collapse" role="navigation">
                <ul class="nav navbar-nav">
                    <li class="navbar-header">
                        <a class="navbar-brand hidden-sm" href="http://www.bootcss.com">Bootstrap中文网</a>
                    </li>
                    <li class="hidden-sm hidden-md">
                        <a href="https://v2.bootcss.com/">Bootstrap2中文文档</a>
                    </li>
                    <li class="hidden-sm hidden-md">
                        <a href="https://v3.bootcss.com/">Bootstrap3中文文档</a>
                    </li>
                    <li class="hidden-sm hidden-md">
                        <a href="https://v4.bootcss.com/">Bootstrap4中文文档</a>
                    </li>
                    <li class="hidden-sm hidden-md">
                        <a href="https://www.bootcss.com/p/lesscss/">Less 教程</a>
                    </li>
                    <li class="hidden-sm hidden-md">
                        <a href="https://www.jquery123.com/">jQuery API</a>
                    </li>
                    <li class="hidden-sm hidden-md">
                        <a class="reddot" href="http://www.youzhan.org/">网站实例 </a>
                    </li>
                </ul>
                <ul class="nav navbar-nav navbar-right hidden-sm">
                    <li>
                        <a href="https://www.bootcss.com/about/">关于</a>
                    </li>
                </ul>
            </div>
        </div>
    </div>
<!--第二块-->
    <div class="bc masthead " >
            <div class="container cc">
                <h1 class="text-center a">Bootstrap</h1>
                <h2 class="text-center" style="color: #ffffff;margin-bottom: 30px">简洁、直观、强悍的前端开发框架,让web开发更迅速、简单</h2>
                <p class="masthead-button-links text-center">
                    <a class="btn btn-lg btn-primary btn-shadow " role="button" href="https://v3.bootcss.com/">Bootstrap3中文文档(v3.3
                        .7)</a>
                </p>
                <ul class="masthead-links uu">
                    <li class="text-center">
                        <a style="color: rgba(255,255,255,0.5)" role="button" href="https://v2.bootcss.com/">Bootstrap2
                            中文文档(v2.3.2
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值