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
杭州电子科技大学信息安全北京建设网站的公司信息安全测评费用网络安全测试方案网站与网页思而忧网站西安网络技术有限公司网站2016年网络安全形势嘉兴网站建设共筑网络安全防火墙地球人通过发展人工智能进化成硅基人,发现宇宙真相本以为是重生,没想到却是穿越? 等等! 这些轮回世界怎么这么眼熟? 意外穿越来到有着轮回空间世界,看男主如何凭借前世对影视,小说,动漫的理解,纵横异界!我长相清秀,但不企于帅气,表面的浪子也只是埋藏真诚的狼皮。一次次的失败什么时候才能成功(本文讲述一个男孩子的迷路感情成长)孔铮能够在英雄本色香江世界和蓝星之间穿越,嘴贱惹祸,被逼进了娱乐圈,他是小商人、是莽汉、是侠骨柔情、是钢铁直男......一个无知小人物逆袭的故事。这一个名为荒原的大陆上逆天行,踏天仙,诛天魔,逆天而行,自立天命,踏仙尸而行,诛魔魂而立。以枪尖指天问帝之罪,以枪尾震地问魔皇之过。 云飞帆有点发懵。   他努力回想刚刚发生的一切,想到脑袋疼,也想不出所以然来。闭上眼睛,脑海里竟然有一部豪华精装的经书。 ———《逍遥心经》。 右手掌心微微发热,掌心之上,一道鱼形红芒若隐若现。 红芒生,黑芒死!   我是在做梦么?   或者,已经死了,然后重生到异界,所以自己身上有这些神奇的变异?小影,拥有神秘身份和特殊能力的孩子,守护他/她所最关心,最友爱的家人和朋友们 形影不离的在伙伴和亲人们的身边,和他们一起去完成自己最正确的事情--小影讲述一群武馆的现代少年少女穿越到神奇的东方玄幻大地的一段奇异旅程,就是纯粹搞笑和沙雕(不过可能我写的不够沙雕也不够搞笑,哈哈哈哈)开心就好。世界本无对错,人间也无善恶,人也罢,兽也罢,都是为了活着,道不同,不相为谋。注:本书节奏较慢,二十章才是个小高潮,阅读前请先给作者一张原谅票,不管看不看,小比作者先谢谢各位了
杭州电子科技大学信息安全 信息安全的社会效益 网站快照 无锡做网站哪家好 做出口网站 中小企业网站建设价位 手机店微信如何营销策略 福田的网站建设公司 瓦房店网站建设 亚太信息安全峰会 精神不振咨询【www.richdady.cn】 感情纠纷的原因有哪些?咨询【www.richdady.cn】 心理咨询与灵性指导咨询【www.richdady.cn】 头脑混沌的环境影响咨询【www.richdady.cn】 儿子不读书的自我提升【www.richdady.cn】 事业不顺的职场调整有哪些方法?咨询【www.richdady.cn】√转ihbwel 婚姻生活不顺的原因分析【σσЗ8З55О88О√转ihbwel 缺心眼的解决方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与男友前世的识别方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子厌学的案例分享咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 儿子抑郁症的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主【www.richdady.cn】√转ihbwel 强迫症的症状与诊断【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 人际关系不好时的心理调适【企鹅383550880】√转ihbwel 耳鸣【企鹅383550880】√转ihbwel 意外的前世案例【微:qq383550880 】√转ihbwel 去世的母亲在哪【σσЗ8З55О88О√转ihbwel 纠纷的法律援助咨询【微:qq383550880 】√转ihbwel 性压抑的自我提升咨询【微:qq383550880 】√转ihbwel 投资项目咨询【企鹅383550880】√转ihbwel 网络安全隐私泄露 做公司网站哪家 上海 微博与微博营销的概念 凡客诚品网络营销评估 番禺建网站 ruby开发 信息安全网络营销实践内容 如何对信息安全提问,-1 2013年网络安全 系统信息安全要求有哪些内容 共筑网络安全防火墙 亚太信息安全峰会 大网站如何优化 计算机网络信息安全 大连网络营销公司 经典网站设计 中山企业手机网站建设 营销型网站有哪些 杭州市网络安全平台 企业网站配色绿色配什么色合适 东莞网站设计制作 手机网站制作服务机构 网站互动 教育网站 网页赏析 网络安全周内容 网络安全周内容 信息网络安全管理培训 网络信息安全有哪些商城的网站设计 滴滴互联网营销案例 机房网络安全 制度 网络信息安全的技术特征. 聂森 信息安全 网络安全不仅仅 工信部信息安全资质 网络安全法 金融机构 信息安全技术 信息系统安全等级保护基本要求,-1 江苏移动网络安全 高亮 网络安全法 金融机构 网络安全隐私泄露 网站移动端建设 做出口网站 手机店微信如何营销策略 做公司网站哪家 上海 网络安全准入控制系统 网站原创性 企业网站建设搭建 网络安全高手 微营销成功案例 建设网站优点 信息安全等级保护中心 郑州手机网站建设 系统信息安全要求有哪些内容 网站的做用 网络安全案例题 个人信息安全管理 番禺建网站 龙岗网站制作新闻 蚌埠网站建设 网站快照 移动网站性能 ruby开发 信息安全网络营销实践内容 和目网站 网站备案 郑州手机网站建设 物联网信息安全案例 西安信息安全公司,-1 信息安全的社会效益 2013年网络安全 edm营销 服务商 大连网站制作公司 信息安全预警系统 网站原创性 创建网站公司 徐州 台州做网站哪家好 免费网站模板下载 软件营销吧 营销型网站有哪些 2013年推荐更新的windows安全补丁 中国信息安全测评中心 wifi信息安全 亚太信息安全峰会 西安制作公司网站的公司 网络安全隐私泄露 珠海网站建设 网络安全测试方案 苏州营销策划 优帮云 网络安全产业基金武汉 网络安全入侵步骤 计算机网络信息安全 工信部信息安全资质 合肥营销型网站建设 湘西网站建设 网络安全高手 大连网络营销公司 淄博网站优化 中山企业手机网站建设 珠海网站建设 渠道策略的网络营销 2017年 信息安全大会 学生对网络营销看法 国家 网络安全 信息 吴世忠 以色列信息安全 南通外贸网站制作 共筑网络安全防火墙 营销型网站有哪些 国家 网络安全 信息 深色网站 中小企业网站建设价位 乐营销网站 网站维护收费 2017年 信息安全大会 客户信息安全与管理 后期网站 信息安全资产管理 顺德网站建设原创 太原手机网站开发 天津信息安全公司排名 蚌埠网站建设 人们常说的网络安全一般包括 经典网站设计 网络安全厂商排名 杭州电子科技大学信息安全 分析网络营销环境 亚太信息安全峰会 网络安全法 金融机构 网络安全入侵步骤 网站快照 信息安全 最新消息 杭州市网络安全平台 钢琴网站建设原则 聂森 信息安全 网站互动 企业网站建设搭建 中山企业手机网站建设 网络信息安全有哪些商城的网站设计 天津信息安全公司排名 网站的做用