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 as part of Bootstrap is a 940px-wide, 12-column grid.

It also has four responsive variations for various devices and resolutions: phone, tablet portrait, table landscape and small desktops, and large widescreen desktops.

<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

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="span12">
    Level 1 of column
    <div class="row">
      <div class="span6">Level 2</div>
      <div class="span6">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>
Variable Default value Description
@gridColumns 12 Number of columns
@gridColumnWidth 60px Width of each column
@gridGutterWidth 20px Negative space between columns
@siteWidth Computed sum of all columns and gutters Counts number of columns and gutters to set width of the .container-fixed() mixin

Variables in LESS

Built into Bootstrap are a handful of variables for customizing the default 940px grid system, documented above. All variables for the grid are stored in variables.less.

How to customize

Modifying the grid means changing the three @grid* variables and recompiling Bootstrap. Change the grid variables in variables.less and use one of the four ways documented to recompile. If you're adding more columns, be sure to add the CSS for those in grid.less.

Staying responsive

Customization of the grid only works at the default level, the 940px grid. To maintain the responsive aspects of Bootstrap, you'll also have to customize the grids in responsive.less.

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>

Responsive devices

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: 768px) { ... }
// Portrait tablet to landscape and desktop
@media (min-width: 768px) and (max-width: 980px) { ... }
// 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 hidding 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

Test case

Resize your browser or load on different devices to test the above clases.

Visible on...

  • Phone✔ Phone
  • Tablet✔ Tablet
  • Desktop✔ Desktop

Hidden on...

  • Phone✔ Phone
  • Tablet✔ Tablet
  • Desktop✔ Desktop
网络安全实验室wp网站设计公司linux 网络安全配置中国信息安全测评中心主任成都网站建设龙兵科技网络营销的危害性4A级网络营销网站组网图网站界面什么是网络营销组合青国大元帅:两国交战不斩来使,除非来的是金小宝。 皇圣祖:只要金小宝愿意,我的公主随他挑。 一品太傅:岂有此理,金小宝你别落我手里。 瑶池圣女:金小宝给我滚出来,你躲得了初一,躲不过十五! 二表姐:金小宝,你别躲,我就跺你一根手指头。 月女将军:金小宝,我这三千手下,随时可以为你上刀山下火海。霍泽穿越陌生朝代顺带着绑定了“写书成神”系统。 做的文抄公,写的妙笔花。 修为蹭蹭涨,宝物各处来。 还意外捡到一个貌美如花的小娘子。 “相公,人家也想做诰命夫人嘛!” 娘子的撒娇这谁顶得住啊。 修仙不如做官! 没想到本以为充满阴谋诡计的仕途却意外的顺利。 某一日,女帝退位,皇太女登基。 位极人臣的霍泽看着盛装登基的皇太女目瞪口呆。 娘子,诰命夫人已经不能满足你了吗? 居然登基做女帝? 可怜的小辅助,被信任的人背叛,最终落得个横尸地下城的下场。 但在最后一刻却受到了神秘力量的召唤,得到了系统的力量。 想得到力量?不劳而获可不行,你不是想无敌吗?去地狱给我练级吧。 九死一生终于在地狱得到了无敌的力量,但是在离开的时候却被系统判定,只能当个辅助???开什么玩笑??我能秒了BOSS还需要队友吗??学医救不了全人类啊!“仙界的日子枯燥死了!”仙王抱怨,“听说凡间很好玩,不如,去凡间打发下时间?”仙王下凡,不料这一去,万万年来古波不惊的心弦就悄悄的波动了…… “她生病了,该怎么办?”“完了,她好像知道了……”“心跳的好快,我这是怎么了?”“……”一向沉稳的仙王一下子乱了套…… 陆庭穿越到了一个高武世界。 他看见了神仙们搬山填海,斗转星移。 直到他激活了签到系统...... 他决定将无敌两个字贯彻到底。春雨一夕了无痕,如这雨一般,我是谁,去往何处。看陆雨在寻找自己的过程中,怎样诛灭神魔。灵兽人程森屮(che四声)十一岁丧母,十三岁遭灭族。程森屮,程猖,程狂兄弟三人幸存。一年后大哥程猖却操纵程森屮杀死小时密友和程猖,心灰意冷的程森屮消失了三个月后在长安佚名“山狼”靠杀人赚钱。两年后,“山狼”声名崛起无意间认识权门高氏二公子和洌氏二公,这时有人叫杀死两人。山狼不从,没曾想那人正是大哥程猖。几经挣扎后,山狼坠于程狂和卫天兰坠落的黑鹰崖。 十年后 顶级杀手——山狼,再次出现在高风舌眼前。 正义也许会迟到,但永远不会缺席。林洛在上班回家途中被异界召唤系统砸中所穿越的故事。宿命轮回之后,平凡少年发现自己的前世是血族太子,而从小玩大的三位兄弟是妖族太子,魔族太子,魅族太子。无数异界大陆中,地位至尊般的雪魂大陆,在四位少年归来向敌人复仇时,金色狮子与黑色蔷薇的旗帜摇曳在风中。双笙花的预言临现,阴谋,权利,欺骗一次次上演,无数异界大陆的诸神在雪魂大陆上厮杀与敌对,诸神之战在雪魂大陆占领的领土将划分诸神的地位,得到更大几率看见天地异象。为了争取在天地异象的四本天书,各为九龙拖棺,七星连线,死亡花开,时间碎片,成为唯一的四位远古真神。小人物阿云,痛并快乐的人生历程,学校生活的是是非非……
广东省信息安全等级保护协调小组办公室 信息安全服务规范 网站域名组成 第六届全国网络安全等级保护技术大会 公司网站设计方案 中国信息安全评测中心 国家网络安全管理法规 南山的网站建设公司 2017网络安全大事记 郴州网站制作 去世的母亲的前世缘分咨询【www.richdady.cn】 公司破产的应对策略【www.richdady.cn】 提高孩子阅读兴趣的方法咨询【www.richdady.cn】 去世的母亲的咨询技巧【www.richdady.cn】 与公婆前世的前世解析咨询【www.richdady.cn】 心慌胸闷头晕的自我提升咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与公婆前世的因果关系威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女的婚恋困惑如何解决?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的案例分享【www.richdady.cn】√转ihbwel 什么原因意外的前世缘分【企鹅383550880】√转ihbwel 前世今生的因果关系咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 工作升迁的障碍与突破【www.richdady.cn】√转ihbwel 强迫症的心理调适【www.richdady.cn】√转ihbwel 孩子不爱读书的阅读环境如何营造?【www.richdady.cn】√转ihbwel 与老公前世的前世修行咨询【σσЗ8З55О88О√转ihbwel 与老公前世的影响分析咨询【企鹅383550880】√转ihbwel 投资项目的环境影响【σσЗ8З55О88О√转ihbwel 孩子学习不好的自我提升咨询【微:qq383550880 】√转ihbwel 官司的案例分享咨询【微:qq383550880 】√转ihbwel 前世记忆恢复技巧【www.richdady.cn】√转ihbwel 政府网站制作建设 手机企业网站设计 网站布局图 2017网络安全大事记 网站怎么添加管理员 2016网络安全大事记 网络安全证书 自己建立网站 镇江网站制作公司 网络安全攻防内容 怎么做好一个网站 互联网信息安全解决方案当中完善互联网信息安全的法律制度去的方法有 韩雪冬网站 中国信息安全供应商 移动社交营销 新的网络信息安全法 网站有后台更新不了 营销系统 网络安全soc 营销转化率 icp信息安全评测报告 景区 营销 学了网络营销能做什么的 金盾信息安全技术有限公司 重庆建网站公司 公司网站设计方案 深圳网站开发公 信息安全的发展史 浙江网络营销好的公司 国家应对网络安全 网信部门和有关部门获取的网络安全保护信息 济宁做网站 网络营销服务代理 在哪里可以学网络营销 学校网站模板 网络安全法最新 做一个独立网站需要多少钱 海淀手机网站设计公司 云南网站建设优选平台 中国信息安全风险 政府网站制作建设 视频网站建设方案 医疗行业网络安全现状分析 动易pe2006网站网页可以访问但后台进不去也没有提示 信息安全等级保护制度是国家 成都网站设计哪家好 短信营销渠道 网络营销b2b168 网络安全相关高校 俄罗斯 网络安全 济宁做网站 什么计算机网络安全 长沙高端网站建设服务 信息安全服务规范 信息安全资质有效期微信网站 影楼 网站制作 成功案例 广东省信息安全等级保护协调小组办公室 南宁做网络营销 杭州制作网站公司 信息安全应用技术,-1 信息安全培训的通知 济南手机网站建设公司 网络安全应急响应 网络安全证书 医疗行业网络安全现状分析 营销贴吧 网络安全soc 信息安全的发展史 网站怎么添加管理员 网站制作换下面友情连接 中小型网站设计公司 网站有后台更新不了 手机企业网站设计 网络安全实验室wp 信息安全方针是一个组织实现信息安全的目标和方向它应该 2016网络安全大事记 网络营销服务代理 网络安全调查报告 上海网络信息安全协会 珠海网站制作网络公司 信息安全的发展史 营销系统 2016年 网络安全规划方案 信息安全测评收费标准 好三网网站 网络安全相关高校 王老吉营销成功的理由 重庆璧山网站制作公司哪家专业 济南手机网站建设公司 好三网网站 网站域名组成 云南网站建设优选平台 开封全网营销 网站域名组成 项目信息安全管理 移动社交营销 新的网络信息安全法 镇江网站制作公司 网站制作 成功案例 2017网络安全大事记 韩雪冬网站 网信部门和有关部门获取的网络安全保护信息 计算机网络安全心得体会 重庆建网站公司 网络安全攻防内容 西安网站优化 优衣库电子邮件营销案例 中国信息安全供应商 网络安全证书 苏州营销网站建设公司 网站界面 咸宁网站建设 2017网络安全大事记 在哪里可以学网络营销 台州网站设计外包 威胁网络安全的主要因素有哪些 宝安做网站的 怎么做好一个网站 学校网站模板 asp.net网站设计 网站建设推广 宝安做网站的 监控平台网络安全部署 手机企业网站设计 深圳网站开发公 监控平台网络安全部署 重庆好的网络营销公司排名 优衣库电子邮件营销案例 金盾信息安全技术有限公司 项目信息安全管理 网站制作换下面友情连接 上海信息安全招聘 什么是病毒营销方案 企业网络安全策略遵循 信息安全应用技术,-1