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
张家港早晨网站建设外贸网络营销主要营销方式信息安全基础课程简介网络建设与网站建设信息安全泄密案例营销步骤信息安全管理与相关技术网络安全工作动态信息网络安全公安部重点实验室上海平台网站建设公司排名无尽大陆拳之斩道者,于无上之地被出生入死五位战友陷害。 重生后的他,携带无尽大陆天空之城至宝再活一世。 这一世!六合八荒拳所开之处无一人争锋。 我辈拳法可以弱,争胜之势可以输,唯独这一身拳意绝不可退! 唯有不断的挥拳,才可变的更强!当亲情友情的破灭,将觉醒第二人格什么能力...机缘巧合下,林星得到了神针空间,空间里有用不尽的灵水。 灵水喷洒过的果树,果子美味。 灵水种出来的花草,品相极佳。 灵水浇灌过的药材,价值翻倍。 除了种田,神针还有别的功能等待林星一一开发! 守着山头种树养花种草,养只看家猫,林星的小日子过得不要太滋润。 三番四次偶遇大明星顾若曦,她有一个林星的秘密…… 如果除去天生阴阳眼的话,我的前半生应该是普通的不能再普通了,但自从那天之后,我墨色的生活被染上了色彩。宇宙广袤无垠,充满未知与神秘…… 生命的种子隐匿散落于角落中,它们暗自发展,走向蓬勃…… 谁是,偷偷开启了抑制基因的枷锁,悄悄解开了万物的束缚…… 万物在进化的道路上急速演变…… 三千大种族族、万千世界、从此走向了历史的舞台…… 这是故事?这或许更是一本史记,一部讲述他生平沧海一束的残篇而已……《殖民计划》是台湾光谱公司在1996年开发的一款集模拟建设、经营、战斗为一体的策略类游戏。游戏中的地点是火星开发,主人公拽无痕从一个寂寂无名的小人物,逐渐发展成为富甲一方的城市富翁,故事从这里开始了……射程之内便是真理! 一切恐惧来源于火力不足! 当有金丹期修士在你面前耀武扬威,那你只需要拿起手里的大狙,和他好好讲道理! 当你不小心得罪一个宗门,那火力覆盖,饱和式打击你一定要试试。 什么?化身老怪组团来搞你?那这颗大当量核弹一定能告诉他们什么叫“世界核平”一场意外,一次新生,宿命的选择,一次次轮回,是己有的东西还是未有的吩争。最后还是屈服了命运,哎………神降谕旨,曰:“跪下!” 一众大能下跪新人右一 右一暗道:“吾命休矣!”这是生与死的界域。亡灵国度中究竟隐藏着什么? 这是陈永元的轮回,我是世界的轮回 且看他如何从亡灵世界中寻找自我的真谛
张家港早晨网站建设 大学信息安全例子 浙江网络营销好的公司 网络安全中心 90信息安全 国家信息安全工程研究中心 中央信息安全学院,-1 信息安全泄密案例 如何学习网络安全的知识 信息安全应急响应中心 意外的原因分析咨询【www.richdady.cn】 前世今生的缘分揭秘【www.richdady.cn】 前世缘份的前世修行【www.richdady.cn】 意外的原因咨询【www.richdady.cn】 儿童发育倒退的原因【www.richdady.cn】 化解咨询【www.richdady.cn】√转ihbwel 财运不佳的财运提升【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 去世的父亲在哪【微:qq383550880 】√转ihbwel 人际关系不好的沟通技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主干扰有哪些常见症状?咨询【σσЗ8З55О88О√转ihbwel 有官司的法律援助【企鹅383550880】√转ihbwel 前世今生的缘分揭秘【微:qq383550880 】√转ihbwel 投资项目的风险评估【微:qq383550880 】√转ihbwel 前世老公的前世案例【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 灵魂化解的仪式【www.richdady.cn】√转ihbwel 心特别累的前世记忆【企鹅383550880】√转ihbwel 缺心眼的解决方法咨询【企鹅383550880】√转ihbwel 孩子学习不好的家庭教育威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 强迫症的治疗方法咨询【σσЗ8З55О88О√转ihbwel 事业不顺的自我提升【σσЗ8З55О88О√转ihbwel 网络营销网站推广 淮安网站设计 网络安全日 赛 做网站设计制作的公司 信息安全泄密案例 浦东新区苏州网站建设 广撒网营销 浙江网络营销好的公司 网络安全服务提供的五个基本功能 网络安全是 怎么微博营销推广 工业信息安全公司,-1 企业网站系统 冯英健 内容营销 北邮的信息安全 app营销的劣势 杭州网络科技网站 信息安全应急响应中心 我国网络营销现状分析 全网营销顾问 呼和浩特企业网站制作 2016网络安全大会视频 北京微博营销服务商 商城网站都有什么功能 网络安全中心 营销沙龙 广东网站建设 陕西省网络与信息安全测评中心怎么样 32个信息安全技术国家标准 大学信息安全等级保护管理办法,-1 推广网站多少钱 推广网站多少钱 自建网站网络安全入门书籍推荐 网络安全日 赛 西安专业网站建设 信息安全措施可分为 网络安全训练营 信息安全服务资质(安全开发类),-1 互联网 与传统营销区别是什么意思 信息安全管理与相关技术 信息安全服务资质测评 浦东新区苏州网站建设 全国网络安全竞赛 网络与信息安全科普 网络营销学院 网络安全法正式实施 信息安全标准可以分为 衡阳网站优化设计师交流网站 网络安全工作动态 北京微博营销服务商 网络安全检查防护工作内蒙古网站建站 网站开发合同 衡阳网站优化设计师交流网站 北邮的信息安全 地产平台网站模板 重庆整合营销的公司 信息安全测评等级划分 广撒网营销 信息安全服务资质(安全开发类),-1 营销客软件 自建网站网络安全入门书籍推荐 对于网络信息安全不仅个人要防范 五种网络营销方法 广州 网站 设计 图解 网络安全和信息化领导小组 网络营销顾问的职责 国家网络安全认证证书 端午节微博营销 网站设计书 你对网络营销的例子 张家港专业的网站制作公司 网络安全委员会 果园 传统零售营销的特点是什么意思 房地产饥饿营销策略 信息安全五个等级 网络安全测试请示 张店做网站 信息安全基础课程简介 网络有哪些营销方式 中央网络安全和信息化领导小组办公室 大数据中心 成都 信息安全认证查询 网站的目的 信息安全红蓝对抗 电商网站多少钱 中央网络安全和信息化领导小组办公室 大数据中心 成都 天津市信息安全测评中心 高端网站建设搭建 海峡信息网络安全厂家 我国网络营销现状分析 浙江网络营销好的公司 视频营销软件都有什么软件 重庆网站设计 信息安全等级保护测评工作管理规范(试行) 网络营销策划机构 保密网络安全检查 营销推广课程 营销推广全网整合营销 银行信息安全报告 大学信息安全等级保护管理办法,-1 永州网站制作 技术保障及网络安全 自助外贸英文网站建设 网络安全中心 陕西省网络与信息安全测评中心怎么样 淮安网站设计 保密网络安全检查 大连营销外包公司 32个信息安全技术国家标准 大学信息安全例子 双11店铺营销亮点 网络安全服务提供的五个基本功能 国家信息安全工程研究中心 网络营销工具分为沟通类和什么 网络安全日 赛 电子营销课程体会 网络安全等级评估报告 网络安全法 是法律吗 广州 网站 设计 2016网络安全大会视频 中央信息安全学院,-1 北京网站页面设计 网络安全 规程 自助外贸英文网站建设 重庆网络安全 重庆整合营销的公司 信息安全(四) 科研创新问题 营销步骤 华为信息安全心得体会 重庆网站设计 技术保障及网络安全 国家信息安全工程研究中心 成都网站建设市场 方案网站 网络建设与网站建设 推广网站多少钱