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
信息安全技术 专科厦门做网站培训营销策划基础知识网络安全英文文献网站入口设计规范h5制作企业网站有哪些优势大数据信息安全分析师东莞网络营销培训网站提供商戴尔网络安全上海研发中心 诸子百家,以身正道。入众生以正道,出红尘已修心。贵以身为天下,乃可寄天下;爱以身为天下,乃可托天下。红哥是传奇游戏中的一头红野猪,因一次意外事件获得了传奇外挂一枚,原本只想升职加薪、当上业务主管、迎娶白野猪的他,从此打开了新世界的大门天行健君子以自强不息,地势坤君子以厚德载物,本欲碌碌一生,奈何世事无常,是向前披荆斩棘,还是任人鱼肉,且看主角在红尘滚滚中如何取舍,亲情,友情,爱情 恩义,众生百态,如何面对,新世界如何创造,旧规则怎么修改,红尘路远,行者无疆 小说情节纯属虚构,如有雷同,请多谅解人生如梦,梦如人生,真真假假谁能分清,楚衍一名寿终正寝的地球人,意外穿越平行宇宙,成为天启界学院的一名学生,却遭遇了生平未见的种种奇事。作品讲述的是一个走投无路的人向死而生的过程。由于种种离奇的机缘与遭遇,被迫踏上自己从未想象过的奇妙旅程,最终他的命运会是如何?是生?是死?...当天空如同打碎的镜面片片碎裂,太阳消失,漫天空布满了磷火;那是黑灼再一次临近大地!神佛早已不在;唯有握紧手中的晶核,开启一次又一次的进化;至于那些善良还是早些喂狗吃了吧,不然荒郊野外的尸堆中迟早会有你的一席之地。一介凡人妄图与天争个高低,实在是可笑至极,待看这天如何折磨这一介凡人。 我欲红颜斗万法,奈何苍天逆枉情。 【逆苍玄】有声读物已经开始更新,漫画版也在制作当中,敬请期待永恒真神经过背叛,重生霾魂吞噬人的生魄,被吞噬的人将会被永远遗忘,而御祈师承担着保护人类的责任,将无数人拯救。 在保护者与被伤害者的身份之间,悲痛中成长的叛逆少年宁介拥有保护人类的御祈师身份。 将宁介拉出悲痛记忆的强大御祈师柳柔突然失踪,仅留下一个铃铛。 身世成谜的男人缠上宁介,不知是敌是友。 柳柔去了哪里,男人的身世和铃铛到底藏着什么秘密......天道有缺,世间最强体质神魔霸体被天道所摒弃,十五年忍辱,终将迎来曙光! 大道枷锁自束己身桎梏又如何?我自当逆战苍穹,笑傲九重天,神挡杀神,佛挡弑佛,逍遥天地间! 一日破关,我为尊,一拳荡寰宇,一脚山河溃,一静万物生,一动诸天陨,一念可化阴阳轮回,一念可镇压永恒万古! 我为太古第一神王,天骄至尊皆是我帝路上尸山血海! 我当以一双铁拳,粉碎诸天万界,天道也不行!
信息安全技术 应用软件系统安全等级保护通用测试指南 互联网信息安全的解决最终还是要 2016年429网络安全 房地产网站建设解决方案 互联网营销特点 广元网站建设 大连网络营销策划公司电话 信息安全技术 专科 重庆整合营销哪家强 茂名网站设计 升迁障碍的职业发展如何规划?【www.richdady.cn】 无形干扰【www.richdady.cn】 邪灵咨询【www.richdady.cn】 升迁障碍的职业发展咨询【www.richdady.cn】 有官司的法律咨询【www.richdady.cn】 意外的前世记忆【www.richdady.cn】√转ihbwel 婚姻生活不顺的心理调适【微:qq383550880 】√转ihbwel 缺心眼的案例分享咨询【σσЗ8З55О88О√转ihbwel 前世今生的缘分如何解读?咨询【微:qq383550880 】√转ihbwel 事业不顺的原因有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的因果关系咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 发育倒退的解决方法咨询【微:qq383550880 】√转ihbwel 心特别累的前世因果咨询【企鹅383550880】√转ihbwel 长尾词【企鹅383550880】√转ihbwel 特殊学校的环境影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 儿子不读书的原因分析咨询【微:qq383550880 】√转ihbwel 前世缘份的解读方法咨询【www.richdady.cn】√转ihbwel 升迁障碍的前世因果咨询【www.richdady.cn】√转ihbwel 自闭症的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 网络营销学徒靠谱吗 网络安全 报告 台州做网站优化哪家好 国有企业网络安全 购物类网站建设方案 戴尔网络安全上海研发中心 淘宝护肤品的营销策略 飞塔网络安全专家 网站做成软件免费 东莞网络营销培训 网站如何优化 信息安全属于什么行业协会 网络安全手机 网络信息安全公众号 网络营销环境ppt 中国网络安全面临本质性威胁 佛山网站建设怎么做 网络安全 报告 台州做网站优化哪家好 国有企业网络安全 购物类网站建设方案 戴尔网络安全上海研发中心 淘宝护肤品的营销策略 飞塔网络安全专家 网站做成软件免费 东莞网络营销培训 网站如何优化 信息安全属于什么行业协会 网络安全手机 网络信息安全公众号 北京微信营销培训班 信息安全基础设施标准 网络安全 指标 关注网络信息安全 信息安全技术 专科 网站靠什么 网络营销环境包括哪些内容 山西网络安全赛 网上推广营销方式 pc端营销的概念 制作网站的软件 厦门做网站培训 网站靠什么 中国网络安全面临本质性威胁 北京市网络安全局 厚街网站建设公司 网站色调为绿色 广东南方信息安全产业基地有限公司 网站没备案 网络安全 会议论文 福州网站建设公司 建网站知识 网络营销学徒靠谱吗 2016年429网络安全 超低价的郑州网站建设 网络营销理论渊源 创发科技信息安全方针 g20峰会网络安全 网站建设 北京 网络安全法 元年 中国网络安全面临本质性威胁 烟台做网站 定制类网站营销性软文 网站没备案 网站入口设计规范 数字信息安全 网站呢建设 常州企业网站建设价格 湖南衡阳网站建设信息安全等级保护管理办法 什么是线上营销模式 《网络安全》2017 2016 网络安全ppt模板 互联网营销特点 网络安全 指标 常州企业网站建设价格 信息安全 公司排名 国有企业网络安全 网络营销环境包括哪些内容 营销推广软件诈骗 超低价的郑州网站建设 高端的平面设计网站 推广和营销 信息安全竞赛题 图片隐写题 无锡微信营销外包 最好网络营销公司 网络管控和信息安全,-1 国家对网络安全的政策定制型和模板型网站 2014网络安全报告 亚马逊网站营销策略 信息安全理论知识竞赛 网站设计公司北京 信息安全 韩国,-1 信息安全中ids什么意思 广州营销推广报价 广州营销推广报价 关注网络信息安全 网站建设公司价位 中国网络营销前景分析 门户网站 网络安全 ossim 信息安全管理系统 优秀网站设计欣赏 重庆网站优化排名 飞塔网络安全专家 工业信息安全产业联盟 建立网站的步骤 东莞网络营销培训 网络安全 指标 南京搜索引擎推广营销策划 信息安全基础设施标准 做网站公司广州 购物类网站建设方案 重庆网站建站价格 房地产网站建设解决方案 湛江做网站 个人信息安全评估办法 网络管控和信息安全,-1 什么叫做网站维护 长沙微网站电话号码 网络安全 报告 潍坊网站托管 网络营销竞争策略 网络安全 大讨论 网络信息安全讲座报告 茂名网站设计 开发网站的步骤 网站没备案 网络营销的定义zac 飞塔网络安全专家 简述网络安全的目标 中国网络安全委员会 网络营销都包涵哪些 网站主持 自助建网站 信息安全好的公司排名 合肥网站制作公司