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 in Bootstrap utilizes 12 columns that render out at widths of 724px, 940px (default without responsive CSS included), and 1170px. Below 767px viewports, the columns become fluid and stack vertically.

<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

p>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="span6">
        Level 1 column
        <div class="row">
            <div class="span3">Level 2</div>
            <div class="span3">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>

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>

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: 767px) { ... }
  /* Portrait tablet to landscape and desktop */
  @media (min-width: 768px) and (max-width: 979px) { ... }
  /* 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 hiding 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
信息安全服务资质名单企业网站建设技4.许可e-mail营销的三大基础是什么?分别解决哪三个问题?4.许可e-mail营销的三大基础是什么?分别解决哪三个问题?酒店的宽带网络安全吗?广州网站开发这样建立自己的网站网站建设外包网络营销策划方案案例网络整合营销谁提出的  叮!成功绑定最强昏君系统,尽情的败坏国运吧!   当人皇哪有当天帝爽!?   这江山社稷美人皇权,不要也罢!   “小江子,你现在都是武林至尊了,什么时候祸乱苍生啊?”   “爱妃,你快点起兵谋反啊!”   “陛下乃是千古圣君,我等必将鞠躬尽瘁死而后已!”   无语!朕何时能成天帝? 如果除去天生阴阳眼的话,我的前半生应该是普通的不能再普通了,但自从那天之后,我墨色的生活被染上了色彩。周淼穿越平行时空,开局就陷入了诡异循环——每天不断被恶鬼追杀,又不断重生,但总是活不过一天。 诡异入侵,轮回将灭,妖鬼横行,魔神复苏…… 他一边挖掘怪异事件背后的真相,赚取功德点,获取奖励!又一边利用无限循环的bug,不断重建轮回秩序,将刚有复苏迹象的邪神按回地底来回摩擦!写手一个,喜欢随手写一些玄幻类型,如有指教请来。这一本书, 我想写给。 正在熬夜看书的你。 喜欢刨根问底的你。 热爱拆字找茬的你。 探索作者暗示的你。 …… 和正在看简介的你。 欢迎你, 我的朋友。灵气复苏,几千年前险些毁灭一个文明纪元的黑潮再次降临,传说中的神兽也接连苏醒,灵兽灵药如雨后春笋般不断出现。 获得白泽传承的少年,面对汹涌的黑潮和险恶的人心,究竟该如何守护自己珍视之人。误入修仙世界,只想苟活于世,却不想误入阴谋之中。 推进前路的,不仅仅是幕后黑手…… 还有隐藏的,深处的未知末日降临,仙凡佛圣人神难逃。 在人间历劫任务完成后,玉皇大帝的二皇子凤赫回归天庭。随之而来的是魔界入侵天堂,天庭自顾不暇,无力救援,从此掀起了天堂和天庭的大战。 末日降临,诸天陨落,诸世受难,诸神黄昏。地球人间成为各界的必争之地!时间在无尽的岁月中流逝,我已不知我是谁。我唯一知道就是活下去,我已经快找到这该死的空间的漏洞了,再坚持一会……李文重生成了一颗灵气复苏时代的柳树,这个时代强者横空绝世,坐镇一方。   异兽咆哮山河,占地为王。   还好有进化系统无限强化自己,自身的生命灵液让万灵不断进化。   结出来的生命果实让无数生命疯狂。   有人称他为树神拯救一方生命,有人更愿意叫他魔树,树根一出抽取数万里精华……
水资源营销 网络营销策划方案案例 百度信息流营销顾问 移动营销网 网站策划图 web网络安全 营销的种类 北大营销课 外贸网站的建设 国家信息安全漏洞共享 如何克服“缺心眼”的问题咨询【www.richdady.cn】 如何发现前世缘份【www.richdady.cn】 性压抑的自我提升咨询【www.richdady.cn】 缺心眼的表现及成因【www.richdady.cn】 与女友前世的前世修行【www.richdady.cn】 营养不良导致的头脑混沌咨询【微:qq383550880 】√转ihbwel 事业不顺的职场瓶颈如何突破?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 亲子关系的心理建设【σσЗ8З55О88О√转ihbwel 感情纠纷的解决技巧咨询【企鹅383550880】√转ihbwel 前世缘份的轮回续缘咨询【微:qq383550880 】√转ihbwel 忧郁症的案例分享咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主干扰有哪些常见症状?咨询【www.richdady.cn】√转ihbwel 升迁障碍的职场建议【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的原因分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老公的前世缘分【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老公的前世影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的咨询技巧【微:qq383550880 】√转ihbwel 内心恐惧胆怯的原因分析【www.richdady.cn】√转ihbwel 有官司的调解技巧【www.richdady.cn】√转ihbwel 与公婆前世威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 广汉网站 电商网站开发 信息安全阶段,-1 郑州个人做网站 济南网站制作设计公司 商业信息安全 信息安全服务资质名单 廊坊设计网站公司 网络安全网关信息安全有什么认证 广州网站开发 国网信息安全 衡水企业做网站 学网络营销费用 网站备案流程 全国信息安全考试 牡丹江网站建设 广汉网站 电商网站开发 信息安全阶段,-1 郑州个人做网站 济南网站制作设计公司 商业信息安全 信息安全服务资质名单 廊坊设计网站公司 广州网站开发 p2p网站建设 网站盈利 广汉网站 网站备案流程 什么是企业营销网站 个人网站设计 商业信息安全 赣州做网站 信息安全等级保护分为 迭代思维 营销 网络直复营销案例分析 网络安全的基本目标不包括属于信息安全产品的有 网络营销的市场定位 长春制作网站 信息安全行业百强 咨询手机网站建设平台 昆明优化营销 山东网络安全 无锡网络公司可以制作网站 为什么说信息安全是一项系统工程 信息管理与信息安全实验室 水资源营销 青岛模板化网站 营销班 做一个网站要多少钱 网站做成软件免费 北大营销课 上海企业网站建设 饰品网站建设 网站如何推广 网络营销策划方案案例 河北网络安全事件 网站做成软件免费 国家信息安全管理的主要规定包括,-1 网络安全的基本目标不包括属于信息安全产品的有 清华信息安全实验室 2014科研工程师 中国国家信息安全测评认证中心 广东在线网站建设 网站顶部 深圳全网整合营销 linux网络安全设置 web编程网络安全 网站怎么设置支付 衡水企业做网站 网站盈利 网络安全界人士如何处理 肥城网站制作 信息安全指标 网络安全播报 网络营销新方式 信息安全平台 信息安全咨询 资质,-1 长春制作网站 网站顶部 网络营销网站功能 肥城网站制作 泰安网站开发 界面营销 网络安全网关信息安全有什么认证 学校网络信息安全管理组织机构 深圳 网络安全 产业 信息安全与服务 长春 建网站 网络营销与策划(实践) 河北网络安全事件 定制型网站 网站内容建设 广汉网站 网站策划图 梧州网站设计 商业网站建设 win10 360网络安全防护 牡丹江网站建设 北大营销课 网际天娇信息安全技术服务 网络营销的市场定位 廊坊设计网站公司 重庆市网络安全 网络安全主体检测平台 百度信息流营销顾问 网络营销广告 企业手机网站建设流程 定制型网站 济南网站制作设计公司 济南网站制作设计公司 商业网站建设 亚太网络安全 网络安全主体检测平台 网络安全大会 数据 个人信息 互联网营销的流程 什么是企业营销网站 企业营销助手 电商网站开发 有关网络安全的电影 信息安全学编程 济南外贸网站建设 网络营销与策划(实践) 网络整合营销谁提出的 网络营销的国内外研究现状 国家信息安全漏洞共享 全国信息安全考试 网站的排名和什么因素有关系 公司网络安全管理 赣州做网站 国家信息安全管理的主要规定包括,-1 网络安全网关信息安全有什么认证 做网站公司广州 网站盈利 信息安全等级保护分为 信息管理与信息安全实验室