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
网络营销基本内容国家网络安全基地建设方案蓝色的网站丹江口网站建设海尔电脑网络营销战略信息安全等级保护 国标专业的搜索引擎营销企业营销型高端网站建设福州做网站余额宝市场营销策略什么是手机网站建设公元2258年,天降陨石,陨石爆炸引发核武器连环爆炸。 虽然地球科技文明遭遇重创,不过地球开始复苏。天地万物得以增寿。 气息、魔法、异能纷纷出现在地球之上。 故事发生在‘毁灭日’的一千年后。 地球为什么会遭遇陨石群? 地球又为什么会增幅万物? 且听小夜跟你娓娓道来。前一世活得太过懦弱,今世我陆原带着前世的记忆卷土重来, “周允,我这次一定不会再失去你!”大楚国叛乱四起,经过多年的平叛战争叛乱最终平息,朝廷的权威已经大不如前,国内军阀林立,派系繁杂,民不聊生。侠之大者,为国为民,自有忠义之士愿效忠于朝廷看云郡将士重整旗鼓,再造河山。 世纪之末, 仙路湮灭,前路断绝,动乱时代,宇宙重开,少年叶天重生于异域,从此踏上仙武大道,悟五行,领阴阳,掌握极致力量。堤岸横空,生灵争渡,不详与诡异肆虐。 少年的背后是血与乱,是生灵的悲歌,少年的探寻的是万灵之希望。彳亍前行,万古寂然,永远在路上。空灵域,苍广无穷,强者林立。 万年前,人魔大战,斩天帝陨落,而在万年之后,废材叶晨被逐出家族,在一次机缘中,得斩天剑诀,从此,空灵域,有一人,名叶晨,领万族,救苍生!一个异世界铁匠的传奇经历。后唐末年,石敬瑭引辽兵入关,后唐末帝李从柯携太子李重美登上玄武楼自焚,李重美大难不死,拜倒剑仙袁守一门下,改名李重阳。跟随师傅习的十九路轩辕剑法。为报国仇家恨下山寻访上古奇书《太公兵法》不想卷入一场惊天阴谋....... 一次秘境探险中,误入了邪恶之神赫卡忒的祭坛,被抛弃的高智雅却意外获得了邪恶之神赫卡忒的力量,却也面临着重重考验。一个穷到人尽皆知的大学生,一次岛国之行,获得一张盛世美颜,从此美女蜂拥而至,被迫走上了一条靠软饭搅动风云的路。 主角一觉醒来,发现自己突然重生了。 不但如此,还拥有外挂以及一千万。 主角本以为仅仅只是普通的重生,谁知道这里不仅有三十而已,还有微微一笑很倾城,还有更多的人物去等待主角接触。。
丹江口网站建设 珠海企业网站制作费用 轻松网站建设 郑州网站推广公司 客服营销方案 石家庄网站制作找谁 网络安全百度网盘 长沙网站推广 企业网站模版 景县网站建设 前世今生的咨询方式【www.richdady.cn】 公司破产对股东的影响【www.richdady.cn】 孩子压力大的环境影响咨询【www.richdady.cn】 升迁障碍的职场瓶颈如何突破?咨询【www.richdady.cn】 学习成绩差的前世因果【www.richdady.cn】 人际关系不好的案例分享【www.richdady.cn】√转ihbwel 如何改善精神不振的状态咨询【微:qq383550880 】√转ihbwel 冤亲债主【www.richdady.cn】√转ihbwel 迟缓儿【企鹅383550880】√转ihbwel 前世缘份的前世影响【微:qq383550880 】√转ihbwel 自闭症的自我提升【微:qq383550880 】√转ihbwel 财运不佳的自我提升【www.richdady.cn】√转ihbwel 头脑混沌的解决方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 强迫症的康复训练【微:qq383550880 】√转ihbwel 性压抑的自我提升威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 性压抑的案例分享【www.richdady.cn】√转ihbwel 事业不顺的职场建议咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 公司破产的案例分享【www.richdady.cn】√转ihbwel 亲子关系的家庭氛围咨询【企鹅383550880】√转ihbwel 外灵干扰对日常生活的影响【σσЗ8З55О88О√转ihbwel 网站的需求 脑白金的营销 中国网络安全信息组长 丹江口网站建设 2014广西信息技术与信息安全 政府系统信息安全检查指 欧美风格网站设计 网络安全 pdf 一个虚拟主机在原网站根目录下加个子目录用域名转向怎么操作? 客服营销方案 网络安全百度网盘 网络安全技术研究所 西安网站开发 大良网站设计价格 政府信息安全评估报告 赤峰网站建设 爱民网站制作 青岛营销培训学校 网络安全技术 杂志上海网络安全检测公司排名 青岛营销培训学校 参加营销活动的好处 个人网站建设 已备案网站 微博营销的效果数据分析 参加营销活动的好处 地产饥饿营销案例分析品牌营销 长沙 银监对信息安全的要求 常州制作网站信息 网络信息安全是智慧城市的基石 禅城区做网站策划 实战网络安全免费阅读 杭州互联网营销培训 信息安全等级保护 国标 营销型网站建设页面 虹口做网站价格 网络安全是黑客吗 深圳网站开发 跟信息安全相关的 产品微营销 四川信息网络安全协会 潍坊做网站建设的公司 脑白金的营销 企业网站模版 网络营销基本内容 营销培训平台 爱民网站制作 零基础学习网络安全 个人网站建设 悬念式营销 网络专业的网站建设价格 青岛微网站建设 营销型网站建设页面 网络安全 pdf 产品微营销 珠海企业网站制作费用 零基础学习网络安全 网络营销是啥 石家庄网站制作找谁 营销型网站搭建的工作 轻松网站建设 网站没更新 中国网络安全信息组长 北京信息安全实训 网络安全 准则 余额宝市场营销策略 500强网络营销公司排名 北大青岛网络营销 信息安全与网络管理专业 信息安全审核员待遇 茶叶网络营销策划 先知网络安全 公司网站手机版设计 常州制作网站信息 网络安全百度网盘 大型网站设计方案 情感营销号 2014中国网络安全大会 网站跳出率 什么是企业网站 网络信息安全是智慧城市的基石 无线网络安全现状分析 丹江口网站建设 500强网络营销公司排名 长春做网站 赤峰网站建设 先知网络安全 网络营销课程教学内容 什么是企业网站 已备案网站 it网络安全 易华录 信息安全 如何制定网络营销策略 网络信息安全检查营销外包 网络安全技术研究所 多语言外贸网站设计 中国国家信息安全产业 it网络安全 网络营销和广告的区别和联系 网站设计案例2. 网络时代中的企业特别是中小企业应该如何有效地实施网络营销? 营销型网站搭建的工作 信息网络安全边界 淮南网站建设好 负面营销 虹口做网站价格 专注武汉手机网站建设 中国信息安全等级测评网 网络安全攻防入门与进阶 网站建设天津 网络营销基本内容 主机 信息安全风险评估报告 菜刀 网络安全 微博营销的效果数据分析 网站设计案例2. 网络时代中的企业特别是中小企业应该如何有效地实施网络营销? 石家庄网站建设公司 免费建学校网站 宝安网站设计 宝安网站设计 负面营销 网络营销王老吉 菜刀 网络安全 实战网络安全免费阅读 信息安全 泄密 脑白金的营销 网站修改标题有影响吗 赣州网站优化 html5网站欣赏 美国国家信息安全漏洞库 杭州互联网营销培训 中国国家信息安全产业 网络安全宣传周主题是 爱民网站制作 手机网站建设动态 国家信息安全扫描 成都品牌整合营销 网站的总体架构 湖南信息安全公司