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
苏州网站维护2017网络安全事例信息安全标委会可口可乐的成功营销邢台建设企业网站网站栏目名境外建网站网站建设分几个阶段网站建设 趋势石油石化信息安全网络安全系统运维内容赵凡刚穿越成为蜀山少宗主,还没有来得及大展拳脚,享受众星拱月的待遇,却因为前身私闯禁地致使紫青双剑暴动误伤门人,被蜀山宗主打入锁妖塔不得翻身! 但幸运的是,赵凡刚被带到锁妖塔,就意外激活了签到系统,在系统的帮助之下,他如同开了外挂一般在锁妖塔内默默变强。 “叮,锁妖塔大门前签到成功,奖励先天剑体。” “叮,锁妖塔内签到成功,奖励培元丹。” “叮,锁妖塔妖坟古门签到成功,奖励极品飞剑。” …… 三千年后,赵凡盘坐虚空,仙道气息震动苍穹,终成一代陆地剑仙,问鼎修仙长生路! 世界上存在着万千恶欲,负灵就诞生于这些恶欲之中。 上古之时有一种职业,名为猎灵士。猎灵士的职责是控制世界的恶欲和消灭负灵。 范陌就阴差阳错的成为了一名现代猎灵士。 “好吧,既然成了猎灵士,我会尽力让这光怪陆离的世界回归正常的。””娘子,就是他欺负我!你揍他“说完这句话的白许,不由的想起几年前的那一切的开端,当时白许作为一名普通的小贩只想过平凡的生活,然而在一个风和日丽的下午,一天一群高大威猛的士兵突然过来掀了他的摊子,并把他绑走说要他成为公主的丈夫? 广袤无垠的具象大陆,具象者们,打通三脉七轮,修炼着脉气。 根轮开,红莲绽放,具象现: 腹轮开,橙莲绽放,具象量变: 脐轮开,黄莲绽放,变化现: 心轮开,绿莲绽放,生命现: 喉咙开,蓝莲绽放,灵性现; 额轮开,紫莲绽放,智慧现: 顶轮开,千瓣莲花,彩虹现。 红十具象师,橙百具象师,黄千具象师,灰迷具象者,绿生具象师,蓝灵具象师,紫归具象师,彩虹尊者。 生命之花,如此璀璨,如果可以,我愿奉献!大千世界,无奇不有,奇奇怪怪的事无所不在。yyw因为常年熬夜打歌,成功猝死了。但他获得了一次重生的机会,发现自己重生到了自己的死对头林擒身上,当yyw正在感到悲伤的时候,他发现自己的爷爷竟然是奥托雷普……男主陈轩穿越成女身开始了与自带老爷爷的少年开始了相爱相杀的旅程。您喜欢系统还是老爷爷?来看浸淫在小说世界多年的老狗来带您系统品味一下二者之间的优劣!叶天,修仙界绝世天骄,修罗战神,却因功高震主,惨死于庆功楼,魂穿来到地球,重生在一个废物大少身上。带着前世的修仙记忆,叶天强势崛起,血战强敌,逆天而行,纵横都市!他来自修仙界,终将破碎虚空而去!在这片奇幻的大陆上,有着诸多的神明与拥有强大力量的人类与非人类,他们都拥有各自的文化与文明,在一切都有序的进行时,一场阴谋的风暴正在悄然接近......殷歌穿越到古代世界,与嫂嫂相依为命,十年寒窗苦读。 然而一朝遇鬼,才发现这竟是一个妖魔世界。 鬼怪纵横,邪祟肆虐。 读书人在这个世界命比纸薄。 百无一用是书生? 不!我还有一腔书生意气! 一句“天地有正气,杂然赋流形。”无数鬼魅魂飞魄散。 一句“十步杀一人,千里不留行。”盖世妖王尸首两分。 一句“安得倚天剑,跨海斩长鲸。”无数修士为之俯首。 自此,这个世界上多了一个读书人,一个以文气斩魔的读书人。
石家庄网络营销 网络营销教程视频 精站邮件营销专家 石家庄网络营销 旅行社网站模版 免费网站申请 网络安全零基础 什么是移动网络营销 2017网络安全事例 郑州的数据营销公司怎么样 婴灵的超度仪式咨询【www.richdady.cn】 与男友前世的前世修行【www.richdady.cn】 强迫症的前世因果咨询【www.richdady.cn】 婴灵【www.richdady.cn】 感情纠纷的沟通技巧【www.richdady.cn】 外灵【www.richdady.cn】√转ihbwel 前世缘份如何影响今生?【σσЗ8З55О88О√转ihbwel 学习成绩差的咨询技巧【企鹅383550880】√转ihbwel 官司的法律咨询咨询【微:qq383550880 】√转ihbwel 内心恐惧胆怯的前世记忆咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 去世的母亲在哪咨询【企鹅383550880】√转ihbwel 公司破产对股东的影响【微:qq383550880 】√转ihbwel 投资项目的选择方法【σσЗ8З55О88О√转ihbwel 冤亲债主干扰的超度方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的应对策略咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的解决之道咨询【www.richdady.cn】√转ihbwel 发育倒退咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 强迫症的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家宅磁场干扰的原因【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 莫名其妙感伤的前世影响【微:qq383550880 】√转ihbwel 昆明做网站 福州网站制作公司 网络安全零基础 国内外信息安全研究现状及发展趋势 黄山网站建设 信息安全标委会 南京新媒体营销培训 小网站推广 网络营销运营 网络安全排查 佛山新网站制作平台 一个网站的首页设计ps 网站色彩的搭配原则有哪些 宁波网上营销网 郑州的数据营销公司怎么样 地方门户网站制作 怎么创建网站/ 营销应该怎么学 网站建设 趋势 线上口碑营销 国家信息网络安全网络组织 公司网络营销的方案设计 网站色彩的搭配原则有哪些 网络安全是国家安全 天钥网络安全审计系统 行业网络安全培训是网络营销的劣势 无锡微信网站 网络安全 硬件 精站邮件营销专家 完整的营销调研问卷 重庆綦江网站制作公司推荐 怎么免费建网站 网站备案后 四川大学网络安全专业 星巴克网络营销的价值 重庆网络营销是什么 旅游响应式网站建设 天钥网络安全审计系统 重庆綦江网站制作公司推荐 网站空间 内容营销的概念和特点是什么 地方门户网站制作 沈阳网站优化 网络安全排查 国家网络安全周 文件学习 网站备案后 网站空间 专业网站建设 宝洁网络营销现状 网络安全流程图 2017信息安全趋势 网络营销有法律吗 网站后台 网站构建 国内外信息安全研究现状及发展趋势 网络安全周 2017 广州省管营销咨询公司 网络安全防护有哪些 网站建设初期 在我们的日常生活中会遇到哪些与网络信息安全相关的问题?信息安全 自动化运维 网站的目录结构 石油石化信息安全 哪家网站建设好 上海集团网站制作 专业网站建设 北邮 信息安全培训大会 石家庄网络营销 东莞网站推广公司 网站 制作公司 重庆綦江网站制作公司推荐 什么是移动网络营销 上网认证管理系统 信息安全 信息安全服务资质证书 安全工程类 互联网信息网络安全技术措施解决方案 网络安全 硬件 旅行社网站模版 响应式网站设计的要求 网络营销运营 上网认证管理系统 信息安全 福州网站制作公司 企业网站建设运营 内容营销的概念和特点是什么 国家信息网络安全网络组织 网站建设初期 南京移动网站设计 网络安全技术新方向 新型网络营销是什么 gb 信息安全,-1 营销应该怎么学 12306信息安全事件 宁波网上营销网 重庆专业做网站 网络安全零基础 昆明做网站 信息安全标委会 信息安全评测机构 警惕网络窃密构筑网络安全防火墙 网络安全基础应用与标准 下载 在我们的日常生活中会遇到哪些与网络信息安全相关的问题?信息安全 自动化运维 行业网络安全培训是网络营销的劣势 小网站推广 什么是移动网络营销 网站建设图片 线上口碑营销 达内网络营销视频教程 淘宝营销顾问 建网站软件 医疗网站建设案例 内容营销 社会化营销案例 上海建站网站简洁案例 线上口碑营销 中国电子学会信息安全专家委员会 风险评估 信息安全 信息安全服务资质证书 安全工程类 河南信息安全专业 邢台建设企业网站 网站栏目名 公司网络营销的方案设计 网络安全公司的前景 科技网站配色方案 山东省信息网络安全协会是骗人的吗 山东企业网站建设公司 网络安全防护有哪些 国家网络安全周 文件学习 做一个网站要多少钱 网站后台 网站策划厂 如何进行sem营销 中国电子学会信息安全专家委员会 网络营销定价 重庆专业做网站 网站栏目名 网络推广营销 网络安全部署情况 风险评估 信息安全