亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

搜索
博主信息
博文 32
粉絲 0
評(píng)論 0
訪問量 27823
最新下載
更多>
網(wǎng)站特效
網(wǎng)站源碼
網(wǎng)站素材
前端模板
默寫出雙飛翼布局的基本思路與實(shí)現(xiàn)代碼, 要求配圖片說明
Yx的博客
原創(chuàng)
766人瀏覽過

實(shí)例

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>0708默寫雙飛翼作業(yè)</title>
    <style type="text/css">
        .header {
            background-color: lightblue;
        }

        .header .content {
            width: 1000px;
            height: 60px;
            background-color: lightcoral;
            margin: 0 auto;

        }

        .header .content .nav {
            margin-top: 0;
            margin-bottom: 0;
            padding-left: 0;
        }

        .header .content .nav .item {
            list-style-type: none;
        }

        .header .content .nav .item a {
            float: left;
            min-width: 80px;
            min-height: 60px;
            line-height: 60px;
            color: white;

            padding: 0 15px;
            text-decoration: none;
            text-align: center;
        }
        .header .content .nav .item a:hover {
            background-color: blue;
            font-size: 1.1rem;
        }
        .container {
            width: 1000px;
            margin: 5px auto;
            background-color: lightgray;
            overflow: hidden;
        }

        .wrap {
            width: inherit;
            min-height: 800px;
            background-color: cyan;
        }

        .left {
            width: 200px;
            min-height: 800px;
            background-color: lightcoral;
        }
        .right {
            width: 200px;
            min-height: 800px;
            background-color: saddlebrown;
        }

        .wrap, .left, .right {
            float: left;
        }

        .left {
            margin-left: -100%;
        }
        .right {
            margin-left: -200px;
        }
        .main {
            padding-left: 200px;
            padding-right: 200px;
        }

        .footer {
            background-color: lightgray;
        }

        .footer .content {
            width: 1000px;
            height: 60px;
            background-color: #444;
            margin: 0 auto;
        }
        .footer .content p {
            text-align: center;
            line-height: 60px;
        }

        .footer .content  a {
            text-decoration: none;
            color: lightgrey;
        }

        .footer .content  a:hover {
            color: blue;
        }

    </style>
</head>
<body>

    <div class="header">
        <div class="content">
            <ul class="nav">
                <li class="item"><a href="">首頁</a></li>
                <li class="item"><a href="">公司新聞</a></li>
                <li class="item"><a href="">最新產(chǎn)品</a></li>
                <li class="item"><a href="">關(guān)于我們</a></li>
                <li class="item"><a href="">聯(lián)系我們</a></li>
            </ul>
        </div>
    </div>

    <div class="container">

        <div class="wrap">
            <div class="main">內(nèi)容區(qū)</div>
        </div>

        <div class="left">左側(cè)</div>

        <div class="right">右側(cè)</div>

    </div>

    <div class="footer">
        <div class="content">
            <p>
                <a href="">? PHP中文網(wǎng)版權(quán)所有</a>  | 
                <a href="">0551-88889999</a>  | 
                <a href="">皖I(lǐng)CP2016098801-1</a>
            </p>
            
        </div>
    </div>
</body>
</html>

運(yùn)行實(shí)例 ?

點(diǎn)擊 "運(yùn)行實(shí)例" 按鈕查看在線實(shí)例

批改狀態(tài):合格

老師批語:與雙飛翼類似,還有一個(gè)圣杯布局, 有空了解一下
本博文版權(quán)歸博主所有,轉(zhuǎn)載請(qǐng)注明地址!如有侵權(quán)、違法,請(qǐng)聯(lián)系admin@php.cn舉報(bào)處理!
全部評(píng)論 文明上網(wǎng)理性發(fā)言,請(qǐng)遵守新聞評(píng)論服務(wù)協(xié)議
0條評(píng)論
作者最新博文
關(guān)于我們 免責(zé)申明 意見反饋 講師合作 廣告合作 最新更新
php中文網(wǎng):公益在線php培訓(xùn),幫助PHP學(xué)習(xí)者快速成長(zhǎng)!
關(guān)注服務(wù)號(hào) 技術(shù)交流群
PHP中文網(wǎng)訂閱號(hào)
每天精選資源文章推送
PHP中文網(wǎng)APP
隨時(shí)隨地碎片化學(xué)習(xí)
PHP中文網(wǎng)抖音號(hào)
發(fā)現(xiàn)有趣的

Copyright 2014-2025 http://ipnx.cn/ All Rights Reserved | php.cn | 湘ICP備2023035733號(hào)

  • 登錄PHP中文網(wǎng),和優(yōu)秀的人一起學(xué)習(xí)!
    全站2000+教程免費(fèi)學(xué)