zoukankan      html  css  js  c++  java
  • Bootstrap辅助类



    @{
        Layout = null;
    }


    <!DOCTYPE html>


    <html>
    <head>
        <meta name="viewport" content="width=device-width" />
        <title>Index</title>
        <link href="~/Bootstrap3.3.7/css/bootstrap.min.css" rel="stylesheet" />
        <script src="~/Scripts/jquery-1.10.2.min.js"></script>  
        <script src="~/Bootstrap3.3.7/js/bootstrap.min.js"></script>
    </head>
    <body>
        
        <div class="center-block bg-info" style="200px;">
                这是 center-block 实例
        </div>
        <div class="show">Hello world</div>
        <div class="hidden">Hello world</div>
        <div class="clearfix">...</div>


        <div class="pull-right">
            <button type="button" class="close" aria-label="Close"><span aria-hidden="true">&times;</span></button>
            heheheh
        </div>


    </body>
    </html>
  • 相关阅读:
    64_q2
    64_q1
    64_p10
    64_p9
    64_p8
    64_p7
    64_p6
    64_p5
    64_p4
    64_p3
  • 原文地址:https://www.cnblogs.com/dxmfans/p/9434679.html
Copyright © 2011-2022 走看看