美文网首页Web前端WEB前端程序开发
Bootstrap3 - 4.container类(让页面居中显

Bootstrap3 - 4.container类(让页面居中显

作者: 廖马儿 | 来源:发表于2018-01-03 11:06 被阅读4次
    <!doctypoe html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>Document</title>
        <meta name="viewport" content="width=device-width, scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <link rel="stylesheet" href="lib/bootstrap/css/bootstrap.min.css">
        <link rel="stylesheet" href="css/style.css">
    </head>
    <body>
        <div class="container">
            <h1 class="page-header">主题</h1>
            <p>loremiug xtcfvgbjhknlmrtygbhnjmkzsxrdcfvgbhn</p>
        </div>
        <script src="lib/jquery/jquery.min.js"></script>
        <script src="lib/bootstrap/js/bootstrap.min.js"></script>   
    </body>
    </html>
    

    设置container之前:


    图片.png

    设置container之后:


    图片.png

    相关文章

      网友评论

        本文标题:Bootstrap3 - 4.container类(让页面居中显

        本文链接:https://www.haomeiwen.com/subject/phocnxtx.html