码迷,mamicode.com
首页 > 其他好文 > 详细

Bootstrap3基础 container 浏览器宽度与容器宽度的四种配合

时间:2018-01-28 16:35:24      阅读:234      评论:0      收藏:0      [点我收藏+]

标签:border   doctype   感恩   use   content   tar   lin   highlight   text   

礼悟:
     公恒学思合行悟,尊师重道存感恩。叶见寻根三返一,江河湖海同一体。
          虚怀若谷良心主,愿行无悔给最苦。读书锻炼养身心,诚劝且行且珍惜。


 

 

               ide:visual studio 2017  
            browser:Firefox / Chrome
     bootstrap:3.3.7

 

 

代码

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <title></title>
    <link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css" />
    <script type="text/javascript" src="bootstrap/js/jquery.min.js"></script>
    <script type="text/javascript" src="bootstrap/js/bootstrap.min.js"></script>

    <style type="text/css">
        .container {
            background-color:blanchedalmond;
            border:1px solid blue;
            height:100px;
        }

    </style>
</head>
<body>
    <div class="container">
        <!-- 
             宽度    屏幕宽度
            1170px   >= 1200px
             970px   >=  992px
             950px   >=  768px
             100%     <  768px            
            -->
    </div>
</body>
</html>

  

效果

技术分享图片

 

 

扩展

  http://v3.bootcss.com/css/#grid-options

 

技术分享图片

  

  官方总结的很全面,有代码,有解释,有效果。如果你在使用bootstrap时,遇到问题,给最苦 建议你先去官方网站查一查。

 


Bootstrap,优秀的前端开源框架,值得学习。
学习资源:v3.bootcss.com + itcast和itheima视频库 + 清净的心地。如果您有公开的资源,可以分享给我的话,用您的资源学习也可以。
博文是观看视频后,融入思考写成的。博文好,是老师讲得好。博文坏,是 给最苦 没认真。

Bootstrap3基础 container 浏览器宽度与容器宽度的四种配合

标签:border   doctype   感恩   use   content   tar   lin   highlight   text   

原文地址:https://www.cnblogs.com/jizuiku/p/8371213.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!