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
微信网站制作衡水网站制作公司哪家专业信息网络安全 法规机械营销策划案微信支付 网站建设网络安全的专业上海的广告公司网站建设wifi无线网络安全意义营销公司 上海E校园营销推广方案网络营销的三个方面他,没有大理想,只想与自己心爱的人执子之手,与子偕老,然而人在江湖,身不由己,由不得他置身事外。阴谋,阳谋,接踵而至,躲不过,唯有拨剑而起,血战到底。重新迈上短跑赛道,不负韶华以梦为马,打破人种荒谬论言,化身亚洲黄色闪电,不断挑战自我极限,战胜诸国众多强敌,程威欧美世界赛场,创造诸多记录奇迹,树立短跑历史丰碑,扬我华夏健儿雄姿,只为挥洒男儿热血,折桂夺冠身立高台。昊天穿越到了充满修士的世界,人类的唯一死敌凶兽行遍大陆自称兽神的子民,昊天意外解锁诸天万界捡属性系统帮助人类消灭凶手 兽神:“昊天才是神,我算什么神,我顶多算个小弟罢了” 林炎:“昊天是我永远的心魔,永远的噩梦” 天道:“这个宇宙我说的可不算,昊天说的才算”处在人生最低谷的杨锦川惨遭女友的抛弃,接着又是和爷爷阴阳两隔,近乎崩溃的他,不小心终止了自己的生命。 都说上帝关了这扇门,就一定会为你打开一片窗,他带着前世的记忆穿越到了另一个世界,本以为是神话般的修仙世界,不料却是一个普普通通的冷兵器时代,可…看似普通的世界,隐隐中却在暗藏着什么……穿越遇到兵灾,城外人食人。 世道兵荒马乱,我只想和逃难来的小婢妻努力活下去。 本胖子,天下无敌,一本茅山遗书在手,一身肥肉做盾,诛邪退避,百妖臣服穿越武道世界,江北意外觉醒捡属性系统,可以通过捡取他人身上掉落的属性而提升自己。 于是...... 你拾取了力量*0.6。 你拾取了速度*0.4。 你拾取了体质*0.6。 你拾取了悟性*0.1。 你拾取了基础剑法*50、基础拳法*30、基础腿法*30,你学会了基础剑法、基础拳法、基础腿法...... 你拾取了....... 若干年后。 武道世界遭遇域外强者入侵,人类不敌节节败退几近亡族。就在这时,一家武馆内走出一名武馆学徒,横推众多域外强者,救人族于水深火热之中。如果你正在读这段话,你已经昏迷了很久了,我们不知道这段信息会出现在你梦境的哪个阶段,但我们真心希望你能看到,请赶快醒来!数十万年以来,神秘的无间界吸引了天地间无数强者,但是凡进入者无一人能重返,不,或许有一个,只是浑浑噩噩额的活着罢了。 相隔万年再相见,叶衍已不是曾经,她也不是她了。 终有一天,我会打破你的梦魇,然后你的世界就只剩下我了” 一代绝世剑神跨越时空归来,只为心中所在意的人,再战诸天。一个重度抑郁症患者在40分钟内构筑出来的世界。连续几个网站都因为内容阴暗受到了制裁,希望能够在这里得到新生。
美国信息安全厂商 视频网站费用 中国公安局网络安全 网站 托管 iphone网络安全 网站中木马怎么办 更新网站内容有什么用 wifi无线网络安全意义 反思维营销 网站建设的 感情纠纷的沟通技巧【www.richdady.cn】 去世的父亲的前世解析咨询【www.richdady.cn】 投资项目的风险评估【www.richdady.cn】 外灵干扰的前世故事【www.richdady.cn】 家庭关系的自我提升咨询【www.richdady.cn】 前世缘份如何影响人际关系?咨询【微:qq383550880 】√转ihbwel 耳鸣的案例分享【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 发育倒退的前世因果咨询【企鹅383550880】√转ihbwel 存不住钱的案例分享咨询【σσЗ8З55О88О√转ihbwel 与女友前世的前世解析咨询【企鹅383550880】√转ihbwel 存不住钱的心理调适咨询【企鹅383550880】√转ihbwel 不爱读书的心理调适【微:qq383550880 】√转ihbwel 人际关系不好的案例分享【σσЗ8З55О88О√转ihbwel 老公家暴的环境影响【www.richdady.cn】√转ihbwel 孩子不爱读书的阅读习惯咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子不爱读书的阅读计划如何制定?咨询【www.richdady.cn】√转ihbwel 冤亲债主的干扰案例咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 外灵干扰的心理调适威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子学习不好的案例分享威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 发育倒退的环境影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 网站备案需要什么 为什么要网络安全 信息安全征文,-1 国家信息安全测评信息安全服务资质 中国网络安全大会2014 台州网站建设 芜湖网站优化 秦皇岛网站制作 信誉好的龙岗网站建设 信息安全等级在哪查询 山东企业网站建设 做网站设计服务商 网站建设的目标有哪些 饥饿营销的 建网站公司 湖州网站设计 网络安全测试 提高网络营销的能力 以网络安全为主题文章 网站模 清华本科信息安全 首页营销 设计 网站 珠海网站建设哪家好 更新网站内容有什么用 教委高校网络信息安全 香港外贸网站建设 信息安全违规案例分析 传统市场营销包括哪些方面 基于h5的个人网站建设 网络营销计划 案例分析 信息安全风险评估指南 gb 网站建设教程 网站建立需要多少钱 黑客做网络安全怎么挣钱 营销发展趋势 网络安全的专业 网络安全宣传周信息 顺的品牌网站建设 iphone网络安全 网站长尾词 顺的品牌网站建设 无锡企业网站制作公司 物流行业网站建设方案 美国信息安全厂商 广东 网络安全空间协会 信息安全业务 京东的市场营销战略 推广类网站 南通网站建设 泉州网站设计 网络安全情况 逛信息安全论坛 乌鲁木齐网站建设 php语言的网站建设 第三方人员安全 信息安全问题 清华网络安全哪个教授 网站设计手机型 厦门免费建立企业网站 国家网络安全部 社会化口碑营销 自已建网站 乌海网站建设 北京网络安全技术大赛 信息安全服务安全工程类一级资质 清华本科信息安全 如何加强移动网络安全 网站 托管 廊坊网站推广 信息安全服务安全工程类一级资质 信息安全学 两会网络安全 信誉好的龙岗网站建设 信息安全学 整合营销传播 缺点 山东响应式网站建设 信息安全就业好吗 无锡企业网站制作公司 分析营销环境 网站建设教程 黑客做网络安全怎么挣钱 wifi无线网络安全意义 做网站报价 信息安全征文,-1 湖州网站设计 网络安全现状及前景 网站怎么建 企业网站 三合一 物流行业网站建设方案 视频网站费用 电商营销软件有哪些 网站建立需要多少钱 外贸建网站 分析营销环境 中国公安局网络安全 信息安全应急处理服务资质认证 教委高校网络信息安全 网络营销学科论文 备份 网络安全审计技术 黑客做网络安全怎么挣钱 中国网络安全大会2014 信息安全技术 交换机安全技术要求,-1 百度知识营销广告语 逛信息安全论坛 搜索引擎营销包括什么作用营销策划技巧 做电商的网站 信息安全应急处理服务资质认证 免费个人网站申请 信息安全等级保护方案院校,-1 网络安全加固方案 网站 托管 黑客对网络安全的影响 it系统开发新技术展示探讨系列课程it信息安全课程 信息安全研究中心 网络安全管理系统 公安 专注电子商务网站建设 深圳做网站的公司哪家好 企业网站建站元素 服装网络营销案例 建网站公司 209国家信息安全专项 网络安全规划拓扑 趋势科技网络安全证书 百度知识营销广告语 为什么要网络安全 网站建设的 外企应对 信息安全 营销公司 上海 网站建设的目标有哪些 外贸建网站 信息安全技术 交换机安全技术要求,-1 it系统开发新技术展示探讨系列课程it信息安全课程 网站中木马怎么办 山东响应式网站建设 上海的广告公司网站建设