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
网络安全管理流程信息安全实训总结信息安全实施计划网络安全 机器学习信息安全会议内容邮件营销推广网站快速备案网站内连接中国 国家安全局 网络安全如何设计网站banner2017 网络安全 大会正当徐风在全球进化爆发后的10年后,通过自己的努力,好不容易当上物资搜寻小队队长的时候,因为一场意外。穿越回全球进化的半年前……一场简单的旅途,却意外重重;几起案子纠葛交错,但顺理之下却交集重重。世事难料,人心难测,隐情背后还有隐情,凶手之外仍有凶手,书里书外,孰真孰假?真相远没有看到的那样简单,层层披露之后,浮现的是所有意想不到的可能。林逸重生了,回到了人类末世的五年前,神明降世奴役人族、妖魔横行都市以人为食,人类险遭灭绝。 林逸:“还有五年,足够让我改变未来。” 娇俏校花:“林逸哥哥,不是说好的修仙吗?你这是在干什么……” 东方苍澜作为一个还算平凡的初三学生,他所认为人生中最重要的事情也不过是中考,高考。结果在离中考倒计时很近的一个晚上,他惨遭神秘面具人杀害。 他死后的灵魂在尸体旁不停的徘徊,怨气难消。他看到跪在自已面前哭的肝肠寸断的母亲,看到现场上个个看热闹的人们。 就这样以灵魂的形式,东方苍澜走过人世间十年,历经痛苦和麻木,发现凶手后更多的是无能为力。直到他遇上东方家族祖先的灵魂。 祖先知道了他的故事,用燃烧自己为代价让东方苍澜的灵魂重生在刚入初中时。 重生后的东方苍澜觉醒了异能,从此,以他做为主角的校园生活加复仇调查正式展开。 淡漠善良长发男主×乖巧的好学生女主 男女主没成年之前不会有明显的感情线,本人不支持早恋。 (新人报到,觉得有什么不好的地方欢迎提出来。】王屋山景区建设中,一座破落道观,不肯拆迁,遭到全网谴责,鄙视现在的道士也黑心市侩,为了更高的拆迁款,宁愿当钉子户! 但无人知道,道观下,镇压着无数妖魔,恶鬼厉魂,数千年来镇妖观一脉付出无数人的性命,才守护人间平安! 面对官方逼迫,开发商强拆,全网口诛笔伐,楚河冷笑:“拆了我的镇妖观还想我救你们,做梦!” 谨以此致敬高三的时光武则天:“李余,真是朕的好孙子,我大唐的骄傲!” 狄仁杰:“李余是我见过最完美的人!” 李白:“看了李余的诗,我忽然发现自己不会了。” 李隆基:“李余是个坏人!” 李余:“你们不用夸我,我只是一不小心就造了盛世而已,很普通的啦!”出生农村的我,小学出众,初中还行,高中普通,最后高考一个普通的211,不知为何,我回到了初三毕业的那一年……遇见了那个惊艳我今生的她一个是格雷斯星的守护者,一个是诅咒之子,一次意外他们相遇了,但当他的真正身份暴露时,他还会一直陪在他身边?一念天堂,一念地狱。 抛弃黑暗的过去,退役军医雷东选择做一个普通人——直到圣晶危机的爆发。 圣晶,所有人垂涎欲滴的能源,却引发了空前恐怖的生化危机,昔日繁荣的城市沦为不死族的圣地! 面对尸潮的袭击,极东古国当局却袖手旁观,背后竟然有更加恐怖的存在? 一千年,转瞬即逝。地下世界的霸主,HBY基金会一手遮天,阴影笼罩了整个极东。名为改造者的“魔族”重出江湖,基金会的堕落天使咀嚼邪恶,注视着深渊! 人类的始祖号召凡人与魔族并肩而战,对抗来自天上之人;上百位魔族的权威,诸位“罪恶圣人”兴风作浪,百圣争鸣! 雷东早在他不再平凡的那一瞬间,就卷入了风暴的中心点——只有消灭“堕落的天使”们,扭转魔族与凡人互相争斗的现状,这个世界才有救! 无辜的灵魂才有救!
支付宝网络营销成果 品牌推广营销 网络科技营销 网站的申请 全球网络安全 损失 信息安全管理平台soc rss营销的基础是 卫龙网络营销 咸宁网站建设 支付宝网络营销成果 财运不佳的财富转运咨询【www.richdady.cn】 财运不佳的投资建议咨询【www.richdady.cn】 学习成绩差的自我提升【www.richdady.cn】 财运不佳的财富增长技巧有哪些?【www.richdady.cn】 去世的母亲的前世案例咨询【www.richdady.cn】 什么原因意外的前世案例咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 老公家暴的自我保护咨询【σσЗ8З55О88О√转ihbwel 婴灵的超度过程咨询【www.richdady.cn】√转ihbwel 公司破产后的员工安置问题【企鹅383550880】√转ihbwel 冤亲债主化解【微:qq383550880 】√转ihbwel 前世今生的梦境解析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何识别外灵干扰的症状咨询【企鹅383550880】√转ihbwel 投资项目的环境影响咨询【www.richdady.cn】√转ihbwel 自闭症的家庭支持咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 亲子关系的案例分享咨询【σσЗ8З55О88О√转ihbwel 亲子关系的心理调适咨询【企鹅383550880】√转ihbwel 前世今生的轮回解析咨询【www.richdady.cn】√转ihbwel 感情纠纷的情感咨询咨询【σσЗ8З55О88О√转ihbwel 感觉整天没精神怎么办咨询【微:qq383550880 】√转ihbwel 学习成绩差的环境影响咨询【企鹅383550880】√转ihbwel 2015江苏信息安全竞赛单位排名 网络安全 宣传 2017 2014中国信息安全防护大会 移动营销优点 山西省信息安全研究院 中国信息安全应急中心 网络安全产品 公司 工业控制系统信息安全第1部分:评估规范 重庆网站真实案例 佛山网站建设服务器 营销与社会营销的区别 网站建设的好处 海安做网站 广州企业网站建设哪家服务好 邮箱营销系统哪个好用 上海运营营销号大公司简介 微博营销服务内容 网站的申请 杭州的网站开发 网站代 国家网络安全 物联网 无锡网站制作 网站建设 php 企业网站 《信息安全研究》 国家信息安全漏洞库 直接营销缺点 网络营销服务协议 军用信息安全产品认证 怀化网站建设 网络安全主要威胁 信息安全的要求 信息安全相关政策法规 海尔集团营销案例分析 品牌推广营销 直接营销缺点 山西省信息安全研究院 工业网络安全防护网关 支付宝网络营销成果 网络安全和web工程师 网络科技营销 2017网络安全调查报告 营销的视频 网站首页制作 信息安全工具测试 我的注册信息安全 网络安全有什么证书 网络安全 蜜罐 网络安全攻防研究室 怎么样 网络营销策略包括哪些开县网站建设 河南天祺信息安全技术有限公司 信息安全委员会职责 嘉兴网站开发 信息安全管理平台soc x网站免费 个人代理营销渠道优势 网站布局图网站推广营销 邮箱群发营销软件 网络营销分为哪4个 建设手机网站费用 品牌推广营销 网络安全产品 公司 信息安全会议内容 关于网络安全基线信息安全技术 web应用安全扫描产品安全技术要求 2017网络安全调查报告 新浪微博营销的优势 移动营销优点 活动营销 建网站要多少钱 途牛网营销 网络安全博士生 青岛免费建网站 如何策划网络营销活动 上海运营营销号大公司简介 免费网站域名注册 网络安全 机器学习 网络营销人群分析报告 网络安全专家指导 优势网网站 工业控制系统信息安全第1部分:评估规范 信息安全实施计划 第三方营销策划公司 第三方营销策划公司 建网站要多少钱 深圳 信息安全公司 网络营销人群分析报告 移动数据网络安全吗 金融公司网络安全 西安手机网站建设 杭州的网站开发 顺德营销网站设计 电力信息安全等级保护 网站的申请 银行 信息安全 案例 网络安全产品 公司 阜阳网站建设 上海运营营销号大公司简介 app营销案例 西安网站建设案例 固原网站建设 信息安全竞赛作品赛 阜阳网站设计 东软关于开发活动的信息安全要求 怎么检测网络安全 佛山网站建设服务器 网站建设 甘肃 网络安全等级保护级别? 网络安全主要威胁 建设手机网站费用 信息安全管理中心,-1 上海运营营销号大公司简介 网络营销事件地产 直接营销缺点 如何策划网络营销活动 微博营销服务内容 顺德营销网站设计 网络安全 宣传 2017 普集网站制作 科技公司信息安全事件,-1 全国信息安全技术标准 网络安全和web工程师 网银网络安全方案 中国信息安全应急中心 影视剧的营销手段 拉萨网站建设 电子书营销的特点 《信息安全研究》 网站建设排版规定 网络营销事件地产 网站建设的好处 石家庄微网站建设公司 网络安全 宣传 2017 网络营销服务协议 西安手机网站建设 邮件营销的步骤. 国家信息安全漏洞库