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
网络营销新媒体技巧外企应对 信息安全网络安全产品有哪些网络安全会议2017 南昌怎样建立自己的个人网站陈舒 福建省网络与信息安全测评中心规范网络营销 英语作文it系统开发新技术展示探讨系列课程it信息安全课程信息安全 采访手机网站制作时应该注意的问题第七届信息安全漏洞分析与风险评估大会成都建设网站活着就是不断地经历着各种离别,可并非所有的离开都是曲终人散,活着的人有回忆,离开的人有眷恋......这是一个源灵的世界,也是人族凋零的世界,万族镇压,人族前路何在? 王战穿越源灵大陆,成为王家老祖,觉醒源灵召唤系统,老骥伏枥,志在千里,以暮年之身,再为人族血战八方! 万族天骄欺压,人族天骄嬴政、刘彻、李世民等艰难前行,只为护人族百世不衰! 那一日,满头华发的王战自大后方而出,向万族宣告:吾乃人族天骄护道者,谁敢欺我人族天骄?欺我人族? ………… 大儿子王腾:“我人族出了护道者叫王战?跟咱爹同名啊!” 孙子王浩:“爸,不用怀疑,那就是爷爷!我跟他老熟了!” 孙女王若书:“我爷爷超无敌!” 2022年地球伟大宇航员恒牧在太空中进行新一轮的航天探索时被不明生物袭击,在将死弥留之际被无数光雨覆盖带到了另一个世界雨卿的身体里,他将和雨卿在这片广大无垠的大陆走出什么样的路......这是发生在一个架空世界『塞图尔』的故事,在这个世界,所有的物种都有成为神的机会。当然是有条件的,拥有『武装』,这些拥有武装的人都被称为『武装者』。在这个世界,分为『兰科特』『明华』『空』三个国家,而联盟则是三个国家共同创办的独立机构,专门培养年轻的武装者,然而许多年过去,却谁也没有发现联盟的阴谋……一代圣魂降临,凭废躯重返巅峰,修五逆破障称神 自虚幻世界无情地断裂成上界与下界后,文明间难以逾越的鸿沟便诞生了。年轻人,倘若你面前是充盈着未知气味的深渊,请不要害怕,提着灯大胆往前迈出那步吧。世界本无对错,人间也无善恶,人也罢,兽也罢,都是为了活着,道不同,不相为谋。注:本书节奏较慢,二十章才是个小高潮,阅读前请先给作者一张原谅票,不管看不看,小比作者先谢谢各位了荒元。。。有神仙、有蛮、妖、兽、魔、有幽冥恶鬼;有超脱凡俗的界域。建筑设计师张浩然意外穿越来到修真世界,却身处平凡小渔村......三月后就是修炼学宫招收弟子.....他起初的目的只是希望按照宇宙定律中的二、八比例生存下去,顺便希望有一天能重返地球,然而在这个谁的拳头大谁说了算了世界唯有拼命修炼......不停认识自身,了解规则,突破壁垒......岁月无声,回首漫漫长河,可否找回曾经的自己?有诗曰:昨夜西风凋碧树,独上高楼、望尽天涯路。欲寄彩笺兼尺素,山长水阔知何处...... 【无敌】+【女帝】+【心魔】+【单女主】 苏灿穿越后,和青梅竹马的林沐儿洞房花烛夜,眼看要进行到最后一步时,林沐儿觉醒了记忆,她竟然是女帝! 而苏灿穿越的这个世界,竟然只是女帝的心魔世界! 苏灿则是女帝林沐儿的心魔! 林沐儿和往常一样,回归现实修仙世界,却没想到,这一次,苏灿竟然和她一起回来了! 她的心魔就这样具现化了! 从此,女帝隐藏了身份在苏灿身边,开始了疯狂的养夫之路!深夜的酒馆,推杯换盏 和你喝酒的,究竟是人是鬼 没有归宿的灵魂啊 在这里,你将得到救赎
信息安全业务 信息安全产品培训班 网络营销广告策略分析 重庆信息安全评测 批量营销 品牌病毒营销案例 网络营销新媒体技巧 网络信息安全 从社会层面分析,-1 网站建设价目 国家计算机网络与信息安全实验室 什么原因意外咨询【www.richdady.cn】 有官司的自我保护【www.richdady.cn】 前世缘份的识别方法咨询【www.richdady.cn】 过世前可能出现的征兆【www.richdady.cn】 与男友前世的识别方法【www.richdady.cn】 婴灵的超度与慈悲心威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 缺心眼的环境影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 为什么过世的前世记忆【企鹅383550880】√转ihbwel 老公家暴的原因分析【σσЗ8З55О88О√转ihbwel 与公婆前世的影响分析【企鹅383550880】√转ihbwel 灵魂化解的意义【σσЗ8З55О88О√转ihbwel 婚姻生活不顺的解决方法咨询【σσЗ8З55О88О√转ihbwel 事业发展的灵性视角威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 解决孩子不爱读书的问题咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 去世的父亲的前世修行【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 去世的父亲的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 官司的调解技巧咨询【www.richdady.cn】√转ihbwel 特殊学校的课程设置【σσЗ8З55О88О√转ihbwel 前世缘份的化解方法【σσЗ8З55О88О√转ihbwel 去世的父亲的前世修行【www.richdady.cn】√转ihbwel 重庆大型的网站建设 个人信息安全指南 四川省信息网络安全 网站的管理 郑州网站设计专家 wap网站制作 美国网络安全攻防 广西网站建设公司 网站盈利 重庆信息安全评测 2015国家信息安全政策 建手机网站 京东商城营销页面 2012年国家下一代互联网信息安全 专项产品测试成绩 南昌网站定制 搜索引擎营销的含义与分类 营销网站建设 计算机网络安全资料 搜索引擎营销的含义与分类 网络安全的特色 网络营销未来的发展 宁波信息安全 优化:高效的seo社交媒体和内容整合营销实践及案例 pdf 网络营销最新书籍推荐国家信息安全研究中心 高校网络安全方案 网络信息安全 从社会层面分析,-1 网络安全法 评估 为什么要做事件营销 金牌网络营销 dw做网站 营销的优势 信息安全产品培训班 软件信息安全认证 2012年国家下一代互联网信息安全 专项产品测试成绩 政务网络安全 商务网站制作公司 2012年国家下一代互联网信息安全 专项产品测试成绩 为什么要做事件营销 信息安全认证技术 搜索引擎营销策略分析 聊城网站优化案例 批量营销 沈阳公司网站建设 网络安全实验教程(第2版) 推荐武汉手机网站设计 网络安全的特色 网站模仿 单页网站制作 网络营销创新模式 qq免费建网站 网站视觉 啥是网络营销 优化:高效的seo社交媒体和内容整合营销实践及案例 pdf 信息安全博览会,-1 网络安全控制技术 网络安全基金会 信息安全管理国家标准 网络安全法 评估 优势网网站access的程序出售.是wap网站.请问怎么给asp 手机信息安全保护论文 重庆大型的网站建设 网站建设流程案例 网站设计用什么字体好 网络安全技术机试 常州集团网站建设 网络安全资质 信息安全检测能力 网络营销广告策略分析 体验营销好处 网站内容 网络安全攻防比赛 平台信息安全管理办法 南昌网站定制 信息安全公司起名 计算机网络安全论坛 汉中网站建设 网络安全宣传周资料 网站怎么吸引人 网络安全资质 网站建设 小程序 信息安全资质有哪些 梧州网站设计 信息安全研究理论 网站模仿 最新的网络安全产品 网络信息安全最新技术 手机信息安全保护论文 信息安全研究理论 沈阳信息网络安全公司 信息安全与全栈 网络安全的专业版 沈阳信息网络安全公司 营销网站建设 手机网站制作时应该注意的问题 营销型网站建设案例分析 百元建网站 信息安全博览会,-1 甘肃网站建设 互联网营销教程视频教程 搜索引擎营销过程包括 网络信息安全组成员 全国信息安全考试时间 广州网站推广 什么是互联网新媒体营销策划 网络安全在线培训机构 沈阳公司网站建设 网站建设流程案例 中央关于网络安全 陈舒 福建省网络与信息安全测评中心规范网络营销 英语作文 营销团队队员介绍 甘肃网站建设 网站 设计 深圳 景区类网站 安阳网站建设 信息安全业务 中国网络营销论坛 营销的优势 云南全网覆盖式营销 网络安全工程 培训哪里好 信息安全业务 吕梁做网站 网络安全攻防比赛 日照网站建设 吕梁做网站 扬州网站建设 网络安全在线培训机构 华企立方网站 营销网站建设 网络营销广告策略分析 开县网站建设 中国电信网络信息安全 企业网站建设公司郑州 网络安全法 评估 海尔网上营销案例分析 高校网络安全方案