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 家庭关系咨询【www.richdady.cn】 婴灵的化解方法咨询【www.richdady.cn】 孩子不爱读书的阅读环境如何营造?咨询【www.richdady.cn】 强迫症【www.richdady.cn】 婚姻生活不顺的案例分享【www.richdady.cn】 邪灵【σσЗ8З55О88О√转ihbwel 感情纠纷的真实案例有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世老婆的前世影响咨询【www.richdady.cn】√转ihbwel 有官司的心理调适咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的修行方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 公司破产的应对策略咨询【σσЗ8З55О88О√转ihbwel 忧郁症的心理调适咨询【σσЗ8З55О88О√转ihbwel 耳鸣的解决方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心特别累的情感释放【微:qq383550880 】√转ihbwel 邪灵咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的原因有哪些?咨询【微:qq383550880 】√转ihbwel 婴灵的安抚有哪些技巧?咨询【σσЗ8З55О88О√转ihbwel 忧郁症的预防措施咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 邪灵的感应现象咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 灵魂化解的重要性【σσЗ8З55О88О√转ihbwel 微信营销和网站建设 番禺手机网站制作推广 亚洲第一营销网是什么 成都 网站设计公司 网络营销计划方案 网络安全文档 网络信息安全口令攻击 网络安全漏洞评估系统设计与开发 源码 公司网站建立教程 专注电子商务网站建设 医院信息安全方案 网络安全实验室 微网站建设包括哪些内容 g3营销系统官网 北京邮电信息安全 网络安全剧本 杭州网络安全公司排名 公司网站制作商 中企动力技术支持网站 婚纱摄影网站 专业的网络营销公司 网络安全体系建设方案 #NAME? 西安网站建设陕icp 营销经典 利用qq群做营销的缺点 网络安全指什么 上海营销型网站建设 深圳制作网站公司 长沙商城网站员工信息安全培训 医院信息安全方案 网站重购 四川省信息安全测评中心 深圳软文营销推广 广州 信息安全公司 上海高端网站设计公司 西宁网站制作 西宁网站制作 佛山微网站建设 网络营销体系 网络营销与策划培训 天津网站策划 信息安全包括的范围 网络安全事件2017 门户网站开发 email营销的一般过程 做网站的机构 南京网站优化 手机网络营销数据分析 有关互联网营销的点子信息管理信息安全 营销免费 长沙商城网站员工信息安全培训 网站响应式和非响应式 中企动力技术支持网站 医院信息安全方案 深圳哪里学网络营销 网络安全文档 番禺手机网站制作推广 泊头建网站 单位网络安全要求 深圳制作网站公司 网络营销成果 代理营销 搜网站网 网络安全国际峰会 河东做网站 网站建设客户问到的问题 套模板网站 成都网站开发 泉州网站设计 网络营销难吗 网络营销的作用意义 搜网站网 深圳哪里学网络营销 网站开发与建设 :国家网络与信息安全中心 自学信息安全 日照网站设计 上海 社会化营销公司 香港外贸网站建设 做网站的机构 网络安全漏洞评估系统设计与开发 源码 专业企业网站建设公司 宝安网站制作 网站建设经验心得 网络安全指什么 深圳整合营销费用 信息安全企业调查,-1 什么叫企业网站 扬州网站建设 深圳网站设计公司 职场信息安全 专业信息安全服务资质证书,-1 营销型网站案例 网络营销策划书 网络信息安全加固 网络安全 个人信息 网站插入地图 手机网站建设公司 专业企业网站建设公司 网络安全的保护技术 网络安全安全大会2015 信息安全企业调查,-1 中企动力技术支持网站 网络信息安全加固 成都公司网站设计 商城网站都有哪 些功能 自助做网站 网络整合营销推广 营销策划方案 框架 4P市场营销组合的特点 网络营销渠道策略 聚美营销 商城网站都有哪 些功能 营销经典 信息安全类实验室 :国家网络与信息安全中心 微信营销和网站建设 网站构建器 网络安全的保护技术 京东的营销理念 2011 网络安全 事件 家居营销网 天津网站策划 泊头建网站 网络安全资讯 婚纱摄影网站 营销策划方案 框架 五大营销系统 长春网站建设公司 四川省信息安全测评中心 有关互联网营销的点子信息管理信息安全 网站建设客户问到的问题 无锡网站制作难吗 网络安全的保护技术