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
信息安全保护等级三级信息安全服务资质网络营销促销的的定义北京网站制作全国大学生网络安全实战竞赛有哪些公司是营销公司做一个网站要多少钱红色网站建设禁忌网站商丘微网站蓝星, 赤乌系唯一已知文明,在宇宙中被视为资源最为丰富的星球之一。即便大多数文明会因为赤乌系外围的危险放弃掠夺,但依然有少数文明不远万里费尽心机前来侵略。曾经来到过蓝星的神给蓝星留下了基因武器,而这些基因的继承者将在这个世纪,展示出真正的实力......一个中土废材艺术家,获得了穿越神魔两界的能力,成为超级异能人,同时发生了一连串既可笑又匪夷所思的事情,打破了三界千年的机械化运作,重新恢复了人类世界的生机活力,找到了爱情和生命的真正意义。一个初入社会的普通大学生,如何凭借这自己的头脑和魄力,在传奇世界里掀开一页属于自己的传说。一名学生,经历商业洗礼 一个传奇,历练终成奇迹 到底如何,且看商业风云加入小黑屋全勤码字群,与群内好友一起加油码字星际时代,随着科技水平停滞不前,人类在与万族的争锋中遭遇大败。 内忧外患之际,有人通过一款直播节目,惊奇的发现,在流放重刑犯的星球中,竟然出现一个叫易辰的绝世天才。 他自创一门修炼方式,创造出了一套又一套不断颠覆人类各行各业,甚至能让人类寿命提升,进化成高等人类的功法。 为了能够偷学易辰创造的功法,全人类不惜代价,三十六计轮番上阵。 为了阻止人类进化成更强大的种族,万族和万族培养的内奸,也是手段用尽,千方百计的阻扰易辰创造出更强大的功法。 易辰,成为宇宙大战的风暴中心。 谁也没有想到,无论是偷师,还是成为易辰的绊脚石,都是需要付出代价的……遭遇背叛能够保持心态,遭遇绝境奋力拨开迷雾,遭遇不公执着于平等,遭遇低谷从未放弃,只为坚守那一份心中的美好描写想达到现实月高悬于空,星不见其影。 沉眠的暴君从历史中苏醒,漆黑的双翼划过破晓的黎明;巍峨古堡跨越了尘封的的记忆,矗立在洛尔维亚的群山之巅。 当头戴王冠的公主睁开双眼,从死亡归来的旅人重新握住剑柄—— 国王湖的水面不再平静,却依旧深不见底。大梦一场,穿越到1987年; 一次车祸,梦魇中喝了忘忧水; 一只修罗手套,重生到五百年前; 古墓中激活了古龙珠,唤醒七色混沌葫芦,开启系统传奇之路; 十五万铁甲齐上阵,竟无一是男儿身; 心念起,万水千山~ 心念灭,沧海桑田~ 一念~可成众生~ 一念~可成天神~ 红尘砺剑心,沧海一笑间, 乾坤一剑平,万古啸青天, 笑傲宇宙巅,星空化自在~~
中国大学信息安全 厦门成品网站 网络营销课程的ppt 社会化营销的特点 红色网站建设 广东网络公司营销排名 网络营销公司做什么的 网络营销的基础与实践 政府网络安全解决方案 网站设计建设 武汉 前世今生的缘分解读咨询【www.richdady.cn】 祖灵咨询【www.richdady.cn】 大龄剩女的社交技巧【www.richdady.cn】 婴灵的前世记忆咨询【www.richdady.cn】 冤亲债主干扰的表现【www.richdady.cn】 前世今生的轮回转世【σσЗ8З55О88О√转ihbwel 升迁障碍的职场突破【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的重逢有何迹象?咨询【企鹅383550880】√转ihbwel 迟缓儿的环境影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子抑郁症的家庭支持【www.richdady.cn】√转ihbwel 财运不佳的前世因果【微:qq383550880 】√转ihbwel 如何克服升迁障碍?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心慌胸闷头晕的自我提升咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 升迁障碍的职场策略【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 升迁障碍的职场策略咨询【www.richdady.cn】√转ihbwel 什么是婴灵?咨询【σσЗ8З55О88О√转ihbwel 莫名其妙感伤的原因分析咨询【企鹅383550880】√转ihbwel 财运不佳的自我提升【微:qq383550880 】√转ihbwel 前世老婆的前世修行咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心特别累的原因分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 广州 网站建设公司 哈尔滨网站设计公司 医院网站建设方案 模板板网站 网络营销的基础与实践 旅游网站设计 旅行社网站模版 提供常州网站建设 乌鲁木齐网站制作 定制型网站 中国大学信息安全 网站后台开发 郑州网站托管 网络营销就业方向 茶叶广告营销案例 北京网站建设公 专业的营销网站建设公司排名 哈尔滨网站设计公司 医院网站建设方案 模板板网站 网络营销的基础与实践 旅游网站设计 旅行社网站模版 李宁网络营销策划书 中国信息安全公司排名 信息安全专业考什么证 昆明网络营销实战培训班 内容营销优点 信息安全控制基础原则 社会化营销的特点 东莞网站优化公司 建设企业网站的意义 病毒营销的策略 网站建设 福州 电子营销书 中央信息安全管理中心待遇,-1 营销型平台网站 购物网站建设公司 互联网信息安全要求,-1 网络营销就业方向 做一个网站要多少钱 怎么学网络整合营销 定制型网站 2015信息安全会议 绵阳的网站制作公司哪家好 金盾网络安全 小红书内容营销 国外素材网站 龙岗网站建设 信科网络 网络营销网 网站流程图 全国大学生网络安全实战竞赛 营销有哪些职能 怎样办网站 网络营销有什么策略 网上营销有哪些渠道 网站设计建设 武汉 专业 信息安全,-1 烟台网站制作 营销第一网 大型网站开发 网站怎么加背景音乐国家信息安全成果产业化基地 2015信息安全会议 公司网站建设总结 微信网站模板 上海网站制作顾问 乌鲁木齐网站制作 国有企业信息安全制度 上海网站制作顾问 烟台网站制作 网络营销师在哪里报考 模板板网站 深圳网站设计 网络营销促销的的定义 厦门成品网站 系统上线信息安全培训,-1 e mail营销的流程 网络安全与攻防项目 饥饿营销弊端 专业的营销网站建设公司排名 织梦网站图片代码 东莞网站优化公司 制定网络营销策略须考虑 成都 信息安全 工作 南京网站推广 建设企业网站的意义 公安部信息安全监察 商丘微网站 网络推广营销公司 网络营销推广软件 家居企业网站建设新闻 政府网络安全解决方案 网络合作分享营销 微信网站模板 系统上线信息安全培训,-1 网站建设 福州 网络信息安全行业企业 网络营销网站 国外素材网站 特色营销的要素 网络营销网站 工信部 信息安全中心 4r营销书 提供常州网站建设 中国大学信息安全 信息安全保护等级三级 病毒营销的策略 6月1日 个人信息安全 深圳创想营销文化传媒有限公司 深圳网站建设服务公司 郑州网站托管 营销第一网 旅行社网站模版 网络信息安全培训招生简章 网络营销能力秀群 中国信息安全认证中心特点 网络信息安全行业企业 织梦网站图片代码 伍佰亿官方网站 网络营销公司做什么的 北京网站建设公 企业手机网站建设流程网络安全研究院 互联网信息安全要求,-1 青岛设计网站的公司 中国大学信息安全 网络营销的组合 定制型网站 中国信息安全认证中心 青岛设计网站的公司 安全威胁信息安全,-1 小红书内容营销 中国信息安全公司排名 国家信息安全甘肃招聘 旅游网站设计 网络信息安全培训招生简章