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
支付宝的网络营销案例分析七夕 网络营销案例企业视频营销策划计算机网络安全的访问控制技术主要有基于网站系统微博营销广告语北京 信息安全 发展无锡网站推广公司网站移动站触摸网站手机天行健君子以自强不息,地势坤君子以厚德载物,本欲碌碌一生,奈何世事无常,是向前披荆斩棘,还是任人鱼肉,且看主角在红尘滚滚中如何取舍,亲情,友情,爱情 恩义,众生百态,如何面对,新世界如何创造,旧规则怎么修改,红尘路远,行者无疆 小说情节纯属虚构,如有雷同,请多谅解稳坐心理学领域领军交椅的秦尧,在一次犯罪团伙交战中被人开枪打死了,等他再次睁开眼睛时,他竟然成了一国之君,君临天下的他,在面对诡谲波澜的皇权争夺战中,他能否稳操胜券,力挽狂澜稳定朝堂?更有甚者当初开枪打死他的人,竟然成为了外番与之交好的献礼……林洛在上班回家途中被异界召唤系统砸中所穿越的故事。年轻的边防警察军校成长史,爆笑的军校生活,无畏的禁毒,反恐等打击犯罪的战斗,生动反应了首战用我,用我必胜的豪迈誓言。天高海阔八万丈,芸芸众生尽匍匐。那立于天地之间,受缚于轮回万物,他们或求来世,或修今生,参禅悟道,以求不受生死束缚,轮回之困。然福兮祸兮,世事难料;贪嗔痴妄,皆为本性;人鬼妖幻,亦正亦邪……搬家工人杨林因被挂钟砸头而穿越玄幻世界,并成为一个微末小村长。 可这世界众强争霸,山贼横行,凶兽成灾,危机四伏,常人根本难以生存。 还好杨林获得了超能力,不仅能加速事物成长,还能让事物发生变异。 从此,他种珍草,养灵兽,炼仙丹,修神通! 多年后,村子里灵气滔天,龙盘凤栖,万灵来朝,俨然一派圣地景象! 众国主:杨大人所指的方向,就是我们的战场! 众势力:这辈子最幸运的事就是成为杨大人的附庸! 隐居大能:在下前来向杨大人求药!扑通… 不知不觉,杨林已经天下无敌。 杨林:我发四,我的初衷只是为了活下去,根本没想要称霸啊… 在浩瀚的宇宙星河当中,有一片武斗大陆,那里有广袤无垠的土地,纵横大陆的河流。数以亿计的人族武者们需以展示自身实力来获得在这片土地生存的权利。 这是最原始的生存方式,也是最简单、最残暴和最直接的方式。每个人都必须拼上性命,输的一方将一无所有,包括女人和孩子,甚至是自己的生命。。。。。。 武元星从小便和爷爷在山中长大,他一直相信爷爷对自己的期望,那便是成为武者之神,便可随意畅游武者星空。。。。。。他是白狼战队队长、是让犯罪分子闻风丧胆的赏金猎人夜枭没人知道他是身世,没人知道他是来历他仿佛是凭空出现的一样,在一次任务中被敌人设计死于爆中穿越到了柯南世界。龙峰,某特种部队退役后,一次乘坐游轮遇到飓风……醒来时,龙峰发现自己出现在一处岛屿的海滩。这处岛屿荒无人烟,里面处处杀机,有吸食血肉的树怪,还有身如巨山的凶兽……生存还是毁灭?龙峰开始了自己在异大陆的传奇人生。一朝穿越,成为朱元璋十七子。 赐封宁王,朱权有点皮。 朱元璋:朱家老十七,纨绔属第一! 直到洪武六十大寿…… 这一天,有人单骑斩叛将,纳哈出归降。 这一天,有人发粮赈灾民,百姓终活命。 这一天,天降祥瑞传国玺,大明得国正。 这一天,朱元璋册封朱权,无敌宁王!
全球网络安全50强 信息安全专业知识 网站的排名和什么因素有关系 信息安全热点事件 网络安全 怎么做准入 武汉网络安全竞赛 病毒营销的发展趋势 微博新号营销 长沙的网站建设公司 山西做网站的企业 工作场所意外事故的原因【www.richdady.cn】 升迁障碍的职场策略咨询【www.richdady.cn】 前世今生的轮回传说【www.richdady.cn】 心特别累的前世因果咨询【www.richdady.cn】 脑部不清晰可能是哪些疾病的表现【www.richdady.cn】 忧郁症的案例分享咨询【www.richdady.cn】√转ihbwel 内心恐惧胆怯的心理调适【企鹅383550880】√转ihbwel 不爱读书的解决方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 学习成绩差的原因分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 发育倒退的自我提升咨询【σσЗ8З55О88О√转ihbwel 家庭关系的沟通技巧【企鹅383550880】√转ihbwel 投资项目的风险评估咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 财运不佳的财富规划如何制定?咨询【企鹅383550880】√转ihbwel 性压抑的案例分享【企鹅383550880】√转ihbwel 前世今生的轮回有哪些真实经历?【企鹅383550880】√转ihbwel 前世今生的轮回存在吗?【微:qq383550880 】√转ihbwel 心慌胸闷头晕【σσЗ8З55О88О√转ihbwel 亲子关系的心理建设方法有哪些?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的职场瓶颈如何突破?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 4. 财运与事业发展咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 北京 信息安全 发展 网站的排名和什么因素有关系 信息安全等级保护工作会议 石材网站建设 怎么样开网络营销公司 信息网络安全评估 微博传播营销的特点 微博营销广告语 信息安全技术保障,-1 网络安全新生态 营销网站的筛选 阿克苏网站建设 互联网信息安全报告 武汉网络安全竞赛 电子商务师网络营销 数字证书信息安全 信息安全等级测评机构能力要求 信息安全专业知识 网站是怎么做的吗 营销e术 路由器 网络安全 网络营销就是网上销售 乾冠信息安全研究院怎么样 网站的排名和什么因素有关系 南通动态网站建设 2016网络安全事例 塘厦做网站 网络安全攻防和web攻防 微博营销涉及的范围 12306信息安全事件追寻,-1 网络安全 怎么做准入 中山移动网站建设公司 信息安全等级保护工作会议 莱芜网站设计 触摸网站手机 网站策划图 对信息安全管理威胁最大的是 网络安全安全协议 北京 信息安全 发展 广州做网站信息 运行 打开网络安全中心 一个完整的信息安全保障体系包括 济南网站制作设计公司 网络安全防护意义 中小型网站设计公司 网站网速慢 网站制作需要多少钱 网络营销的定义及分类 网络安全网关 国家网络安全学院 武汉 肇东市网站 公共信息网络安全监管 2015年网络安全大事记 网络营销的职位有什么区别 信息安全等级保护的意义 中科大信息安全学院,-1 南宁建企业网站公司 整合营销运营 计算机网络安全的访问控制技术主要有基于 网站建设服务费标准 分析网络安全问题有哪些方面 南通动态网站建设 广州做网站信息 全球网络安全50强 网络安全大讨论 恩施网站建设 网站建设公司浩森宇特 网络安全产品分类 网络安全执法案例分析 佛山建网站 病毒营销的发展趋势 网站收录低 塘厦做网站 信息安全课攻防实训 目前国家信息安全形式 网站移动站 建网站需要什么 国家网络安全标准化 雅虎网络安全 信息安全运维服务资质 一个完整的信息安全保障体系包括 网站建设公司浩森宇特 2016网络安全事例 目前国家信息安全形式 信息安全热点事件 长沙的网站建设公司 洮南网站 珠海集团网站建设报价 网站项目设计 平台的营销 教育式营销 企业视频营销策划 网站建设服务费标准 广州做网站的公 长春营销外包 微博新号营销 网络营销在我国的发展现状 网站系统 第8章 网络安全与管理基础 网络安全攻防竞赛 昆明建网站要多少钱 信息安全等级保护的意义 山西做网站的企业 运行 打开网络安全中心 云南省网站建设 北京网站建设公司案例 整合营销运营 网络安全产业报告 网站设计软件 12306信息安全事件追寻,-1 关键基础信息安全评估 网络营销事件案例 网络营销事件案例 网站项目设计 南通动态网站建设 餐饮互联网营销 案例 酒店行业 互联网营销 网站开发与网站制作 网络安全安全协议 国家信息安全测评中心待遇 win7网络安全模式上qq 互联网软文营销案例 莱芜网站设计 linux 网络安全 命令 大连做网站的企业 微博新号营销 12306信息安全事件追寻,-1 恩施网站建设 政府网站模板 网站的排名和什么因素有关系 营销是企业 黄石做网站 网站如何推广 网络营销属于物流? 武汉网络安全竞赛