Web前端WEB前端程序开发

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

2018-01-03  本文已影响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
上一篇下一篇

猜你喜欢

热点阅读