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
东海面天气预报15天鸡西最近十日天气港澳天气预报穿衣指数贵州34月天气下个月的宜兴天气东海面天气预报15天莫斯科最近半个月的天气预报港澳天气预报穿衣指数呼和浩特市半个月天气下载鸡西天气预报15天下个月内蒙古的天气预报港澳天气预报穿衣指数厦门台湾天气预报30天下个月内蒙古的天气预报港澳天气预报穿衣指数下个月天气报告莫斯科最近半个月的天气预报15天下个月内蒙古的天气情况下个月的宜兴天气台北20天天气鸡西7天天气预报 百度 百度下个月内蒙古的天气情况呼和浩特市半个月天气焦作现在天气穿什么下个月的天气预报郑州加拿大二月份的天气下个月的天气预报郑州佳木斯市华川县天气预报台北20天天气贵州冬天气温多少"三阴绝脉"者,史书所载;凡患此症者非但终生不能修武,并且几乎无一人能侥幸活过十三岁。命运关上所有的幸运之门,却开了一扇窗,令其在绝境中峰回路转,当其踏着尸山血海攀上巅峰之时,骇然发现一个惊天之秘。暮然回首,惊觉自己脚下的这片世界幌若恒河之沙粒,渺若微尘。何去何从……作为一个刑警,程成办案兢兢业业,以事实说话,岂料案件的背后竟有一只黑手等待着他……包含修真、妖怪、异民、校园、恋爱、战斗、权力、城市等多元素的玄幻幻想小说。徐弘文本是一个工地包工头,后来世人称他披肩客之神,一个可以影响全球物价走势的神级大佬。 为了接工程,他小小年纪熟悉各路潜规则; 为了拿项目,他只身一人手持板砖大战钢管队; 为了签合同,他带领兄弟干翻亚丁湾南岸索马里海盗; 为搏,,,红颜一笑,他改变世界时尚风向。。。。。。 遇到一个不该遇到的,经历不该经历的事………我的身体里有只鬼……苍茫的仙穹下,一个时代的璀璨,不过是弹指间的烟花绽放。 俯瞰大地,悠悠万载,生生灭灭,他们都在哪里?仙门、皇朝、无上圣地,都不过是仙穹下的一抔黄土。 万载辉煌,一灭成灰。 墟土深处生烬萌,你我争为通天树。 仙穹彼岸到底有什么?这是未来的某一天,唐亦格被卷入了一场异界比赛之中。这里是我的世界!欢迎各位来到神的游戏!一旦进入比赛将无法回头,除非你在这个看似混乱的世界中成为唯一的胜利者……为了回去,为了朋友,为了正义……天若有情天亦老,月如无恨月长圆。 自太古以来,关于长生不老的传说,世间流传下很多。 且看一平凡少年如何踏上这修仙问道匿长生之路。 男屌丝林凡意外车祸,却不料穿越异界,还未来得及高兴自己重生再世为人。却从记忆里发现自己是一个落漠家族的长子,虽天赋异禀却在17岁遭人偷袭丹田破碎武魂无法凝聚。随着脑海中一道系统提示音响起,林凡便有了称霸异界,问鼎苍穹的意志。还在YY的林凡被系统强制接受任务,悲惨的升级之路,爽翻天的称霸之路,一路美女如云…… 陈星河一朝穿越,只想混吃等死,做个游手好闲的纨绔子弟,不曾遭遇妖族入侵,家破人亡。再次重生后,陈星河下定决心,既然想让我死,那你们就都别好好活!
100根香烟 命运之轮:纷争 王者之巅之巅峰之战 司法仙官 三合会太子爷的首富之路 学霸异世界修仙之旅 在打牌的世界散播致郁 拥剑何为 飘零山河 有请领主大人 滇楚黔秦 控月师 王奕凡的城市生存 从学园开始当主神 重生之地产风云 Avenger天才杀手 永别了,银河! 异星邪兵 导线 鸿蒙雷帝 加拿大二月份的天气 下个月天气报告 瑞丽4月中旬天气 下个月的宜兴天气 鸡西最近十日天气 佳木斯市华川县天气预报 瑞丽4月中旬天气 厦门台湾天气预报15天 2017年10月份青州的天气 厦门台湾天气预报30天 正阳下个月的天气 正阳下个月的天气 焦作现在天气穿什么 下个月天气报告 东海面天气预报15天 下个月的天气预报郑州 河北唐山天气预报几点落日 加拿大二月份的天气 鸡西天气预报一周 7天 港澳天气预报穿衣指数 下个月天气报告 港澳天气预报穿衣指数 鸡西天气预报一周 7天 下个月内蒙古的天气情况 下载鸡西天气预报15天 可以查看下个月天气吗 加拿大二月份的天气 鸡西天气预报一周 7天 鸡西天气预报一周 7天 2017年10月份青州的天气 下个月的宜兴天气 下个月深圳的天气 贵州34月天气 东海面天气预报15天 焦作现在天气穿什么 下个月的天气预报郑州 贵州34月天气 瑞丽4月中旬天气 焦作现在天气穿什么 贵阳5月初的天气 下个月的天气预报郑州 厦门台湾天气预报15天 台北20天天气 河北唐山天气预报几点落日 下个月内蒙古的天气预报 下个月深圳的天气 正阳下个月的天气 下个月的天气预报郑州 可以查看下个月天气吗 莫斯科最近半个月的天气预报15天 亚星官网 亚星官网 亚星官网 亚星官网 亚星游戏官网 苍茫九霄 九霄神帝强者 短篇小说集:一八 燹武人魔 战鹰战隼2 百家乐官网 澳门葡京官网 葡京官网 百家乐官网 万利游戏官网 河北唐山天气预报几点落日 呼和浩特市半个月天气 正阳下个月的天气 下载鸡西天气预报15天 涟水县未来天气@ 贵州34月天气 厦门台湾天气预报15天 贵州冬天气温多少 厦门台湾天气预报15天 2017年10月份青州的天气 厦门台湾天气预报30天 莫斯科最近半个月的天气预报15天 加拿大二月份的天气 下个月深圳的天气 下个月的宜兴天气 正阳下个月的天气 可以查看下个月天气吗 涟水县未来天气@ 台北20天天气 鸡西7天天气预报 百度 百度 下个月天气报告 贵州冬天气温多少 涟水县未来天气@ 加拿大二月份的天气 鸡西天气预报一周 7天 下个月的天气预报郑州 鸡西最近十日天气 佳木斯市华川县天气预报 贵州34月天气 焦作现在天气穿什么