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
Internet接入·网络安全伍佰亿官方网站2017网络安全热点事件篇高端网站愿建设福州搜索引擎营销网络营销实训课程ppt模板网站备案信息加到哪里互联网营销 行业简介伍佰亿官方网站2017网络安全热点事件问答营销的推广流程珠海专业网站建设价格在这片奇幻的大陆上,有着诸多的神明与拥有强大力量的人类与非人类,他们都拥有各自的文化与文明,在一切都有序的进行时,一场阴谋的风暴正在悄然接近......帮助美女上司摆脱陷害的黄非凡,成为公司派系斗争的棋子,被上司排挤到养殖场。 本就事业不顺,女友这时又跟着出轨,让黄非凡彻底跌入低谷,从事业到爱情遭受双重打击。 不过因为一次善举,让黄非凡彻底改变命运,开始时来运转,一路攀升。 最终从一个人人瞧不上的草根,成为众人逢迎巴结的大鳄! 且看职场小白黄非凡不寻常的崛起之路!可怕的咆哮声来自漩涡的中心 仿佛穿入地球腹部的无底深渊 置身于这雷鸣般的咆哮声中 绝望与刺激的魔力 将我指引吧古老的星球产生意志,世间在改变。矿洞奴隶一步步登山,上天,是运气也是实力。玄幻奇兽,不死的仙人,不朽的传承,周天星窍,外武内神,破魔斩妖杀邪,为众生,也为自己。任督相通,天人合一,再窥血脉,仙神不灭,化身规则,改变界道,永生永恒,万物起源之路。李一是个从小受过高等教育崇尚科学的人,虽然他祖父解放以前是个有名的阴阳先生,可他却从不相信鬼神之说,直到他遇到的一些诡异的事情后才改变了他的观念,靠着从其祖父那里得到的一本经书开始了他精彩的人生! 五年前,苏天宇一夕之间家破人亡,含泪将怀孕妻子赶出家门。 征战五年,他已经是黑暗帝国的王,一举一动牵动整个世界。 母亲被抓走,阿姨被恶犬咬死,当四岁大的小女孩颤抖着打通爸爸的电话…… 没人会想到,整个世界都会因为这通电话因为他的怒火颤抖。 一声号令,十大战王,无数冥域将士聚手,炼狱重现人间。 执子之手,君临天下,敢有违者,满门尽诛!结婚纪念日那天,我手捧鲜花,单膝下跪,等待我的,却是床底下爬出来的陌生男人! 婚姻的背叛,人性的贪婪,让我的心愈加冰冷... 最直观的去刻画婚姻家庭、人生百态,火烧风出品,必须精品! 赵紫宸穿越了,幸运的是获得了一个人气系统,而且还就职于女神赵颖颖的经纪公司。可是让他崩溃的是前世的女神赵颖颖如今却是他的亲姐姐,更加可气的是眼前公司还面临着倒闭的危机...... 面对前世的女神,这一世的姐姐赵颖颖陷入困境,赵紫宸选择毅然挺身而出,逆流而上,亲自来到赵颖颖的办公室的门口,抬手敲响了前世女神的办公室大门儿......青国大元帅:两国交战不斩来使,除非来的是金小宝。 皇圣祖:只要金小宝愿意,我的公主随他挑。 一品太傅:岂有此理,金小宝你别落我手里。 瑶池圣女:金小宝给我滚出来,你躲得了初一,躲不过十五! 二表姐:金小宝,你别躲,我就跺你一根手指头。 月女将军:金小宝,我这三千手下,随时可以为你上刀山下火海。【穿越】【爽文】【文道】 儒道文神作:【89章起飞,93章爆炸】 “天不生你林亦,万古文道如长夜!” 这是一个读书就能获得才气的文道世界。 林亦,读地球诗经、楚辞、汉赋、唐诗、宋词,养浩然正气。 才气杀人,口诛笔伐。 言出法随,文道成圣。
众筹网站建设 3g手机网站 博客群营销 创新的商城网站建设 苏州营销 中国信息安全测评中心官网 网站二次开发 上海网站建设在哪 信息安全实验平台 织梦网站图片代码 如何判断被冤亲债主干扰?【www.richdady.cn】 家宅磁场干扰的原因【www.richdady.cn】 什么原因意外的前世解析【www.richdady.cn】 学习成绩差的自我提升咨询【www.richdady.cn】 孩子厌学的环境影响【www.richdady.cn】 与男友前世的前世解析咨询【σσЗ8З55О88О√转ihbwel 感情纠纷的情感重建方法有哪些?【σσЗ8З55О88О√转ihbwel 事业不顺的真实案例有哪些?【微:qq383550880 】√转ihbwel 公司破产【企鹅383550880】√转ihbwel 感情纠纷的解决技巧【企鹅383550880】√转ihbwel 长期耳鸣可能是哪些疾病的信号咨询【微:qq383550880 】√转ihbwel 人际关系不好的心理调适咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家庭关系的沟通技巧【www.richdady.cn】√转ihbwel 为什么过世的前世影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女的职场发展【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心理咨询与灵性指导咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 亲子关系的共同成长方法有哪些?【σσЗ8З55О88О√转ihbwel 干扰的自我感知方法【企鹅383550880】√转ihbwel 意外事故的应急处理方法【企鹅383550880】√转ihbwel 婴灵的化解方法【σσЗ8З55О88О√转ihbwel 织梦网站图片代码 网络安全与信息安全的关系 建设手机网站包括哪些费用吗网络信息安全技术措施 信息安全犯罪事件,-1 国家注册信息安全咨询师 上海交通大学教授谈网络安全 织梦网站图片代码 asp网站运行时浏览器兼容模式为什么显示不了商品图片?极速模式可以 信息安全竞赛证书 高端网站制作 注册网址的网站 富阳网站建设 学最新网络营销多少钱 小网站建设 深圳全网营销 信息安全 2017 信息安全能考研吗 国家注册信息安全咨询师 深圳信息安全企业排名,-1 做一个营销型网站多少钱 搜索引擎营销的发展历史 网络视频营销案例 中国信息安全测评中心官网 广州建外贸网站 网络和信息安全专业 什么叫b2b营销模式 信息安全工程资质证书 高端网站制作 网络安全与信息安全的关系 营销环境分析的内容的有 福州搜索引擎营销 中央企业信息安全 企业网络与信息安全管理组织架构 伍佰亿官方网站2017网络安全热点事件 伍佰亿官方网站2017网络安全热点事件 企业网络与信息安全管理组织架构 seo营销优势 网络营销实训课程ppt模板 建设手机网站包括哪些费用吗网络信息安全技术措施 信息安全风险评估服务人员 怎么做微网站 政府网站信息安全系统 沂水做网站 郑州机械网站制作 中科院软件所信息安全 广东做网站 邵阳网站建设 分析企业网络营销环境分析 网站兼容 联想电脑网络营销 上海网站设计见建设 信息安全分类指南 案例营销 青岛网站建设找 3g手机网站 营销挖掘助手 广州建外贸网站 深信服网络安全 营销挖掘助手 网站兼容 营销型网页 响应式网站模版 织梦网站图片代码 合肥整合营销平台 宣传型网站 网络营销战略的步骤 徐州网站制作 信息安全测评联盟 微信公众号市场营销方案 网站建设图片 免费网站建站 昆山网站建设 营销型网站的例子 对网络系统而言信息安全主要包括信息的存储安全和信息的 互联网营销 行业简介 高端网站制作 信息安全等级测评报告 医院网站建设方案 信息安全实验平台 问答营销的推广流程 注册网址的网站 网络与信息安全会议,-1 广东做网站 3g手机网站 网络营销战略的步骤 病毒性营销的视频案例 网络与信息安全会议,-1 学最新网络营销多少钱 网络营销实训课程ppt模板 山西信息安全公司排名 学最新网络营销多少钱 网络安全22个行业 式网站 营销邮件免费模板下载 外贸网站建设公司咨询 营销网站与传统网站的区别 2 电子邮件营销案例 建网站首页图片哪里找 深圳信息安全企业排名,-1 网络营销环境特性 网络营销课程网站 网络安全22个行业 建网站首页图片哪里找 我国信息安全管理 信息安全实验平台 邵阳网站建设 工信部 国家信息安全研究中心 广州外贸网站建设 上海网站建设在哪 病毒性营销的方案 中山网站推广 asp网站运行时浏览器兼容模式为什么显示不了商品图片?极速模式可以 中央企业信息安全 做一个营销型网站多少钱 美国信息安全 大学 微博营销的特点有哪些 制作公司网站价格 国家注册信息安全咨询师 做一个营销型的网站多少钱 2017 网络安全会议 信息安全服务体系认证 众筹网站建设 网络安全实际案例及分析 创新的商城网站建设 信息安全应急响应时间 中央企业信息安全 小网站建设 互联网营销的基础理念 网站制作行业 问答营销的平台有哪些 四视图网站网络安全历史 山西信息安全公司排名 营销沙龙 信息安全 软件 问答营销的平台有哪些