zoukankan      html  css  js  c++  java
  • 【网页栅格系统】YUI Grids CSS

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>无标题文档</title>
    <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.8.2r1/build/reset-fonts-grids/reset-fonts-grids.css" />
    </head>
    
    <body>
    <div id="doc2" class="yui-t3">
        <div id="hd">hd</div>
        <div id="bd">
            <div id="yui-main">
                <div class="yui-b">
                    <div class="yui-g">
                        <div class="yui-u first">(1/2)bd11</div>
                        <div class="yui-u">(1/2)bd12</div>
                    </div>
                </div>
            </div>
            <div class="yui-b">
                <div class="yui-gd">
                    <div class="yui-u first">(1/3)bd21</div>
                    <div class="yui-u">(2/3)bd22</div>
                </div>
            </div>
        </div>
        <div id="ft">ft</div>
    </div>
    </body>
    </html>


    YUI Grids CSS介绍 by who?
    http://bbs.blueidea.com/thread-2875217-1-1.html

  • 相关阅读:
    BUUCTF-RE-frimware
    BUUCTF-RE-pyre
    BUUCTF-RE-红帽2019easyRE
    BUUCTF-RE-Youngter-drive
    BUUCTF-RE-LuckGuy
    BUUCTF-RE-简单注册器
    BUUCTF-RE-8086
    BUUCTF-RE-CrackRTF
    PWN学习 ---- pwnable ----input
    linux 远程文件传输
  • 原文地址:https://www.cnblogs.com/jzm17173/p/2496540.html
Copyright © 2011-2022 走看看