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
青岛找网站建设公司好网站托管 济南信息及网络安全学最新网络营销多少钱网络安全产品代理铜陵网站优化杭州制作公司网站网络营销策划 费用重庆网站平台建设西安网络安全监察支队 紫阳,宁星文明的摇篮,此刻正危机四伏。 三股势力,究竟是谁将会带领文明走向更远,是宁星上的旧势力,还是龙星上的新政权,或是充满野心的新帝国,一切都是未知。 所有的一切将从一些琐事说起,一些关于没落的宁星,以及龙国与天神帝国之间的争端,龙瑞与木恩之间的瓜葛说起 本文描写一对乡下的老夫妻,一起过着平凡的而甜蜜的生活,苦中作乐,为了能够购买到一辆5000元的三轮车而,老两口不断去努力种地挣钱的故事。接近生活,代入感极强,本小说以一对现实生活中的夫妻那真正的故事作为取材,不脱离实际还有现实,生动的刻画了真实生活的那最为现实的写照,看完了之后,引人深思,令人更加的去珍惜现在所拥有的生活。趁您的亲人好友还在人世,多多珍惜,生活,那是最为苦涩而甜蜜着的。叶帆,原本只是现实生活中的一个宅男,结果在一次触电事件中他被传送到了名为洪荒之界的地方,他会在这里反复出什么风雨呢?我叫叶轩,别人武魂觉醒不是动物就是武器。 我不一般,我觉醒了个人!我的网恋对象是一个外星人穿梭各式聊天群装逼,搞笑升级,无理头,无头脑对话,轻松,幽默。一位天才少年,因为一次特殊的案件,他的一翻话给了刑侦队长一个方向。他的每次分析总是雪中送炭。江边夜里,爷爷将我捡来,取名江夜。 我本以为自己就是一个孤儿,却不曾想十八岁那年,身边开始怪事频频…… 我没有想过,江边飘来的红木棺材,改变了我的一生…… 我更没有想过,这辈子会和一口棺材纠缠不清……世界异变,规则崩坏,意外觉醒强大星魂的李飞,将何去何从。邪魔入侵,洪荒大陆陷入危机,人类需要一个超级战神强者拯救这片大陆
网站维护www 项目营销策略模式 天津 网站设计公司 怎么搭建php网站中国信息安全公司 铜陵网站优化 定制做网站信息安全泄密事件 房产类网站制作商 深圳网站建设报价 沂水做网站 网络营销工程师是什么互联网+ 网络安全 工作压力大导致的精神不振咨询【www.richdady.cn】 与男友前世咨询【www.richdady.cn】 如何识别外灵干扰的症状【www.richdady.cn】 大龄剩女的案例分享【www.richdady.cn】 特殊学校的教学方法咨询【www.richdady.cn】 什么原因意外的前世修行咨询【企鹅383550880】√转ihbwel 与老公前世的前世解析咨询【σσЗ8З55О88О√转ihbwel 去世的父亲的影响分析【www.richdady.cn】√转ihbwel 大龄剩女的情感困扰咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 脑部不清晰与生活习惯的关系咨询【σσЗ8З55О88О√转ihbwel 冤亲债主干扰的化解方法有哪些?【微:qq383550880 】√转ihbwel 与女友前世的前世案例【企鹅383550880】√转ihbwel 冤亲债主的干扰与化解咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵的安抚有哪些技巧?【σσЗ8З55О88О√转ihbwel 财运不佳的真实案例有哪些?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 提高孩子阅读兴趣的方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主的干扰原因威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与女友前世的前世案例威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 存不住钱的环境影响咨询【微:qq383550880 】√转ihbwel 强迫症的治疗方法【www.richdady.cn】√转ihbwel 网络营销常用促销策略 咨询手机网站建设平台 网站二次开发 购物类网站建设方案 做一个营销型网站多少钱 网站维护费 网络营销整合性 网络安全最新技术 营销型网站的例子 互联网信息安全问题主要来源 网络安全情况分析 营销的类别 苏州装修公司网站建设 什么公司需要网路营销 信息安全等级保护制度的基本内容 网络安全检测方法 门户网站的建设 网络安全最新技术 2016年信息安全事件攻击原理 浙江省信息安全行业协会 互联网营销的流程图 网络营销策划费用清单 苏州装修公司网站建设 珠海建网站 信息安全 监控,-1 网站维护www 营销的类别 上海高端网站开发公司 门户网站 移动营销编码 淄博网站优化首选公司 web编程网络安全 东莞全网营销网络推广企业 信息安全一级学科 浙江省信息安全行业协会 网络安全情况分析 王军教授信息安全 个人备案 可以做企业网站吗 网络营销案例评析 新闻营销 畅销书营销方案 青岛网站设计哪家好 成都营销型官网 网络安全最新技术 网络安全与防火墙 无线网络安全文章 成都信息安全企业 网络新闻营销推广代理 基于攻防对抗的网络安全动态评估方法 衡水企业做网站推广 网站维护费 网络安全态势感知 外文 合肥网络营销 2015信息安全事件 网络营销策划 费用 营销环境分析的内容的有 青岛手机网站制作 怎么搭建php网站中国信息安全公司 青岛网站设计哪家好 浙江省信息安全行业协会 宁波网站建设公司 成都信息安全企业 北京高端网站定制公司哪家好 网络营销策划 费用 色调网站 国家信息安全部部长 丰台手机网站设计公司 网站做成软件免费 杭州制作公司网站 网络营销常用促销策略 宿州网站制作 北海网站建设 首届通信网络安全管理员 国网大营销 北大 信息安全 实验室 开网站成本 门户网站的建设 成都网站建设 企业网络安全漏洞 门户网站 信息安全 风险 合规 网络营销策划费用清单 2016信息安全 web编程网络安全 公安局网络安全监察大队 网络营销工程师是什么互联网+ 网络安全 苏州装修公司网站建设 网站维护www 互联网营销的流程图 文具的网络营销策划 国网大营销 新的网络安全文献 网络安全情况分析 中国网络安全大赛试题 上海高端网站开发公司 定制做网站信息安全泄密事件 营销型网站推广 免费造网站 做一个营销型的网站多少钱 陕西网络安全监察大队 中国国际信息安全大会 广东省网络安全周 绵阳营销策划 优帮云 网络营销案例评析 免费造网站 信息及网络安全 网络安全播报 简述常见网络安全服务 微博营销的特点有哪些 公安局网络安全监察大队 毕马威 网络安全法定制网站制作广州 浙江省信息安全行业协会 珠海建网站 山西网络安全论坛 免费网站建站 江苏营销型网站公司 在网站后台上传的图片为什么传到网站上后会变形应该怎么修改 2016年信息安全事件攻击原理 营销的类别 广东省信息安全服务备案证 微网站app制作 国家信息安全服务资质 惠普 信息及网络安全 洛阳网站建设 网站建设图片 信息网络安全管控 湘潭网站建设 营销型网站推广 淄博网站优化首选公司 网络安全技术包括 信息安全咨询 资质证书,-1 房产类网站制作商 h5case什么网站 网络营销的策略有哪些? 为什么网站在我们公司的电脑都打不开在别人的电脑就能打开