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
网络营销培训信息安全管理 审核,-1长沙做网站品牌什么可以放置网站内容珠海品牌机械网站建设cisp ppt 中国信息安全测评中心国家信息安全宣传周国际营销网络建设金华安信信息安全检测技术有限公司无线局和网络安全大武王朝,邪异降临,诡异杀人于无形。 江夜携带修改器穿越。 燃血功+一气功,破极【炎阳神功】。 牛魔大力拳+十三太保横练,破极牛魔大力拳.真意。【牛魔真身】 狂风刀+黑虎刀法,破极【霸刀诀】。 疾风掠影+御风步,破极【御风隐形】轻功。 生死看淡,不服就干,这是一个以蛮力,武道,横推一切的故事。我出生于北方一个叫东南村的地方,坐落于村东头有座祠堂,除了爷爷外,从来没见人进去。我问爷爷里面有啥,爷爷说里面有妖怪,专门吃小孩。直到有一天……天道好轮回,原来谁也难逃一劫……宅男孙广如果没有选择,肯定守着自己的一亩三分田……但是老天给了机遇怎么也要搏一搏,试想一下,诸天万界有什么好玩的呢…… 神州大地,位面交叠,宗族林立。一位位自上古年代苟活至今的“罪人”,在这个属于天选者的世界里妄想搅动风云,追求那虚无缥缈的至上之路。 神州南域,尧天伫立。一代代天骄携尧天之力结束大混乱时代,然尧天枭阁阁主却神秘消失…… 十八年后,一位应劫之人自黎阳降生,闯向了那精彩绝伦的天选世界,万道争锋,谁为至上? 在未来,地球自然资源开采衰竭,人们决定前往几万米的地下开采一种新型能源,但是在地底下等待人类的,除了资源,似乎还有其他东西也在窥视着他们。 两年后,被军中战友称为“狂神屠灭者”传奇战神的特战兵王江晓如约归来,面对人事皆非的境况,该如何取舍,面对一步步浮出水面的暗黑真相,又该如何抉择! 世间的真爱该如何诠释,人间的正义又该如何解读。 孤儿江晓与独女简雯在一个城市读书,相恋四年,彼此深爱,毕业时江晓为追寻自己儿时便已植根内心深处的梦想做了一个让简雯无法理解也很难接受的决定,选择入伍。入伍临行前,两人定下两年之约。 两年后,成为特战兵王的江晓为两年之约离开了那片让他挥洒过无数血和汉承载着作为军人荣耀的火热军营。 回来后,却发现外面的世界已经不是自己认识的那个样子,简雯也变得如此陌生,所有的一切已人事皆非…… 不甘心的江晓不相信所看到的一切,化身“大侦探”的江晓随着调查的深入,一步步发现原来事情远没有自己想的那么简单…… 爱恨交织,黑白无道。 为守护爱和正义,江晓一步步走上了孤勇的战斗之路……异世觉醒却不知自己是远古主宰,却不知挚爱也身处异世 。 如蝼蚁却肩负重任 。 故人归红颜来,人生如飞驰终成大能 。 抵破灭创万世辉煌 。三国迷周宇,穿越到了身处东汉末年另一个名为周宇的身上。有意思的是此人和刘备乃是同乡,周宇心想自己看了三国这么久,也该在这英雄辈出的三国历史上留下浓墨重彩的一笔了啊。 古老的传说,神秘的田家井! 一声巨响,一片残垣断壁,见证了一段血腥的历史。 五百多年后的他从残破古井中进入一处空间裂隙,邂逅元末枭雄陈友谅之女陈飞飞,揭开了一段尘封的历史。他加入华夏国安八局并屡立奇功,战功赫赫的女友为了华夏北斗系统被CIA羞辱,从此他上碧落下黄泉,只为……一次意外的事故,主角和同事流落荒岛,众人绝望之际,最后看主角一步步带领大家不断的从求生走向开拓...
山西网站制作公司哪家好 太原网站建设公司 国际营销网络建设 广州微网站建设效果 合能营销公司 广州微网站建设效果 信息安全四级防护要求 企业网络安全系统 沈阳建设公司网站 网络安全的案件 阴间生活的前世缘分【www.richdady.cn】 3. 情感与心理咨询【www.richdady.cn】 投资项目的收益分析【www.richdady.cn】 感情纠纷的沟通技巧咨询【www.richdady.cn】 为什么过世的前世故事【www.richdady.cn】 与男友前世的影响分析【σσЗ8З55О88О√转ihbwel 外灵干扰对日常生活的影响【σσЗ8З55О88О√转ihbwel 孩子不爱读书的阅读环境咨询【微:qq383550880 】√转ihbwel 如何化解婴灵带来的负面影响?咨询【企鹅383550880】√转ihbwel 强迫症的自我提升【σσЗ8З55О88О√转ihbwel 学习成绩差的前世因果【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的故事与轮回威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 亲子关系的教育建议【企鹅383550880】√转ihbwel 长期失业对个人的影响【σσЗ8З55О88О√转ihbwel 为什么过世的前世修行【σσЗ8З55О88О√转ihbwel 为什么过世的前世解析【企鹅383550880】√转ihbwel 与老公前世的前世解析【www.richdady.cn】√转ihbwel 如何预防冤亲债主的干扰?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 缺心眼的心理调适咨询【微:qq383550880 】√转ihbwel 事业不顺的职场瓶颈如何突破?咨询【企鹅383550880】√转ihbwel 什么可以放置网站内容 360网络安全攻防实验室 中国网络安全 制度 信息与网络安全概述 信息安全的宗旨 网络安全几年一检 高校网络安全评估报告 网络安全技术实训报告 谷安 信息安全意识手册 内网网络安全 信息安全的重要性2017 互联网 与网络安全 盈利模式和营销推广 广东手机网站建设费用 企业网络安全系统 信息安全等级保护备案端软件 内网网络安全 简洁的网站 信息网络安全ppt 企业网络安全 ppt 网络营销Ar是什么 北京网站建设公司 企业网站需要响应式 如何做好网络营销投资 信息安全管理局 北京网站建设公司 工信部信息安全协调司 无人机网络安全 沈阳教做网站 开源网络安全软件 信息安全的cia 广东手机网站建设费用 国内网络安全新闻 云南微营销软件 广州微网站建设效果 金华安信信息安全检测技术有限公司 东莞企业推广网络营销 网站设计模板 信息安全管理 审核,-1 信息安全的重要性2017 网络安全漏洞解决案例 商网营销 合能营销公司 长沙建网站公司 美团外卖的网络营销 电子产品商务网站模板 cn网站建设多少钱 网络营销商家 网络安全技术培训视频 网上营销渠道 企业网络安全 ppt 南昌的网站推广公司 企业网站建立哪 单位网络安全等级保护工作部署情况 河南信息安全对抗赛 信息网络安全ppt 网站设计模板 珠海品牌机械网站建设 网神secfox网络安全管理系统v1.0有多少兆 信息安全有什么认证证书 网络安全专项检查 网络安全几年一检 国家信息安全宣传周 保定设计网站建设 国内f型网页布局的网站 企业网站建立哪 网络营销Ar是什么 内网网络安全 一键营销 2016近期网络安全事件 为什么通过关键词能找到网站.评价该网站却显示没被收录 外贸最热门营销方式 网络安全实验总结 cn网站建设多少钱 无线局和网络安全 网站制作设计 网站首屏 北京网站建设公司 布吉建网站 东莞 建网站 简述网络营销及特点是什么 直播营销节 信息网络安全热点 网络安全 政府 研究室 网络营销可信吗 cog信息安全论坛微营销有哪些功能 信息安全的宗旨 网神secfox网络安全管理系统v1.0有多少兆 2016近期网络安全事件 互联网+高校信息安全专题讲座 沧州网站制作 保定设计网站建设 搜索引擎营销的营销过程 信息安全研究什么? 青岛网站建设培训 内网网络安全 国内网络安全新闻 信息安全等级保护备案端软件 网络安全的问题 武汉商城网站制作公司 沈阳建设公司网站 网络安全 论坛 国家网络安全总局 信息安全相关技术 北京网站建设公司 网络营销实训ppt 网络安全 论坛 网络营销培训 论坛如何做病毒营销 信息安全的cia 网站设计模板 沈阳建设公司网站 中国网络安全 制度 网站制作设计 北京网站建设公司 中国石油信息安全网 盈利模式和营销推广 企业网络安全 ppt 国内f型网页布局的网站 网站建设策略 中国网络安全管理局 广东手机网站建设费用 无人机网络安全 单位网络安全等级保护工作部署情况 360网络安全攻防实验室 武汉商城网站制作公司 网络安全实验总结 云南微营销软件 网站建设心得 企业网站需要响应式 开源网络安全软件 淮南网站制作 网络安全等保测评 网络事件营销特点 信息安全有什么认证证书