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
网络安全攻防竞赛推广营销策划模板建网站国家信息安全意义聚美优品营销方案全网平台营销信息安全业务现状分析网络安全故事国家信息安全报告网络安全练习记录我在国企无聊的摸鱼生活冷风如刀,以大地为砧板视众生为鱼肉;飞雪似剑,以苍穹为帷幔斩现实为红尘。 天下纷扰由剑起,世间忧愁识字出。 吾愿以己为祭品,换得世间永太平。 【新书发布,只为创造经典】咯做尼同学何为怪物?冥土之中,人形的怪物都是最低等的存在! 罗生三重门、千皇、白骨林、遗忘老人、黑王、白王......这一个个恐怖的怪物降临地球,究竟是冥土的蓄谋已久,还是迫不得已.....高端的食材往往只需要最简单的……屠宰方法。 开具一张嘴,成长全靠吃。 你说那是神明的游戏? 在李乾看来那是他的餐桌! 怒涛骇浪中的三桅船…… 残酷淘汰的神诡游园会…… 迷雾中的异界都市…… 饕餮之力在他体内成长,喂养那股力量的便是神诡的血肉!打怪升级,错,就是不一样的高中 少年豪气,镇守一方。 皇帝昏庸,烽烟四起。 异族觑觎,国之将亡。 生当作人杰,死亦为鬼雄。灵异+搞笑+器灵。 离奇失踪的合伙人让梁晓不得不接手调查社。 一个看似普通委托却让他接触到一个不一样的异世界。简介:穿越平行世界,许聪收获了一个可爱的女儿。 可还没等到好好疼爱,女儿就被逼捐,被体罚。一怒之下,拥有系统的许聪,叫来了娱乐圈的一位天皇巨星! “敢欺负许先生的女儿,你这辈子就生活在阴影中吧!” 从此,许聪一边和小姨子带娃,一边靠着系统,在娱乐圈迅速崛起。 歌后,影帝,顶流,想得到我的指点帮助,成为我的门徒?先问问我乖女儿再说! 宣传、策划、投资,想开会和我商量一下?等着,没时间,没看我正陪女儿看喜洋洋呢吗? 乖女儿,来,亲一个!mua!由于我兄弟孟强的死,我走上了侦探之路,更是接触了很多喜气股改的事情,拐卖儿童、情杀仇杀,总结出了一条经验,不要挑战人性
中国移动网络安全竞赛 国家信息安全报告 信息安全竞赛干什么 网络安全字体图片 建设营销型网站的要素 长沙专业网站建设团队 联想公司网络营销实施 风雨同舟网站建设 莱西做网站 深圳 企业网站建设 感情纠纷的情感疏导咨询【www.richdady.cn】 精神不振的咨询技巧咨询【www.richdady.cn】 事业不顺的职场提升【www.richdady.cn】 去世的父亲的前世解析咨询【www.richdady.cn】 大龄剩女的婚恋困惑如何解决?咨询【www.richdady.cn】 缺心眼的前世记忆威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的解决技巧【微:qq383550880 】√转ihbwel 4. 财运与事业发展【σσЗ8З55О88О√转ihbwel 祖灵对家族的影响咨询【企鹅383550880】√转ihbwel 发育倒退的解决方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 特殊学校的师资力量【企鹅383550880】√转ihbwel 孩子不爱读书的阅读习惯【微:qq383550880 】√转ihbwel 纠纷的调解技巧咨询【企鹅383550880】√转ihbwel 有官司的原因分析咨询【σσЗ8З55О88О√转ihbwel “缺心眼”对人际交往的影响咨询【微:qq383550880 】√转ihbwel 缺心眼的表现及成因咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的缘分再续【σσЗ8З55О88О√转ihbwel 事业不顺的职场提升咨询【微:qq383550880 】√转ihbwel 阴间生活的前世故事咨询【微:qq383550880 】√转ihbwel 强迫症的案例分享咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 聚美优品营销方案 绿盟科技 网络安全排名 佛山网站推广 中国移动网络安全竞赛 网络安全文章 信息安全测评中心 凌晨 网络安全字体图片 国家信息安全意义 思齐邮件营销好用吗 网站组件 德州网站优化 提供做网站企业 企业网络安全培训 cissp 通信与网络安全 网络安全准入控制系统 国家网络安全主题 信息安全的攻击有哪些 唯品会邮件营销 浙江省网络安全事件 国家信息安全测评中心待遇 网站兼容9 公司网站传图片asp汽车销售公司网站源码 4s店网站源码 汽车网站建设 完整无 国家信息安全报告 上海信息安全管理中心地址,-1 网络营销基础知识 网络安全故事 石家庄网站设计制作服务 人们常说的网络安全一般包括 it信息安全ppt,-1 破坏公共信息安全 国家信息安全服务资质一级 广州做网站的公 德惠网站 唯品会邮件营销 建网站中企动力 互联网大会 网络安全 免费新建网站 网站访问流程设计 如何对信息安全提问,-1搜索引擎营销是 商务型网站模板 社会化 口碑营销 公司 2015年网络安全大事记 破坏公共信息安全 杭州电子科技大学信息安全 3g网站制作 网站建设联系电话 模板建网站 功能类网站 建网站中企动力 模板建网站 商务型网站模板 联想公司网络营销实施 网站的风格 信息安全竞赛干什么 营销品牌 舆情 网络安全热点 信息安全业务现状分析 营销推广公司西安 关于网络安全检查 供应商营销 佛山新网站建设平台 学校网络安全使用 提供做网站企业 网络安全监管机构是: it信息安全ppt,-1 桂林网站建设哪家好 网络安全保卫局郭 聚美优品营销方案 十大网络安全案件 网络安全性是什么协议 知名信息安全公司排名 网络安全新生态 国际网络安全顾问 免费新建网站 网站建设联系电话 信息安全业务现状分析 昆明网站设计电话 国际网络安全顾问 镇江网站制作 东莞网站制作 网络安全文章 镇江网站制作 青岛市网络安全办公室 网络安全法颁布的意义 网络安全攻防竞赛 网络事件营销策划书 天津信息安全公司排名 网站兼容9 网络信息安全软件 中山移动网站建设公司 网络安全服务标准方案 网络安全协议理论与... 腾讯 网络安全 win7网络安全注册表 北京建设网站的公司 .信息安全测评机构的资质认定 诺顿网络安全调查报告 莱西做网站 聊网站推广 建网站过程 环境营销 深圳网站设计制作 网络安全的关键技术有 昆明信息安全培训,-1 网络营销推广渠道包括哪些方面 十大网络安全案件 银行网络安全解决方案 广州做网站的公 网站建设素材使用应该注意什么 网络营销推广渠道包括哪些方面 2016工业控制网络安全态势报告 浙江省网络安全事件 建功能网站 2016工业控制网络安全态势报告 信息安全测评中心 凌晨 北京建设网站的公司 企业信息安全培训ppt 莱芜网站制作 网络信息安全 党员 医院网站建设 网站托管维护 网络安全执法案例分析 贵州省网络与信息安全测评认证中心招聘 信息安全竞赛干什么 点内营销 贵阳网站制作免费 网站制作样板 网络营销的十种方式 深圳专业网站制作公司排名 网站站欣赏 四川全网营销宣传 学校网络安全使用 大连建网站公司 公司网站传图片asp汽车销售公司网站源码 4s店网站源码 汽车网站建设 完整无 信息安全实例