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
网络信息安全主管部门,-1顺德网站建设原创网络安全最基本的技术是餐饮网站建设公司信息安全 系统cdn与网络安全广州网站设计公司排名北京企业营销策划公司网站优化课程内容营销与传统营销的区别在哪里宁波电子商务网上营销陈阳被困在了一个永远无法逃离的循环里,只要过了情人节的15点15分,他就会重新回到15天前。 陈阳发现他无论做什么,都无法打破这个半个月的循环,所有的一切都会重置。 在经历了震惊、刺激、狂喜、焦虑不安、绝望和痛苦等情绪后,陈阳开始各种作妖,决定把这个世界搅得天翻地覆。 陈阳开始学习各种技能和知识,利用它们去达到自己的目的,也完全不用考虑任何后果的恣意妄为,去成为世界的焦点。 尤其是针对那些为富不仁的富豪和权贵,更是让陈阳兴奋的难以自制。 直到有一天,陈阳掀翻了娱乐圈的时候,却发现循环忽然被打破了.....在整个大陆上,除了一些传闻,还有一名非常神秘且强大的战士,是这片大陆最强悍的战士之一,他死后由他而已继续保护传送阵法我,陈老六,凭三尺青锋,誓要荡尽魑魅,镇守邪祟!武神,是所有人都想达到修为高度,成为武神,便可傲视整个世界。但云飞所处的那一片大陆因一场前所未有的大战倒退了不知多少年,为了打破禁锢,他带领伙伴们毅然踏上那条虚无缥缈的成神之路,去寻找大陆传说中的神器,却发现一个巨大的阴谋。那个让世界陷入绝境,让人恐惧胆颤的女人即将重回大陆,她的名字让所有人为之颤抖,她是那个站在武神之巅的人,拥有大陆最强武器,一招便可灭世,出现即是末日,而一切都压在了他的身上..枫立天是我的小学同桌,今年六月,我在学校里用一个日记本写一本小说,在班里特别有名,粉丝有十几,有一天放学,枫立天来找我,他帮我在网上更小说,六月末,我加入了17K,但他并没好好更,还删改内容,让我很失望,我只能把原本的拿出来更此书讲的一个故事是以一位少年由凡人修道入屠的故事。。从石朝太祖开国以后,历经百年,大陆风云变幻,北方的狼已露出了他的爪牙。年少的英雄们又将如何搅动风云,各种谋算藏于心中,天下终将落入谁人手?李晋死了,还穿越到了游戏世界 他这辈子最大的遗憾就是强化了那把武器 而今他成为了可以强化武器的npc “勇士,今日装备锻造88折哦~” 屠龙者终成恶龙 在这妖魔环视的魔法世界之中,莫羽又该怎么去完成自身的成长,一步步走向那一条特殊的道路呢?这个作者比较懒
医院呢网络安全解决方案 营销系统手机多少钱 网站设计模版 小米内容营销分析报告 第三方人员 信息安全 营销网络的方式 宁波电子商务网上营销 域名 备案号 网站的关系 东阳网站建设 北京网站建设有限公司 耳鸣的前世记忆【www.richdady.cn】 前世缘份的重逢故事咨询【www.richdady.cn】 感情纠纷的真实案例有哪些?【www.richdady.cn】 耳鸣的前世因果咨询【www.richdady.cn】 家宅磁场的常见问题【www.richdady.cn】 前世老公咨询【www.richdady.cn】√转ihbwel 灵魂化解的步骤【σσЗ8З55О88О√转ihbwel 解梦的前世因果【www.richdady.cn】√转ihbwel 人际关系不好的案例分享【企鹅383550880】√转ihbwel 存不住钱的自我提升【微:qq383550880 】√转ihbwel 人际关系不好的心理调适【微:qq383550880 】√转ihbwel 孩子学习不好的家庭教育【www.richdady.cn】√转ihbwel 家庭关系的幸福指南有哪些?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的原因有哪些?【微:qq383550880 】√转ihbwel 老公家暴威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心特别累的前世记忆【www.richdady.cn】√转ihbwel 缺心眼的解决方法咨询【www.richdady.cn】√转ihbwel 与男友前世的记忆解析【σσЗ8З55О88О√转ihbwel 人际关系不好咨询【微:qq383550880 】√转ihbwel 亲子关系的教育策略有哪些?咨询【企鹅383550880】√转ihbwel 机械网络营销 国家支持什么参与网络安全国家标准 网络营销实训方案 石家庄网站制作哪家好 域名 备案号 网站的关系 响应式网站设计的要求 信息安全的威胁 外卖营销方式 网络安全零基础 互联网营销企业 网络营销的三大渠道 微营销企业 国安网络安全法 福田的网站建设公司 好未来信息安全规范实施时间 网络安全法的内容 网络安全通知 网站建设 长春 seo营销培训 静安区品牌网站建设 网络整合营销 中国网络安全企业排名 国安网络安全法 为什么要学网络营销 无印良品营销创意 经典网站设计 七夕 网络营销案例 网站备案 保险网站建设 山东临沂网站建设 医院呢网络安全解决方案 保护网络安全的常用手段有 2017信息安全缺人 网络信息安全主管部门,-1 网络安全思想文章 中国网络安全企业排名 郑州做网站的外包公司 网络安全扫描能够 信息安全 建议 网址制作网站 电子邮件营销基本方法 在我们的日常生活中会遇到哪些与网络信息安全相关的问题? 网络信息安全主管部门,-1 深圳市能士信息安全有限公司 微营销企业 网络营销的三大渠道 信息安全媒体 营销起源于什么时候 中国移动网络信息安全,-1 信息安全保障中心 网络营销师百度百科 2017年网络安全时间 网站设计模版 中国移动网络信息安全,-1 中小企业营销培训 经典网站设计 长沙网站设计 中小企业营销培训 上海网络安全公司营销证 传统营销的时域性 淘宝店铺营销推广方案 南京做网站的有哪些 什么是全网营销 湖南专业做网站企业 建设公司网站的重要意义 网络与信息安全的建议,-1 宜昌网站制作 山东省信息安全等级 网络安全基础应用与标准 下载 长春建站网站 长春给企业做网站的公司 信息安全意识调查总结 网络安全技术新方向 建网站啦 单页网站 网站开发流程 温州网站制作价格 2017信息安全缺人 网络营销实训方案 个人网站在那建设 广州市信息网络安全...网络安全介绍 ppt 为什么要学网络营销 福田的网站建设公司 信息安全漏洞 计算机网络安全培训、 广州市信息网络安全...网络安全介绍 ppt 网络安全排查 网络安全下载 武汉大学出版社 我国服装企业网络品牌的营销策略分析——基于凡客诚品品牌案例分析 网络安全排查 b北京网站建设 临沂网站维护公司 清华信息安全方向 上海网络安全公司营销证 东营网站优化 江苏网站建设机构 微信营销案例分析总结 淘宝网店的营销方法有哪些内容 姚威信息安全 顾客对网络营销的建议 网络营销要点 七夕 网络营销案例 哪里的搜索整合营销 跨境电商是如何营销 传统营销的时域性 聊城网站优化 山东临沂网站建设 网络安全零基础 营销推广点 营销系统手机多少钱 中国信息安全 事例 过度的饥饿营销 信息安全 银监会 温州网站制作价格 网络安全通知 网络安全时代 网站制作字体 乐清网站推广公司 邮件营销的图片 宜昌网站制作 重庆綦江网站制作公司推荐 重庆 信息安全 过度的饥饿营销 电子邮件营销基本方法 石家庄网站建设 b北京网站建设 信息安全漏洞 大网站成本 郑州网络营销外包公司排名 学信息安全 电脑 怎么做网站网络安全网络信息安全 360与中国国家信息安全 经典网站设计 网络安全法的内容 贵阳营销型_网站建设