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南京网站建设咨询穆曦辰生在一个世家大族,但在一个夜晚,他所在的家族和族人被某个势力所灭,他和妹妹侥幸逃跑,在深山之中被一位神秘强者收为门徒······ 他们能否找到灭族真凶,为族人报仇呢?吴娓娓本是霞云医院的一名普通医生,却意外结识了一个名叫郑海明的道士,随后各种离奇的事情接连发生,医院出现多例奇怪病人,金光咒,凌空飞行,苗疆古墓,封魂棺,各种事情都随着吴娓娓和郑海明两人展开。原本只是感兴趣不想惹上麻烦的吴娓娓却被迫与郑海明踏上了对抗幕后黑手荆海源的冒险,觉醒先天之炁,进入古墓,吴娓娓卷入了一场本来与她毫无相关的师门纷争,原本的偶然实际上是命中注定,等待着她的是一场九死一生的冒险。一座恐怖的公司,月薪300w,但是会发生许多灵异事件。给你钱你敢来吗?古之大能者,无不是有天地之大道气运加持于身。 我有一堆古之大能加持于身。 菊花受创,开启无敌之路。虽出身白丁,但可与鸿儒比肩; 虽家境贫寒,但举手可赚钱万贯; 虽手无缚鸡之力,但弹指万军灰飞烟灭; 我虽布衣,可做公卿。命运长河的波澜一往无前 受到命运之神的眷顾 万石成为这一代的机械主神 带领机械文明走向复兴【全网超火爆的网络小说】掌劈天宫镇日月,剑斩幽冥踏九霄,世间凡人万万亿,修罗成神我最狂! 本天之骄子,被小人陷害,惨遭家族遗弃。落入凡界后,天赋觉醒,我楚枫,誓要杀回九天之上,夺回属于我的一切! 众生视我如修罗,却不知,我以修罗成武神! (想看修罗武神番外,请关注蜜蜂微信公众号:善良的蜜蜂后援会)一个被遗弃少年的奇幻冒险厄禄利大陆,传说由共灵女神和其座下六大起源神兽所创造的世界。故事的舞台,就在厄禄利大陆所展开。他做狗一世,碌碌无为。 他从小无父无母,武当长大。 他救人心切,获穿越机缘。 一人灭万千鬼兽,获无上神魔体 “为啥我来异世还是当狗啊!!!!”
经典微信营销软文 营销在哪里培训 b2b网络营销的定义 关于网络安全防火墙 电商营销公司做什么的 开设信息安全专业的大学 四川微信网站建设石家庄公司网站建设 全网营销文章 制作网站软件 网站制作公司 云南 婴灵对家庭的影响咨询【www.richdady.cn】 有官司的预防措施咨询【www.richdady.cn】 解梦的前世记忆【www.richdady.cn】 心特别累的解决方法咨询【www.richdady.cn】 头脑混沌的原因及对策【www.richdady.cn】 前世老婆的前世影响【σσЗ8З55О88О√转ihbwel 财运不佳的改善方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 升迁障碍的解决方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与男友前世的影响分析【www.richdady.cn】√转ihbwel 前世缘份的前世解析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 耳鸣的案例分享咨询【σσЗ8З55О88О√转ihbwel 暗恋的自我提升咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 亲子关系的共同成长咨询【企鹅383550880】√转ihbwel 感情纠纷的情感疏导【企鹅383550880】√转ihbwel 与男友前世的故事分析咨询【微:qq383550880 】√转ihbwel 感情纠纷的沟通技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵的超度流程【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何解决孩子不爱读书的问题?咨询【企鹅383550880】√转ihbwel 亲子关系中的沟通艺术【σσЗ8З55О88О√转ihbwel 婴灵的超度流程【企鹅383550880】√转ihbwel 外卖o2o 营销模式 大良网站建设基本流程 网络信息安全实验室 青岛全网整合营销 b2b网络营销的定义 美食网站案例 dw做网站 常用的网络安全工具 自学网络安全入门 公司信息安全培训机构 西安市政府网站 免费营销型网站建设 建立企业网站 手机介绍网站 信息安全风险识别清单 深圳企业建网站公司 临沂网站推广 营销软件 代理招商 网络营销的价格策略 微信营销软件论坛网站 网络安全基线扫描 南京交通大学信息安全 做动效网站 网络安全问题 原因 网络安全事件案例2017 餐厅网络营销 网络营销目标市场假设 线上互动营销logo 网络营销的开展步骤 郑州网络营销 上海信息安全培训班,-1 国家信息安全服务 日照网站建设 dw做网站 网站制作北京 美国信息安全部门 网络信息安全实验报告 汪玉凯 网络安全 国家信息安全政策体系包括哪些内容 华为信息安全认证 cncert网络安全对抗赛 信息安全专业申报书 怎样建立自己的个人网站 温州建网站业务人员 网络事件营销方案 大数据网络安全架构 全网营销文章 上海网站络公司 自学网络安全入门 信息安全 加强 协调 郑州网站优化推广 珠宝营销网 国家计算机网络与信息安全 公司网络安全搭建 信息安全创新项目,-1 郑州网络营销 国家网络安全宣传周&quot;标识 中国信息安全峰会 公司网站开发制作 网络安全问题 原因 做动效网站 上海信息安全培训班,-1 计算机网络安全的研究 重庆包月营销推广公司 网络安全实际案例及分析 餐厅网络营销 电商营销公司做什么的 自学网络安全入门 免费营销型网站建设 杭州的网络安全公司排名 国家信息安全保护制度 网站制作公司 云南 指纹营销 从社会层面信息安全 武汉 信息安全比赛 2015 对信息安全的建议 重庆包月营销推广公司 深圳网络安全服务商 建网站 广州 互联网及网络安全应用网站建设公司广告 信息安全定级指南 国家信息安全政策体系包括哪些内容 营销订单培训 武汉网站优化 外卖o2o 营销模式 国家网络信息安全小组,-1 网络营销的开展步骤 国家信息安全政策体系包括哪些内容 美国信息安全法 企业如何做全网营销方案 网络安全敏感国家列表 沈阳网站优化 网络安全解决 营销在哪里培训 做网站收费 女生做网络营销 成都有信息安全 网络安全问题 原因 杭州的网络安全公司排名 青岛全网整合营销 常用的网络安全工具 成都有信息安全 电商短信营销方案 国家网络安全活动周 龙岩做网站 统计网络安全 微信广告和微信营销方案 电商营销公司做什么的 专业网站定制服务 信息安全顾问招聘 大良网站建设基本流程 公司信息安全培训机构 网络企业的营销模式是 南京交通大学信息安全 服务器信息安全存在的不足 网站密度 品牌网络营销 网络营销实训二 自己建网站程序 三个成功问答营销案例 对信息安全的建议 2015中国网络安全大赛 网络安全基线扫描 微信营销软件论坛网站 长春网站建设 国家网络安全宣传周&quot;标识 福田网站设计 网络安全认证主要包括 电器微博营销策划书 网络安全解决 网络信息安全实验报告 网络营销是什么证 统计网络安全 信息安全专业申报书 信息安全定级指南