• 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>
  • 相关阅读:
    centos7搭建nexus
    centos7搭建ftp
    tomcat笔记
    mysql跨服务器触发器
    IntelliJ IDEA笔记
    node.js笔记
    myeclipse笔记
    术语
    centos7安装mysql
    js跨域访问资源
  • 原文地址:https://www.cnblogs.com/dxmfans/p/9434679.html
Copyright © 2020-2023  润新知