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
建立网站的步骤南京网站推广营销公司网络营销直通车新媒体营销的总结梧州网站设计网站开发流程互联网 网站建设网络安全协会文件编号今日头条 移动营销公司信息安全 系统如何做推广营销武则天:“李余,真是朕的好孙子,我大唐的骄傲!” 狄仁杰:“李余是我见过最完美的人!” 李白:“看了李余的诗,我忽然发现自己不会了。” 李隆基:“李余是个坏人!” 李余:“你们不用夸我,我只是一不小心就造了盛世而已,很普通的啦!” 如果给你一次机会回到高中,你会做什么?好好学习还是……她?天道之下的人,在追求着天道。只是,天道又是什么?人在追求什么?“按照这里的习俗,葬礼要放烟火。” “绽放的烟火能给找不到归路的灵魂指引方向。” “这是一场没有逝者的葬礼。” …… 到那时再为她举办葬礼…… 还有人记得她吗? “我的尸体, 不会腐烂在泥土里. 我会像鸟儿一样, 死在天空中.” 改编自恐怖游戏《烟火》,如有侵权请联系删除抱歉了 超级喜欢的一部国产恐怖游戏,强推!!!!!! 作者初三狗一只,文笔一般,写小说图一乐 男主因为身负主角光环,所以开局没祭天,但感觉住院如回家,且看他是怎么在这个“不正经的未来世界”生存下去的吧! —————————————————————————————————————— 新人作者,不知道怎么写简介一颗闪着蓝色光芒的类地星球悬挂在星云的边缘,挡在了人类进军太空的航线上。命令与征服,陪伴了指挥官们无数个岁月。其中的红色警戒系列对我的影响是所有RTS系列中最深的。那种充满幻想的战争使我被震撼。我从5岁开始就在读毫无故事的纯军事书籍,军事和RTS已经成为我灵魂上的烙印。后来,我开始阅读军事类书籍,这又不得不谈《国家意志》,那种硬核感、史诗感,无书能敌。不过即使热爱军事如我也感到过于硬核的战争不够浪漫,不够有趣,于是我想到了命征。如果没什么除了印巴战争那样足够宏大的战争可以大写特写了为什么不把眼光放向虚拟战争呢?所以我要创作一本足够宏大,足够震撼,同时兼具浪漫热血紧张刺激的小说。让我们走进第三次世界大战,走进英雄们的人生,走进另一个存在已久却尚未被文学充分挖掘潜力的世界。一次意外走进时间旋涡 他来到上古世纪 谁曾想他竟是这里的王....?? 盖三皇治世,五帝定伦,祖龙始皇帝自立皇帝,车同轨书同文,天下九州历二十四代分分合合终归一统。时年西历二十一世纪,天下依有各路妖邪,或作乱,或伤人。 本书便是讲述一位现代道士降妖除怪的故事。大学生平静的生活遭到破坏,噩梦的生活开始,不值得相信的同学
搜索引擎营销过程包括 cisp注册信息安全专家 南昌网络营销课程 信息安全的威胁 中国信息安全实验室 公司信息安全 系统 手机信息安全概述 湛江做网站 wannacry 网络安全 金牌网络营销 前世缘份的解读方法【www.richdady.cn】 投资项目的前世因果咨询【www.richdady.cn】 人际关系不好对工作的影响【www.richdady.cn】 婴灵的超度与家庭和谐咨询【www.richdady.cn】 失业咨询【www.richdady.cn】 与女友前世的咨询技巧咨询【企鹅383550880】√转ihbwel 前世老公的前世案例威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系的案例分享【微:qq383550880 】√转ihbwel 亲子关系改善建议咨询【www.richdady.cn】√转ihbwel 前世缘份的重逢有什么迹象?【企鹅383550880】√转ihbwel 无形干扰【σσЗ8З55О88О√转ihbwel 外灵干扰的心理调适咨询【www.richdady.cn】√转ihbwel 儿子抑郁症的治疗方法【σσЗ8З55О88О√转ihbwel 升迁障碍的职场策略有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 纠纷的解决方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主干扰的化解方法有哪些?【微:qq383550880 】√转ihbwel 前世老婆的前世案例咨询【企鹅383550880】√转ihbwel 发育倒退的解决方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世老婆的前世案例威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 构建和谐亲子关系的方法【σσЗ8З55О88О√转ihbwel 信息安全是对信息的 企业网络安全介绍 网络营销课程培训费用 搜索营销的主要模式 微网站 网站设计公司 南京 营销型网站建设案例分析 网络营销渠道的效用 公司信息安全 系统 国外信息安全博士 做网站平台的公司 如何做推广营销 深圳市能士信息安全有限公司 云平台网络安全 网络安全厂家销售 网站模板的好处 主要有哪些信息安全技术 中国信息安全测评中心 上级主管部门 国家信息安全等级要求 主动测量 网络安全 信息安全评估检查流程 大学生网络信息安全 重庆网站布局信息公司 免费创建网站 主动测量 网络安全 信息安全风险管理系统 网络安全领导访谈 简约的网站 西城公安分局网安大队 国家电网 信息系统信息安全等级保护 信息通信网络与信息安全规划 2017信息安全缺人 网络安全技术有哪些 中国网络安全大会17 课程商城网站模板 成都 企业 网站建设 中国网络安全大会17 网络安全日 队伍 如何做推广营销 网站开发流程互联网 网站建设 网络安全运营管理 在线营销培训课程 网站功能及报价 信息安全技术有哪些,-1 网站的营销与推广方案怎么写 即时通讯工具营销 win2008网络安全 市场营销策略及案例分析 信息系统运营使用单位的信息安全等级保护工作情况进行检查 网络营销策划成功案例 成都网站设计制作工作室 信息安全风险管理系统 网站盈利 网络安全国际认证证书 网络安全厂家销售 主要有哪些信息安全技术 简约的网站 中国信息安全实验室 网站类型 湛江网站优化 移动互联营销思维 青岛城阳网站建设 深圳品牌营销案例 如何做推广营销 公共网络安全 信息安全的威胁 企业网络安全介绍 信息通信网络与信息安全规划 网络安全 个人隐私 文章 大学生网络信息安全 美国网络安全中心主任 成都 企业 网站建设 新媒体营销的总结 国家网信网络安全应急 主动测量 网络安全 网络营销方法综合应用 巴中网站建设 网站模板的好处 网站功能及报价 网络安全日 队伍 医院信息安全建设方案,-1 免费创建网站 win2008网络安全 诺一品牌营销 合肥网站设计高端公司 国外信息安全博士 主要有哪些信息安全技术 网络安全科技公司 广州市手机网站建设 计算机信息安全产品 网络安全厂家销售 关于网站设计的价格 湖南衡阳网站建设 呼和浩特做网站的公司有哪些 网站类型 金融信息安全的复杂性 中国信息安全测评中心 上级主管部门 电子邮件营销基本方法 网络安全运营管理 移动互联营销思维 成都 企业 网站建设 win2008网络安全 搜索引擎营销过程包括 网络安全.pdf 中国信息安全实验室 啥是网络营销 cisp注册信息安全专家 网络安全管理软件 网络安全宣传案例 西城公安分局网安大队 国家电网 信息系统信息安全等级保护 电子邮件营销基本方法 网站到期了 信息工程大学信息安全 网络营销学概论 网络安全领导访谈 2017信息安全缺人 电商营销策略案例自己建立的网站 网络安全病毒逻辑实例 关于网站设计的价格 五级网络安全 为什么要做事件营销 网络安全协会文件编号 湛江网站优化 信息安全资质有哪些 南京网站推广营销公司 信息安全风险管理系统 网络安全管理软件 佛山新网站建设代理商 房地产网站制作 网络安全与信息办公室 email营销的基本要素 呼和浩特做网站的公司有哪些 营销全套推广软件 湛江网站优化 南昌网络营销课程 email营销的基本要素