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
信息安全 咨询深圳网站制作公司机构中国网络安全维护组长春长春网站建设网建网站需要什么海淀重庆网站建设网站推广的好处北京网站的建立的网络安全防护技术应用网站改版seo少年从小厄运缠身,身边人一个个离去,阴差阳错来到异世大陆,被人救治,却给救人者带来不幸,自己也再次涉险,从此开始流浪,在流浪中修炼,在流浪中成长,最终......无敌流+摆烂流+幕后流 “喂,要不要和我签订契约?”此话一出,全宇宙的生物背后都发凉。 书友群:?808572688?一场车祸,一枚神秘戒指,带着夏天穿越诸天。 我曾和张三丰坐而论道,与小龙女烹雪煮茶;曾掠夺斗帝异火,也曾迎战诸天神佛! 诸天万界,都藏于一枚小小的戒指中。 林啸意外穿越特种兵的世界,随身带着最强国术系统。 每提升一个等级,不但身体会得到强化,还能获得新的国术,成为自己的天赋神通,既分高低,也定生死。 暗器精通:拥有此技能,你可以熟知每一件事物的属性,能将任何一种物品当作杀人的利器,杀人是一种技术,不滞于物,请谨慎使用此技能。 何晨光:“你从娘胎就可以练功吗?” 雷战:“牙签也能杀人,老子服了!” 安然:“啸哥,你确定你的女友是大明星?不是特种兵?” 范天雷:“狼牙的未来就交给你了,老子提前退休。此文是麻辣女兵续文,之前一直在别的地方有更新,现在搬到这里是因为17k是我写文章的起点。此文为虐文,是5年前想出来的大纲,之所以写出来是觉得里面有的情节还不错,希望大家喜欢。文章我确实是按照麻辣女兵之前的性格人物来写的,所以读者有质疑欢迎提出来我们做探讨!修行是一条茫茫无尽的道路,路上没有长生的喜悦,有的只是无尽的枯寂与落寞,三年前问心路上,学院问我,为何要修行,实际上我撒谎了,我只是想好好活下去,能像从前一样回到自己师父师娘身边,跟明月一起坐在清风山顶的大石头上看日出大武王朝,邪异降临,诡异杀人于无形。 江夜携带修改器穿越。 燃血功+一气功,破极【炎阳神功】。 牛魔大力拳+十三太保横练,破极牛魔大力拳.真意。【牛魔真身】 狂风刀+黑虎刀法,破极【霸刀诀】。 疾风掠影+御风步,破极【御风隐形】轻功。 生死看淡,不服就干,这是一个以蛮力,武道,横推一切的故事。从一个我的世界小白到服务器中的大佬。异世重生,命运多舛。 在家族利益中被驱逐,在万族大乱中求生存。 拥有一颗强者之心,老天却总跟他开玩笑,无法修炼灵力。 终以剑入修,走出剑仙之道。古代,人们创造出巨龙所不允许的光推翻巨龙统治进入火光时代。但,有人向往光明,有人向往黑暗。在永夜中追寻罪者的人中陈寰初觉得,这种贸然推动时代的人不应该冠以英雄之名,而是应该直接处决。秉承着此信条他想来亲眼见证时代的改变与消亡。
网络安全宣传 优秀网站制作 网络安全部队 信息安全 效益 织梦dedecms网站改版后幻灯片部分显示空白的解决方法 网络安全专家采访 顺德网站建设要多少钱 公司网站 开源 网站的营销与推广方案怎么写 黄骅做网站 心特别累的咨询技巧咨询【www.richdady.cn】 如何知道自己有前世缘份?【www.richdady.cn】 前世今生的故事是真的吗?咨询【www.richdady.cn】 邪灵对人的危害咨询【www.richdady.cn】 强迫症的环境影响咨询【www.richdady.cn】 解梦的梦境解析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家宅磁场的优化技巧咨询【www.richdady.cn】√转ihbwel 忧郁症的改运方法【微:qq383550880 】√转ihbwel 冤亲债主干扰的前世记忆咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 解梦【www.richdady.cn】√转ihbwel 孩子厌学的家庭教育【www.richdady.cn】√转ihbwel 人际关系不好时的心理调适咨询【企鹅383550880】√转ihbwel 与男友前世的咨询技巧咨询【www.richdady.cn】√转ihbwel 缺心眼的解决方法【www.richdady.cn】√转ihbwel 儿子不读书的心理调适咨询【σσЗ8З55О88О√转ihbwel 儿子不读书的原因分析咨询【企鹅383550880】√转ihbwel 亲子关系改善建议咨询【www.richdady.cn】√转ihbwel 孩子不爱读书的原因有哪些?咨询【σσЗ8З55О88О√转ihbwel 祖灵对家族的影响【σσЗ8З55О88О√转ihbwel 特殊学校的教育理念【www.richdady.cn】√转ihbwel 公安网络安全标准 珠海品牌网站制作 搜索引擎营销效果评估 网络安全的简介 微博经典营销博文 黑客网络安全技术论坛 产品型网站 营销方案技巧 网络安全专家采访 app设计网站 网络安全防护技术应用 你所采取的网络安全操作或者你所知道的操作建议(不少5个建议) 双色调网站 网络安全.pdf 微博经典营销博文 信息安全防护有关规定 移动营销的优势劣势 gb t 信息安全 网络营销方法分为 中山精品网站建设策划 南昌个人做网站 营销解决方案 青岛信息安全企业 黑客网络安全技术论坛 黄骅做网站 常见的信息安全事件 深圳网站制作公司机构 网络安全设备销售 网店营销计划 信息安全研究生学校,-1 南京网站优化公司 网络技术网站 Email营销 信息安全壁纸 上海网络营销 网络安全.pdf 信息安全壁纸 公安网络安全标准 做网站网络公司 网站设计工 免费网站域名申请 珠海品牌网站制作 互联网有什么营销资源 网络安全专家要求 乔布斯式营销 搜索引擎营销效果评估 网站推广的好处 信息安全管理 营销外包公司 北京 网络安全的简介 西安全网营销 成都 信息安全大会 营销型企业 微博经典营销博文 深圳企业高端网站建设 网络安全事件解决时间 如何让做好网络营销 黑客网络安全技术论坛 网络信息安全中心 衡水网页网站建设怎么写问答营销的策划 亚信网络安全 产品型网站 网络安全展 信息安全研究生学校,-1 北京市网站公司 大学生网络信息安全 山东省网络安全技能大赛官网 网站建东营专业网站建设 网站买空间 西安全网营销 网络安全专家采访 信息安全电子书 婚庆网站建设网站建设需要多少钱 信息安全 效益 营销解决方案 app设计网站 信息工程大学信息安全 顺义手机网站设计 大学生网络信息安全 b2b营销软件 网络安全防护技术应用 信息安全和管理中心 陕西省网络与信息安全测评中心 网站推广的好处 你所采取的网络安全操作或者你所知道的操作建议(不少5个建议) 网络安全部队 衡水网页网站建设怎么写问答营销的策划 网络安全病毒逻辑实例 深圳网络营销|深圳网站建设公司|专业网络营销运营推广策划公司 信息安全壁纸 网络安全产品起名字 免费pc 微网站模板 网站怎么创建 婚庆网站建设网站建设需要多少钱 红帽。信息安全 上海品质网站建设6.1号网络安全法 网络安全.pdf seo网络营销 优帮云 网络安全中的个人信息安全 公安 网络安全 网络安全2017大检查 网络安全黑白之道 信息安全管理体系中的&quot;管理&quot;是指,-1 解放军信息安全测评认证中心信息安全日 网络安全事件解决时间 电子商务常见营销方式 网络安全宣传 网络安全行业发展 建网站需要什么 深圳h5网站制作 seo网络营销 优帮云 网络技术网站 信息安全技术实验报告 邮件营销策划 博客网络营销2014.3. 信息安全风险管理系统 Email营销 上海信息安全师 免费pc 微网站模板 网点营销手机短信 国家级信息安全标准 网站买空间 茂名网站建设 信息安全关乎国家安全 饥饿营销英文解释 网络安全事件解决时间 平台营销能力分析报告 3g网站开发 营销解决方案 网站模板和定制的区别 重庆b2c网站制作 国家互联网信息安全 网络营销方法分为 gb t 信息安全 网络营销策略文章