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
支付宝的网络营销案例分析国家网络安全宣传周活动主题注册个人网站信息安全三级等保方案网络安全分析系统网络安全 被动攻击信息安全等级评测资质手机网站制作推广定制网站报价书信息安全服务资质查询本书是诡秘之主同人,会借鉴序列的设定和世界观的设定,但是不会完全按照诡秘之主的世界观来,因为本书偏爽文一点,所以各位兄弟多海涵人?妖?神? 十万年来,混战不休,民不聊生,气运之争,成仙之路注定血腥! 神明高高在上,那我张空,可屠神否?神圣再现,风云再起,旧时代未葬下的魔,就由我来终结。(作者是个小白,文笔不好!)御灵者,上古巨兽,兽人,人兽,异能者,素国武者,传说中的龙族,随着世界联赛的开始,背后的阴谋拉开了序幕……正当徐风在全球进化爆发后的10年后,通过自己的努力,好不容易当上物资搜寻小队队长的时候,因为一场意外。穿越回全球进化的半年前…… 啪! 醒木一拍,道的是江湖风风雨雨人情世故,道的是少年鲜衣怒马快意恩仇。 道的是将军醉卧沙场处之泰然,道的是侠客借酒消愁一情难断。 道的更是那听书人听到深处意犹未尽,却只能听见一句: “欲知后事如何,且听我下回分说!” 主角苏莫进入了一款叫《神幻》的游戏结果不久后降临现实因为当时的错误选择导致死亡之后再次重生,还意外获得了系统。是否能够通过复活改变未来,创造奇迹。天启年间,年轻的朱由校,望一举解决辽东之患,然而,事态之发展,却出乎他的意料,最后,竟然导致了更大的灾难……嘘,欢迎来到恐怖游戏,游戏现在开始了.....明朝末年吏治败坏,山西、陕西、河南等地重大自然灾害不断,民大饥不能活,关外女真崛起,多次入关劫掠。 大明境内狼烟四起,明失其鹿,天下共擒之,一个医生穿越到明末成为庶子,庶子也风流,张景开始他精彩的擒鹿之旅。
中国培养 信息安全 网络安全方面的人才 培育效果 培养机制 在线做网站 支付宝的网络营销案例分析 通信信息安全培训通知 2013中国信息安全大会 2013中国信息安全大会 社会化网络营销分析 网络安全日宣传活动 广州做企业网站找哪家公司好 网络安全宣传周专题 精神不振的前世因果【www.richdady.cn】 灵魂种子治疗【www.richdady.cn】 脑部不清晰咨询【www.richdady.cn】 精神不振的咨询技巧咨询【www.richdady.cn】 阴间生活的前世修行【www.richdady.cn】 特殊学校的案例分享咨询【企鹅383550880】√转ihbwel 婴灵的超度流程咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与公婆前世的咨询技巧咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主的干扰与化解技巧咨询【www.richdady.cn】√转ihbwel 外灵干扰的真实案例分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 忧郁症的预防措施【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主干扰有哪些常见症状?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 暗恋的案例分享威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 莫名其妙感伤的原因分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份如何影响今生?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的重逢有何迹象?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的轮回存在吗?【www.richdady.cn】√转ihbwel 婴灵、邪灵、祖灵咨询咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子压力大威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 投资项目的咨询技巧咨询【www.richdady.cn】√转ihbwel 网站报价书 上海网络信息安全宣传,-1 哪家网站设计好 微信的网络营销推广 网络安全事件2017 注册个人网站 营销软件的缺陷 企业信息安全管理软件 中国网络安全大会 安徽 中国联通 信息安全 泰安网站制作 网络安全平台教育平台 关注网络安全宣传周 美国 国家网络信息安全战略 2014 最新 网络安全平台教育平台 温州建网站业务人员 网络营销服务包括 网络安全峰会2015.12月 网络营销的基础理论 网络社区营销策略 网络营销的劣势有哪些 浙江省信息安全等级保护测评机构 国家网络安全网站 网络信息安全公司的售后 网站设计公司 上海 邮件营销专家 国家网络安全宣传周活动主题 网站如何做好视觉营销 哪家网站设计好 支付宝的网络营销案例分析 网络安全宣传周专题 网络安全体系 具体设备 网络安全治理与黑客 网络安全技术知识 名词解释网络市场营销 微信营销经典案例 网络安全与管理 电商服务营销 网络安全和信息化工作细则 中国网络安全平台作业 网络信息安全公司的售后 网络安全管理横向联系 网吧网络安全技术 网络营销行业数据分析 耒阳做网站 怎样做好公司网站 国外信息安全工具 社会化网络营销分析 阿凡达营销 网络营销( 国际网络安全形势 网站如何被收录 网站建设案例讯息 工控信息安全技术 怎么写网络营销的总结 国家网络安全网站 北京北京网站建设 上海专业做网站公司地址 网络营销的基础理论 北京北京网站建设 网络营销( 北邮 信息安全 国家线 新微博营销 创新型的顺的网站制作 川大信息安全专业 网络整合营销的例子网站与网址的区别 2014重大信息安全事件,-1 网络营销人群 中央网络安全 管理互联网 网络安全人员录用 网络营销平台调研报告 什么是营销型网站 熟人关系营销 互动 话题 热点 营销 简述网络安全威胁的几种基本形式 互联网营销运作 网络营销信息传递原则 网络安全审计设备 泰安网站制作 本地的唐山网站建设 邮件营销专家 部队网站制作 信息安全技术应用研究 国外信息安全工具 国家网络安全网站 注册信息安全员培训 专业做网站企业 信息安全技术应用研究 网络品牌营销 网络安全和信息化工作细则 asp .net php企业门户网站程序员开发必备教程 网络品牌营销 网络营销服务包括 手机网站制作推广定制 温州建网站业务人员 中国网络安全信息小组 工控信息安全技术 天津网站制作 关注网络安全宣传周 2015最新网络营销课程 深圳建设局网站 信息安全深圳 网络信息安全网站 cii 网络安全 在线做网站 蘑菇街网络营销 北邮 信息安全 国家线 衢州网站建设 网络安全分析系统 网络安全技术视频 网站报价书 网络安全体系 具体设备 国家 网络安全审查 浙江省信息安全等级保护测评机构 好未来信息安全规范正式实施时间 代理商营销 网络安全治理与黑客 关注网络安全宣传周 美国 国家网络信息安全战略 2014 最新 好未来信息安全规范正式实施时间 国家信息安全最新政策 网络营销平台调研报告 信息安全实验室品牌 国家信息安全最新政策 单位网络安全管理协 网站html设置首页 qq营销技巧 网络营销服务包括 引擎营销教材 微博营销的特征有哪些 关于网络安全的证书 网络安全协议 pdf 网站色调为绿色 支付宝的网络营销策划 上海专业做网站公司地址