zoukankan      html  css  js  c++  java
  • 背景三层嵌套

    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8">
            <title></title>
            <style>
                .wrap{background: url(bgcont_02.png) repeat-y;height: 1024px; 1024px;}
                .top{background: url(bgtop_01.png) no-repeat;height: 100%;}
                .bottom{background: url(bgbtm_05.png) no-repeat bottom;padding: 295px 30px 0px;height: 729px;}
            </style>
        </head>
        <body>
            <div class="wrap">
                <div class="top">
                    <div class="bottom">
                        sssasad
                    </div>
                </div>
            </div>
        </body>
    </html>
  • 相关阅读:
    2017.8.07
    2017.8.05
    2017.8.04
    2017.8.03
    2017.8.02
    2017.8.01
    2017.7.31
    2017.7.29
    2017.7.28
    简易日历
  • 原文地址:https://www.cnblogs.com/gaidalou/p/7417337.html
Copyright © 2011-2022 走看看