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
全球经典营销策划案例怎么搭建php网站国内比较著名的网络安全及防护论坛或网站网站设计计划书网络安全竞赛试题上海市网信办 信息安全网络整合营销公司网络营销的网络直播山东网络安全法做动效网站网络安全社区  “奉天承运,皇帝诏曰!北渊王苏长歌私通贼党,意欲谋反,其罪当诛!即日起废除北渊王身份,打入北云宫面壁思过,终生不得离开!钦此——”   苏长歌穿越而来,成为因帝王猜忌而打入冷宫的废王爷,幸好绑定了【绝世剑仙系统】,拔剑就变强!   拔剑1次,奖励【神级剑心】【神级剑胎】【神级剑道】!   拔剑1000次,奖励【神级灵剑】【神级剑诀】!   累计拔剑一年,触发特殊奖励【天人合一境】!   不仅如此,系统告知三百年后灵气复苏,低武世界将一夜转为修仙盛世!   三百年后,世间沧海桑田,无数天之骄子大放异彩。   苏长歌怀着激动忐忑的心情走出冷宫,却发现世人眼中的神在他面前如蝼蚁一般弱小!   那一日,苏长歌身周万剑环绕,剑气席卷百万里,一剑破开天门,剑指天上仙。   “天上剑仙三千万,见我也需尽低眉!”大荒里不知名的小村子,几位少年从这里走出,开启属于他们的传奇人生。 黑暗中的幕后者从沉睡中苏醒,天地棋盘悄然展开,一切才刚刚浮出水面……【寂寞不谈爱,孤独不饮酒。】 女儿生日当天,我意外看到了妻子的手机,当谎言被揭穿的时候,我发现妻子真的很懂“生活。” 女主人公南宫花铃以及男主人公上官星云来到剑阁不小心用血激活了正在铸的宝剑以及在门派里匡扶正义后面退出师门解救不道义的师傅的种种故事能斩敌人百万雄师,却对她无能为力! 妻!是我的妻!    怨我、恨我、仇深似海! 无论如何弥补,都无法填平,婚前抛弃带给她的蚀心伤害! 这一生,只为获取她的原谅,哪怕是……    每一天都发狂! 外有妖族肆虐,内有贪官匪患,且看现代人陈星河如何在“战死”一次后,改变国家命运的故事。2260年人类过度开采地球,生态环境严重破坏,不适宜人类生存 地球权贵移民火星 平民留在地球 创世神埔思在地球放下星际的产物——星穹之子 以拯救百姓于水火美女师傅带我飞,废材逆袭,吊打全场。人在做,天在看,天知、地知,你知,我知!作恶者为非作歹,祸乱人间,躺赚不义之财,妄想游离于法网之外,欺天瞒地,逍遥自在,潇洒快活!殊不知,不是不报时候未到!天网恢恢,疏而不漏!恶者恒恶,善者永善,公道自在人心!徐清风穿越大景王朝,绑定大忠臣系统,从此在大景王朝摸爬滚打20年,矜矜业业,立誓成为大景第一忠臣,为国为民鞠躬尽瘁。 结果女帝却沉迷修道,不理朝政,日渐昏聩? 是可忍孰不可忍!公然在朝堂痛骂女帝! 这官,谁爱当谁当!我不当了! 女帝:就离谱,朕都嫁给这逆臣了,他还每日痛骂朕? 徐清风:我,匡扶大景江山,日夜不休!
国际网络安全公司排名 专业的西安免费做网站 简述网络安全的解决方案 上海网站络公司 上海高端建设网站 网络整合营销公司 微网站搭建平台 网站优化哪里好 大庆网站建设 山东信息安全等级保护 亲子关系的教育策略咨询【www.richdady.cn】 婴灵的化解仪式咨询【www.richdady.cn】 家庭关系的心理调适【www.richdady.cn】 亲子关系的家庭氛围如何营造?【www.richdady.cn】 内心恐惧胆怯的解决方法咨询【www.richdady.cn】 前世缘份如何影响今生?【微:qq383550880 】√转ihbwel 财运不佳的财富增长【www.richdady.cn】√转ihbwel 亲子关系的情感交流方法有哪些?【企鹅383550880】√转ihbwel 改善亲子关系的技巧咨询【微:qq383550880 】√转ihbwel 前世缘份的故事有哪些经典案例?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 性压抑的解决方法【σσЗ8З55О88О√转ihbwel 感情纠纷的情感重建方法有哪些?【企鹅383550880】√转ihbwel 暗恋的情感表达咨询【σσЗ8З55О88О√转ihbwel 特殊学校的前世影响咨询【www.richdady.cn】√转ihbwel 前世缘份的重逢有什么迹象?咨询【www.richdady.cn】√转ihbwel 自闭症咨询【www.richdady.cn】√转ihbwel 有官司的法律咨询咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女的心理调适威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女的情感生活如何改善?【微:qq383550880 】√转ihbwel 家庭关系的案例分享咨询【微:qq383550880 】√转ihbwel 利用网络新段子营销 玉林网站建设 重庆网络安全测评机构 许可email营销的运用 深圳外贸整合营销 济南网络营销推广公司哪家好 网站加网页 央企网络安全大会 企业微信手机片网站制作 公安部网络安全保卫局v 信息安全之家庭生活 山东信息安全等级保护 临沂网站推广 建网站 广州 昌平网站建设 建立企业网站 微信高端网站建设服装手机商城网站建设 ccf 信息安全,-1 网络安全问题防止趋势 营销信 网络安全归哪个部门管 摄影网站在线建设 制作网站软件 微网站搭建平台 公司网络安全管理办法 网站优化哪里好 网络安全 和 信息化 网站优化哪里好 网络游戏营销 网络与信息安全实验教程 我想做个网站 网络安全同担 苏州网络营销推广 全网营销四大系统 网站建设程序开发 360网络安全集团 苏州网站制作 深圳做网站 网站搭建吧 城市网络安全服务 建网站 广州 全网营销四大系统 城市网络安全服务 俄罗斯 信息安全 2016 数据信息安全体系建设方案,-1 电子信息安全服务测评 搜索推广营销职业规划 微网站搭建平台 逆向工程 信息安全 杭州网站建设 网络安全与加密 网络整合营销公司 大庆网站建设 昌平网站建设 大连网站 企业营销职能案例 专业的西安免费做网站 青岛的网站设计 深圳外贸整合营销 整合营销传播 缺点网络营销的个性化 腾讯澳大利亚网络安全 技能竞赛信息安全人才 网站建设协议 第三方支付网络安全 微信营销的发展 时间 网站优点 网络安全相关的网站 做动效网站 公安部网络安全保卫局v 网站密度 网站优点 天津市网站制作 公司 网站制作北京 西安网站托管 苏州网站制作 国际网络安全公司排名 摄影网站在线建设 企业营销职能案例 网络整合营销公司 央企网络安全大会 信息安全规范是 ccf 信息安全,-1 网站内容添加 山东省大学生网络安全 广州手机网站开发报价 第三方支付网络安全 河南信息安全电子认证中心 网站搭建吧 上海市网信办 信息安全 许可email营销的运用 网络安全的发展趋势 信息安全规范是 青岛设计网站的公司哪家好 天津市网站制作 公司 建立企业网站 全网营销四大系统 深圳企业建网站公司 搜索推广营销职业规划 腾讯澳大利亚网络安全 营销外包是什么意思 信息安全协会 防火墙与网络安全的关系 信息安全风险管理介绍,-1 杭州网站建设 技能竞赛信息安全人才 网站制作北京 公安部网络安全保卫局v 建网站 广州 网站搭建吧 密码编程学与网络安全 欧盟 网络安全 青岛的网站设计 长沙商城网站制作 北京网站设计制作 企业营销职能案例 河南信息安全电子认证中心 济南网络营销推广公司哪家好 2017网络安全现状 通信行业信息安全大赛,-1 网络安全从业学习指南 山东信息安全等级保护 360网络安全集团 网络安全从业学习指南 长沙商城网站制作 大连网站 酒店网站制作策划 信息安全服务行业 广州手机网站开发报价 2016信息安全大事件 俄罗斯 信息安全 2016 肇庆网站建设 网络与信息安全实验教程 网站建设协议 网络安全与加密 湖南科技大学信息安全