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
信息安全竞赛宣传●所谓网络安全漏洞是指绿盟网络安全宣传手册linux网络安全技术与实现 第2版计算所信息安全手机网络安全软件上海网站建设网络公司达内网络营销有用嘛网站制作 常见问题青岛商业网站建设医疗网站建设 父母双亡,自己意外猝死穿越。 这世李乐继承遗志,成为巡山员,激活超级热度直播系统,只要热度够高,系统给予的奖励越丰厚。 当他直播的第五天,意外救治了一头金钱豹,从此就被这头金钱豹赖上了。 “造孽啊,我特么要进去的。” 李乐欲哭无泪。 【叮!恭喜宿主完成百人观看成就,奖励十字弩】 【叮!恭喜宿主完成万人观看成就,奖励专业级???】 【叮!恭喜宿主完成十万人观看成就,奖励????】 “这么说,我可就不困了啊。” 李乐打起精神,成为专职金钱豹保镖………… 【传统玄幻+无系统+剑修+无后宫+不无脑】 百年后,一位手拿残剑的少年走进了人们的视野之中,他笑看风云志,一剑破万象,开合之间竟然有当年那位的影子……万年前,大陆引接,人族意识到世界的残酷,人族惨败,大陆突变,绝望中抓住生机,聚人族之力,建造神器之城,度过一劫。万年后,人族繁华,紫忘将上演新的传奇,改写新的历史“救命啊!我只是想借点力量而已,咋就要追杀了,我们不是互相帮助的吗?”少年无奈的呐喊道,仿佛人生就此结束了。“哥哥,我的力量也可以借给你!不过你要一直陪着我!”一位白发少女,来到身旁抱着少年手臂,一脸幸福的说道。少年看着身旁的少女,以为终于看到了希望。结果转头一看···你那病娇的眼神是什么鬼,跟她们的眼神根本一样好嘛!不行!为了我的自由与未来,决定了!打又打不过,只能重生开溜了。我发誓,等我重生学成归来,我一定让你们知道,什么叫跑的又快又快,打不过难道还跑不过吗?成大事者不拘小节!——————----于是关于少年的跑路修罗场开始了穿越武道世界,江北意外觉醒捡属性系统,可以通过捡取他人身上掉落的属性而提升自己。 于是...... 你拾取了力量*0.6。 你拾取了速度*0.4。 你拾取了体质*0.6。 你拾取了悟性*0.1。 你拾取了基础剑法*50、基础拳法*30、基础腿法*30,你学会了基础剑法、基础拳法、基础腿法...... 你拾取了....... 若干年后。 武道世界遭遇域外强者入侵,人类不敌节节败退几近亡族。就在这时,一家武馆内走出一名武馆学徒,横推众多域外强者,救人族于水深火热之中。孟婆说我在阳间的寿命没超过24小时,不给予办理投胎业务。 而我当了十八年的鬼,终于等来家里给我烧了一间小卖部。 我意外发现这件小卖部通阳间,可以从阳间进货,拿到阴间来卖。 从此以后我便就做起了阴阳两界的生意,叱咤阴间。 和乔老爷一起卖手机,和扣比一起打篮球,但阎王竟然不要我投胎?本是千万富翁,却遭遇破产危机,结婚六年的妻子还送给我一顶大大的绿帽。 人生低谷,却无意间结识美女总裁。 为还自己清白,我重振昔日辉煌,不仅要手刃仇人,我还要让那些瞧不起我的人跪下来叫我爸爸。 人性是善是恶,争论千年无休止。 而我的故事就要从人性上开始说起…一名少年偶得一把断刀,孤身一人历经结识好友,共同成长,寻找自己的过去,历经磨难,最终能否封神?俯仰天地,唯我超然! 天道,人道,命道,因果道,人间万道,我由我道! 天邪,人邪,神邪,妖魔邪,天下万邪,唯我无邪!林凡,一个上班族,偶然发现他家的储藏室能穿越大秦时代! 某宝上购买的种子,手工艺品可以送去大秦。 菜市场买的水果,蔬菜也是大秦时代不曾拥有的。 网上搜索到的古代军械,各个都比大秦时代的先进。 嬴政震惊了,群臣惊呆了,非要奉林凡为仙人! “朕有仙人庇佑,必能长命百岁,一统天下!” “仙人是说这世界远比朕想象的要大出几十倍?” “无妨!那些后世胆敢欺我,如我华夏子民者,朕要千万倍奉还他们的先祖!” “朕要为大秦子民打下一个大大的江山!”
软文营销的关键点 公安网络安全工作 2015网络安全大会 信息安全保护是指,-1 达内网络营销有用嘛 sns社区营销案例 医疗网站建设 南昌网站建设公司 铜川网站建设 留住用户网站 心特别累的情感释放咨询【www.richdady.cn】 如何预防冤亲债主的干扰?【www.richdady.cn】 前世今生的故事如何改变命运?咨询【www.richdady.cn】 人际关系不好时的心理调适【www.richdady.cn】 儿子抑郁症的康复训练【www.richdady.cn】 老公家暴的心理调适咨询【www.richdady.cn】√转ihbwel 婴灵的化解仪式咨询【www.richdady.cn】√转ihbwel 公司破产的前世因果咨询【企鹅383550880】√转ihbwel 大龄剩女的职场发展咨询【www.richdady.cn】√转ihbwel 孩子不爱读书的心理分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 存不住钱的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 佛教视角下的前世今生咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 通灵与心理学结合咨询咨询【σσЗ8З55О88О√转ihbwel 家庭关系的和谐共建威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 学习成绩差的解决方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 亲子关系的教育策略咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子抑郁症的康复训练【www.richdady.cn】√转ihbwel 孩子厌学的咨询技巧咨询【企鹅383550880】√转ihbwel 感情纠纷的情感修复【www.richdady.cn】√转ihbwel 大龄剩女的婚恋现状咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 扁平式网站 网站漏扫 网络安全法 等保测评 简述网络营销的特征 国内网络安全团队 网络安全信息测评报告 营销综合实践教学平台 沈阳建设公司网站 职业技能大赛信息安全 网络安全做的好的公司 青岛商业网站建设 公司营销网站制作 网站要多钱 品牌网络营销服务 数字营销网络营销 做一个营销型网站 杭州集团公司网站制作 客户信息安全管理体系,-1 精湛的佛山网站设计 宁波网站推广 网络安全体系由国内外网络安全论坛 顺义手机网站设计 南昌网站建设公司 工信部网络安全局 公安网络安全工作 口碑营销案例 珠海做网站 营销反馈 新媒体营销手段有哪些 西安高端网站制作公司 昆山网站制作哪家强 优秀网站制作 中国网络安全机构 中国网络安全机构 手机网络安全软件 网络安全缺陷 网站要多钱 网络营销策略模式 乔布斯式营销 集团网站开发 品牌网络营销服务 营销网 信息安全竞赛宣传 没有任何漏洞:信息安全实施指南 网络营销可以吗 互联网营销 视频教程 广电网络营销实战营 企业网站策划书 网站主播 客户信息安全管理体系,-1 可信网站验证 广告营销基础知识 海南网站优化 公司网站建设推广 做一个营销型网站 章丘做网站 网站没流量 做一个营销型网站 工业信息安全公司排名,-1微博广告营销案例 软文营销的关键点 台州网站建设公司 国际网络安全组织 江西医疗网站建设 网络安全学术论坛 网络安全体系由国内外网络安全论坛 网站建设我们的优势 html5 网站 上海网站优化公司 营销网 网络安全做的好的公司 服装网站 欣赏 营销体系内容 信息安全系 精湛的佛山网站设计 沈阳建设公司网站 唯品会的营销在哪里 网络安全应该注意什么 linux网络安全技术与实现 第2版计算所信息安全 手机网站广告 网络黑客与网络安全 合肥网络安全 xx旅行社网站建设方案 企网站技术解决方案为申请虚拟主机 医疗网站建设案例 西安高端网站制作公司 河北省网络安全协会 中国计算机网络信息安全展营销班 网络信息安全法 2016 公安网络安全工作 营销反馈 网络信息安全法 2016 网络黑客与网络安全 烟台专业网站建设 新媒体营销手段有哪些 安天信息安全 电子 东莞网站建设 职业技能大赛信息安全 南京网站设公司 留住用户网站 平台营销能力分析报告 台州网站优化 互联网有什么营销资源 公司网站 开源 营销推广的优点 顺义手机网站设计 互联网营销 视频教程 手机网站建设哪个 信息安全管理的重要性不包括 信息安全和管理办法 宁波网站推广 优质公司网站 北京网诺信息安全技术有限公司 网站红色 东莞网站设计公司 网络安全应该注意什么 中国计算机网络信息安全展营销班 信息安全 一级学科 2014 网站的设计流程 制作网站报价 医疗网站建设 做网站百度 公司网络安全经典事例 网络营销环境分析步骤 网站红色 品牌网络营销服务 网站建设优化 windows网络安全设置 西安高端网站制作公司 东莞网站案例营销 公司营销网站制作 重庆本地网络营销平台 黄骅做网站 如何创建网站 章丘做网站 网络安全与经济发展 网站设计时应考虑哪些因素