1
1
1
1
1
1
1
1
1
1
1
1
4
4
4
4
8
6
6
12

The default grid system provided in Bootstrap utilizes 12 columns that render out at widths of 724px, 940px (default without responsive CSS included), and 1170px. Below 767px viewports, the columns become fluid and stack vertically.

<div class="row">
    <div class="span4">...</div>
    <div class="span8">...</div>
</div>

As shown here, a basic layout can be created with two "columns", each spanning a number of the 12 foundational columns we defined as part of our grid system.


Offsetting columns

4
4 offset 4
3 offset 3
3 offset 3
8 offset 4
<div class="row">
    <div class="span4">...</div>
    <div class="span4 offset4">...</div>
</div>

Nesting columns

With the static (non-fluid) grid system in Bootstrap, nesting is easy. To nest your content, just add a new .row and set of .span* columns within an existing .span* column.

Example

p>Nested rows should include a set of columns that add up to the number of columns of it's parent. For example, two nested .span3 columns should be placed within a .span6.

Level 1 of column
Level 2
Level 2
<div class="row">
     <div class="span6">
        Level 1 column
        <div class="row">
            <div class="span3">Level 2</div>
            <div class="span3">Level 2</div>
        </div>
    </div>
</div>

Fluid columns

1
1
1
1
1
1
1
1
1
1
1
1
4
4
4
4
8
6
6
12

Percents, not pixels

The fluid grid system uses percents for column widths instead of fixed pixels. It also has the same responsive variations as our fixed grid system, ensuring proper proportions for key screen resolutions and devices.

Fluid rows

Make any row fluid simply by changing .row to .row-fluid. The columns stay the exact same, making it super straightforward to flip between fixed and fluid layouts.

Markup

<div class="row-fluid">
    <div class="span4">...</div>
    <div class="span8">...</div>
</div>

Fluid nesting

Nesting with fluid grids is a bit different: the number of nested columns doesn't need to match the parent. Instead, your columns are reset at each level because each row takes up 100% of the parent column.

Fluid 12
Fluid 6
Fluid 6
<div class="row-fluid">
    <div class="span12">
        Level 1 of column
        <div class="row-fluid">
            <div class="span6">Level 2</div>
            <div class="span6">Level 2</div>
        </div>
    </div>
</div>

Fixed layout

The default and simple 940px-wide, centered layout for just about any website or page provided by a single <div class="container">.

<body>
    <div class="container">
        ...
    </div>
</body>

Fluid layout

<div class="container-fluid"> gives flexible page structure, min- and max-widths, and a left-hand sidebar. It's great for apps and docs.

<div class="container-fluid">
    <div class="row-fluid">
        <div class="span2">
            <!--Sidebar content-->
        </div>
        <div class="span10">
            <!--Body content-->
        </div>
    </div>
</div>

What they do

Media queries allow for custom CSS based on a number of conditions—ratios, widths, display type, etc—but usually focuses around min-width and max-width.

  • Modify the width of column in our grid
  • Stack elements instead of float wherever necessary
  • Resize headings and text to be more appropriate for devices

Use media queries responsibly and only as a start to your mobile audiences. For larger projects, do consider dedicated code bases and not layers of media queries.

Supported devices

Bootstrap supports a handful of media queries in a single file to help make your projects more appropriate on different devices and screen resolutions. Here's what's included:

Label Layout width Column width Gutter width
Smartphones 480px and below Fluid columns, no fixed widths
Smartphones to tablets 767px and below Fluid columns, no fixed widths
Portrait tablets 768px and above 42px 20px
Default 980px and up 60px 20px
Large display 1200px and up 70px 30px

Requires meta tag

To ensure devices display responsive pages properly, include the viewport meta tag.

<meta name="viewport" content="width=device-width, initial-scale=1.0">

Using the media queries

Bootstrap doesn't automatically include these media queries, but understanding and adding them is very easy and requires minimal setup. You have a few options for including the responsive features of Bootstrap:

  1. Use the compiled responsive version, bootstrap-responsive.css
  2. Add @import "responsive.less" and recompile Bootstrap
  3. Modify and recompile responsive.less as a separate file

Why not just include it? Truth be told, not everything needs to be responsive. Instead of encouraging developers to remove this feature, we figure it best to enable it.

  /* Landscape phones and down */
  @media (max-width: 480px) { ... }
  /* Landscape phone to portrait tablet */
  @media (max-width: 767px) { ... }
  /* Portrait tablet to landscape and desktop */
  @media (min-width: 768px) and (max-width: 979px) { ... }
  /* Large desktop */
  @media (min-width: 1200px) { ... }

Responsive utility classes

What are they

For faster mobile-friendly development, use these basic utility classes for showing and hiding content by device.

When to use

Use on a limited basis and avoid creating entirely different versions of the same site. Instead, use them to complement each device's presentation.

For example, you might show a <select> element for nav on mobile layouts, but not on tablets or desktops.

Support classes

Shown here is a table of the classes we support and their effect on a given media query layout (labeled by device). They can be found in responsive.less.

Class Phones 480px and below Tablets 767px and below Desktops 768px and above
.visible-phone Visible
.visible-tablet Visible
.visible-desktop Visible
.hidden-phone Visible Visible
.hidden-tablet Visible Visible
.hidden-desktop Visible Visible
网络安全500强免费网站模板下载酸奶网络营销地推营销技巧培训网络安全行业协会网络安全是什么第三届信息安全等级保护最新的网络安全技术信息安全入门书籍推荐现实生活中有哪些信息安全问题网络营销研究的范畴开局穿越红云,成了洪荒第一大冤种? 让位是不可能让位的,这辈子都不可能做好事了! 等等,你说什么? 我有系统! 只要做好事主动赠予对方灵宝功法,就能随机获得100到10万倍的暴击返还奖励? 对不起,我承认我刚刚大声了点。 我红云高风亮节,就喜欢做好事! “叮!恭喜宿主赠予准提蒲团一个,已触发万倍返还,奖励鸿蒙蒲团一个!” “叮!恭喜宿主赠予帝江九九散魄葫芦,奖励混沌葬天葫芦一个!” “叮!恭喜宿主赠予冥河老祖冥河胎盘,奖励血道胎盘一尊!” …… 在红云的义薄云天之下,整个洪荒势力都懵了。 鲲鹏:“不可能!红云道友高风亮节,怎么可能坑我!” 准提:“红云高义,堪比大道!我西方经此大劫,一定不是红云道友所为!” 三清:“我也不想怀疑红云道友,毕竟他给的实在是太多了啊!”【穿越】【爽文】【文道】 儒道文神作:【89章起飞,93章爆炸】 “天不生你林亦,万古文道如长夜!” 这是一个读书就能获得才气的文道世界。 林亦,读地球诗经、楚辞、汉赋、唐诗、宋词,养浩然正气。 才气杀人,口诛笔伐。 言出法随,文道成圣。徒儿,为师为你算了一卦,终于找到了你无法晋升的原因,你要修成正果,需得救死护伤,解救众生的疾病之苦,同时还需去游历红尘,经历七七四十九次情劫,得到七位凡间女子的至真至纯的真爱,如此你才能和你们师兄们一样修成正果。鸿钧老祖对着自己的小徒弟说道。 “师傅,你的意思是徒弟我要到凡间经历劫难吗?” “差不多就是这个意思!!”。 “师尊,这凡间可是恶人横行,妖魔遍地,再说了,治病救人到没问题,但是凡间的女子都很物质化,要求别墅豪车,金银财宝才能结婚,哪里还有至真至纯的爱情,徒儿不想去,徒儿就当个小小的仙人,也无所谓!!!”。 “不行,你不要脸,师尊还要脸呢,我的弟子咋能是一个小小的人仙”。 “徒儿去凡间,可以带几个法宝过去防身?” “你这顽徒,对付手无缚鸡之力的凡人,带宝贝去,为师将封印你的记忆和仙力,你就好好的历情劫吧!!!”老祖怒极而笑。 说完,鸿钧老祖,左手撕开一个黑洞,右手一把抓住秦风流,把他扔进了黑洞。 这世界,以命器本为根,有人以命器修成剑仙,有人修成符箓大师,更有人破界飞升...... 林渊破开胎中之谜,没有金手指的他本想着简单度日,不曾想这方世界竟然有诡异存在.....冥冥有间,止水湔峰。 峰主何名,别号曰玄。 玄之又玄,众妙之门。 门中大千,笔下风闻。 欢迎来到某玄的短篇故事集。一个原本尽享天伦之乐的韩夜,却突遭横祸,一夜间与爹娘天人相隔,为找出仇家,韩夜勤勉修行,一步一步变强,持手中剑横扫不平事,最后发现几年前的满城灭门案竟是别人天大阴谋的开始……暗恋多年的感情始终无果,挡在我面前的是生活和现实。 现实和生活是沉重的枷锁,牢牢困住我的心中的理想。 纵使我奋不顾身,也只能头破血流。 古怪女孩出现在我的生活中,为我平淡而又灰暗的生活增添了一抹光彩,从此她成为了我生命的光。 掩藏在表面之下的,是人性中的恶。张强在末日的五年后重生回到了末日爆发的前十天,这一次他要拯救前世为了他而死的家人与爱人,就在丧尸爆发的前一天,张强觉醒了末日桃花求生系统,上来就是开挂的发展,一路碾压所有敌人无数美女蜂拥而来,最后整个星球都生满了他的孩子!青春似火的知识青年住进了女病房,一个似花如玉的女孩子爱上了他,不合时宜的爱情,走进了死胡同。生来就是君临天下之人,又怎会在尘世间蒙尘? 单调无为的履历,平淡无味的人生,白茶原以为他的人生将就此,得过且过。 看透人世间的浮沉,少年也偶尔热血沸腾,想去创造那片独属于自己的天地。 机会可遇不可求,然而当那个时机真正到来,危险与刺激相伴同行,你还有胆量踏出那一步吗? 叮~~世界作家群,敬请你的加入!
网络带营销 网页设计的交流网站 企业信息安全管理软件 银川网站优化 小红书网络营销推广 什么是信息计算机网络安全 网络安全规范操作流程 政府网站建设 荧光字网站 北大 信息安全 专业 化解外灵的专业手段咨询【www.richdady.cn】 事业不顺的解决之道咨询【www.richdady.cn】 邪灵的感应现象咨询【www.richdady.cn】 事业不顺的案例分享咨询【www.richdady.cn】 精神不振的咨询技巧咨询【www.richdady.cn】 冤亲债主的干扰解决方法【微:qq383550880 】√转ihbwel 内心恐惧胆怯的原因分析【微:qq383550880 】√转ihbwel 外灵干扰的环境影响咨询【www.richdady.cn】√转ihbwel 耳鸣的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的前世解析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的自我提升咨询【微:qq383550880 】√转ihbwel 如何化解冤亲债主的干扰?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老婆的前世案例咨询【企鹅383550880】√转ihbwel 前世缘份的案例分享咨询【σσЗ8З55О88О√转ihbwel 为什么过世的前世解析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子学习不好的解决方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何识别冤亲债主【σσЗ8З55О88О√转ihbwel 性压抑咨询【企鹅383550880】√转ihbwel 外灵对人的影响【www.richdady.cn】√转ihbwel 特殊学校的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 地推营销技巧培训网络安全行业协会 酸奶网络营销 网站建设方式 大连做网站公司 信息安全技术应用研究 优营销项目案例 网络渗透测试-保护网络安全的技术工具和过程 pdf 上网认证管理系统 信息安全 互联网整合营销传播 网站内容管理系统 网络安全法立法 网络安全工具包 nst 网站报价书 支付宝的网络营销案例分析 唐山网站建设报价 网络营销什么软件好使 北京网站排名制作速卖通如何营销 什么是信息计算机网络安全 免费网站模板下载 北大 信息安全 专业 新郑做网站 营销型网站应用 网站报价书 网站设计 深圳 乐清网站推广公司 代理商营销 网络安全是什么 企业信息安全管理软件 信息安全发布时间 互联网信息安全两解决方案 荧光字网站 网站备案 办理幕布拍照 公司信息安全 系统有限公司长沙高端网站制作公司 企业营销网站建设公司哪家好 打造国内最权威的包装行业网上营销平台! 营销型网站应用 网络推广营销 服务类网站免费建站 南昌市做网站的公司 重庆网络营销是什么 江苏信息安全等级保护 衡水网站建设供应商 中国mask网络安全团队 网络安全周 2017 公司网络安全措施 网络安全规范操作流程 政府网站建设 荧光字网站 网络营销人群 网址制作网站 工控信息安全技术 网络营销热点事件2014 中国mask网络安全团队 网络营销人群 陆宝华 信息安全 近年来网络安全大事件 信息安全发布时间 陆宝华 信息安全 网络安全应急队伍 win10输入网络安全密钥 小程序网站 四川省信息安全等级保护网 天津网站制作 服务类网站免费建站 一个优秀的网站 网络营销服务包括哪些 网站图片尺寸 名词解释网络市场营销 运用政府职能 网络安全 免费网站模板下载 企业营销网站建设公司哪家好 2017福建网络安全峰会 网络信息安全教学实验,-1 公司信息安全 系统有限公司长沙高端网站制作公司 网络安全宣传活动 网络带营销 服务类网站免费建站 部队个人手机网络安全 公司网站可以个人备案吗 计算机网络安全法规 超链接营销 网站建设案例讯息 江苏信息安全等级保护 濮阳做网站 石油石化信息安全 超链接营销 免费网络营销软件 潜艇的信息安全 vpc网络安全 免费网络营销软件 企业网站制作设计公司 企业营销网站建设公司哪家好 宜昌网站制作 网络安全应急队伍 佛山网站制作 logo网站推介 代理商营销 银川网站优化 网络营销是不是seo win10输入网络安全密钥 酸奶网络营销 昆明微网站制作 超实用网站 服务类网站免费建站 信息安全标委会 网络营销服务包括哪些 网络安全流程图 名词解释网络市场营销 西电信息安全实验室 信息安全等级评测资质 互联网信息安全两解决方案 2017福建网络安全峰会 网络安全会议2016 公司信息安全 系统有限公司长沙高端网站制作公司 云南网站建 现实生活中有哪些信息安全问题 网址制作网站 网站设计 深圳 网络推广营销 网站大小 国家企业信息安全系统 网站建设案例讯息 网络安全实验室 设备 网络安全与管理 云南网站建 网络信息安全教学实验,-1 网银付款的时候网页一般会出现可能威胁网络安全的问题字样吗 四川省信息安全等级保护网 公司网站可以个人备案吗 logo网站推介 大连做网站公司 东阳网站建设 网页设计的交流网站 创建网站公司 徐州 企业信息安全管理软件