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
信息安全创业的女人广州华南信息安全测评中心扁平式网站网站需求方案网站代优化营销策划网2016年4月19日 网络安全网络安全人才报告网络安全提供全国网络信息安全学院网站制作设计收费二十年前,一场大火,父母双亡,与妹妹分离。 二十年后,接到刺杀任务,在战斗过程中,猜测目标是和自己分开了二十多年的妹妹。 因为这个猜测,导致任务失败,受到组织惩罚,“意外”死亡。 重生后,在成长路上,发现了二十年前的那场大火里,还隐藏着不为人知的秘密……一场赌斗,天下九州做棋子 武道一途,逆命而上! 人欲拦我,屠人! 神欲拦我,斩神! 天欲拦我,灭天! 道欲拦我,伐道! 命运蹉跎又能如何,三尺青锋,一剑斩之!秦煜魂穿大唐,激活了个说书系统,却没想到开局任务就说【长生诀】。 秦煜:在大唐说长生诀?系统你怕不是嫌我死的太慢!你咋不叫我去讲玄武门之变? 系统:那就讲玄武门之变,要么现在死! 秦煜:我也不是怕死,就是爱讲玄武门之变! 李二:听个书,结果听到揭秘玄武门之变!这厮当真是不怕死呀 人类在宇宙之中孤独嘛?人类为何发现不了外星文明?你了解这个世界嘛?生命因合而诞生因合而毁灭?宇宙外面是什么?微观世界存在嘛?一切的源头是什么?终极世界是什么? 一切可能的答案尽藏于书中,一生铸一书,一书看一世,无尽宇宙藏奥妙,笑看红尘守本心,万千世界有关联,莫问姓名你我他,缘起万物一念生…………当主角醒来,发现穿越成少年时的慕容复,而且身处十四部金书融合的大武侠世界里,他该何去何从,兴复大燕?争霸天下?又或是勾搭几个美女逍遥一生呢?本书书友群(扣扣群):463587739初恋,姘头,情人,妻子,终究哪一个才是男主的真爱?挣扎数年,却换不来一个他心中渴望的家。于万般无奈中,选择了一个爱他的,十分年轻偏执的女人为伴,却又在莫名其妙的情况下失去了她。荒事数年,人间沧桑,最后的最后,真正爱他的人才出现,却原来是最不起眼的曾经! 恭喜绑定育儿成长系统 本系统因不可描述原因 受损程度78%,无法主动提供任何帮助 如遇危险请用爱感化对方 谢谢合作 简介?什么简介 作者已经被整疯了 哈哈哈 假的 假的 全是假的 去你的育儿系统啊啊啊啊!一个人的成长故事在四明山下有一个古老的村落,这个村落有一个古老的传说。
中企网络营销顾问 网络营销的swot分析图 手机网站广告 12月网络安全大会 网络安全销售证 营销机构与营销队伍 南京网络营销推广报价 网站与后台 邵阳网站优化 2016年4月19日 网络安全 为什么过世的前世因果【www.richdady.cn】 解梦的案例分享咨询【www.richdady.cn】 家庭关系的相处之道咨询【www.richdady.cn】 发育倒退【www.richdady.cn】 婴灵的超度流程【www.richdady.cn】 解梦的案例分享【www.richdady.cn】√转ihbwel 投资项目的案例分享咨询【微:qq383550880 】√转ihbwel 前世今生的故事有哪些案例?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 什么原因意外【σσЗ8З55О88О√转ihbwel 头脑混沌的前世记忆咨询【www.richdady.cn】√转ihbwel 失业的原因分析咨询【企鹅383550880】√转ihbwel 孩子压力大的解决方法咨询【企鹅383550880】√转ihbwel 迟缓儿的自我提升【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家宅磁场咨询【企鹅383550880】√转ihbwel 事业发展瓶颈突破咨询【www.richdady.cn】√转ihbwel 为什么过世的前世修行【微:qq383550880 】√转ihbwel 与公婆前世的识别方法【σσЗ8З55О88О√转ihbwel 升迁障碍的自我提升【σσЗ8З55О88О√转ihbwel 学习成绩差的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 莫名其妙感伤的心理调适【企鹅383550880】√转ihbwel 网络信息安全等级保护 烟台网站建设设计 网络整合营销推广托管 策划营销推广 广州华南信息安全测评中心 部队网络安全大讨论 个人微博营销特点 我们的优势的网站 营销型网站建设 价格 is001信息安全 网站制作 常见问题 网络安全销售证 烟台网站建设设计 欢乐颂网络营销 武汉网站seo 中国计算机网络安全 2015 网络安全大事件 信息安全 社会责任 网站建设学费 培训网络安全 信息安全等级测评师培训如何报名 南京网络营销推广报价 网络营销宝 深圳营销 如何构建一个网站 家居企业网站建设平台 嘉兴微信网站 信息安全 社会责任 2017网络信息安全大会 企业信息安全价值 网站建设 甘肃 网络信息安全技术措施 制作外贸网站的公司简介 信息安全服务等级证书 12月网络安全大会 工业信息安全联盟,-1 is001信息安全 黑龙江省网络安全攻防 安徽省网络安全专家 长安手机网站建设 营销策划网 社交媒体营销 pdf 移动营销形式 重庆微信活动营销案例 营销培训的重要性 手机网站模板下载 工业信息安全联盟,-1 2017最新网络安全法 网络安全技能竞赛的内容 徐汇微信手机网站制作 公司信息安全培训 x网站免费 邵阳网站优化 网络安全人才报告 酷炫给公司网站欣赏 2014网络信息安全事件 网站辅导运营与托管公司 留住用户网站 信息安全专业专业课 扁平式网站 武汉网站seo 信息安全 社会责任 淮南网站建设 移动营销形式 二级域名网站价格 网络信息安全技术措施 网站制作 常见问题 山大数学 信息安全 网络安全名字 google网站地图 武汉网站优化 台州网站建设公司 电商营销体系 很火的网络营销案例 网站制作设计收费 儿童节品牌营销案例 微信朋友圈营销的好处 嘉兴网站设计999 999 is001信息安全 网络信息安全主动防御 山大数学 信息安全 2017网络信息安全大会 网络安全法 条款解析 德州网站建设 网游营销 网络安全与中国方案 信息安全服务等级证书 网络安全监测与大数据 信息安全管理体系实施案例及文件集 做网站 深圳 营销型网站建设 价格 信息安全资质包括哪些内容 2015 网络安全大事件 营销型网站建设 价格 邵阳网站优化 高端的佛山网站建设 青岛商业网站建设 潍坊网站建设公司电话 公司网站手机版 计算机网络安全体系... 以色列网络安全 网站辅导运营与托管公司 武汉网站seo 南昌网站建设公司渠道 信息安全所包含的内容是 2017最新网络安全法 黑龙江省网络安全攻防 2017网络信息安全大会 2016网络安全法 政府网络安全标准 网站酷站 酷炫给公司网站欣赏 深圳市网络安全员答案 2014网络信息安全事件 中国网络安全团队 1号店网络安全整体设计方案 网络安全与中国方案 网络安全都有什么安全 台州网站建设公司 建个人网站 全国信息安全技能证书 网络安全排行 网站建设学费 信息安全专业专业课 2016年4月19日 网络安全 制作外贸网站的公司简介 网站需求方案网站代优化 山西 信息安全 台州网站建设公司 酷炫给公司网站欣赏 借势营销优缺点 手机网站空间 网络安全标准是什么 我们的优势的网站 嘉兴微信网站