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
互联网营销公司常州网站制作市场颜色搭配对网站重要性网络黄页营销湖南营销型网站建设营销三要素信息安全等级保护攻略分析盛大网络公司网络营销发展现状网络营销中存在的问题及其原因网络安全高级培训电国家信息安全工程技术中心,-1高中才开学一个月后,高一七班的大家都平凡而和谐的校园生活被一个奇怪的黑色软件打破了,这彻底改变所有人的命运。。 丧尸突然在校园出现,校园只剩二百多名同学包括四个校花,我们的主角苏长影会怎么做呢?他会拿下四个校花冲出校园,过上神仙般的生活吗? 他拥有令人艳羡的身世,他的的父亲是一国元首,而他的人生际遇却从没有受到过任何优待。 他拥有天生异能,他是传说中十二神石之首--“力量之源”的主人,但是这个异能却总在他需要时失灵。 他资质平平,没有一点武技和魔法的修为,却被上古邪灵看中,成为邪灵寄生体,变成了邪灵的傀儡。 他的梦想只是做一个普通人,但是命运总是跟他开玩笑,让一些不普通的事情跟他扯上关系,让他成为众人的焦点。 一个一心只想成为平凡人的他如何成就了他不平凡的一生,他的一生福兮?祸兮?从地球穿越到平行空间的末世,陌游生该何去何从 伴随而来的召唤师系统、全人和亚人之间的矛盾、魔兽的进攻…… 对故乡的思念…… 我是陌游生,荣耀系统,请多多指教。本书名为【万尊无一】,记叙了主角羡林为报仇的事件,展开了本文的故事,最终成就这九州大陆的神话。等级分布:锻体,炼灵,紫霜,铭文,天川,应天,乾坤,至尊,虚神。穿越平行世界,参加选秀综艺,商献毫无意外成为偶像。 粉丝:明明可以靠脸吃饭,却偏偏靠才华,他重新定义了偶像! 商献:我不想做偶像啦,抄歌没有一点挑战性,想尝试去演戏! “人太帅,演什么都画风突兀,还是专心唱歌吧!” “这垃圾演技,安心当个偶像吧,演戏不适合你!” “演的什么鬼!差评!发首新歌我们才能原谅你!” ———— 多年后,当商献入选《时代周刊》年度风云人物,人们才恍然惊觉,这个偶像并不简单…… 年度风云人物评语:他创造了一个时代,在各种意义上!【迪化】+【无敌】+【搞笑】,叶凡穿越到修仙界,经过千辛万苦方才踏入修仙一道,本以为自己只是个刚刚踏入修行的炼气境小修士,殊不知他早已无敌,外面的修士见了他全都尊称一声前辈.......叶凡表示有些懵逼,原来练气境也可以无敌于世间.........一代宗师秦凌穿越异界大陆,意外获得系统。 哎!修炼太累了,还是直接加点吧。意念一动秦凌直接突破。 哎!炼丹不会呀,还是直接加点吧。意念一动秦凌的炼丹术直接成了天下第一。 对手:“喂,你特么的能不能要点脸呀!”教室上课上的好好地,一枪击案竟在学校发生?! 老师同学全杀,学校血流成河;顾曜煜火纹案觉醒,校园主角团立下誓言:定扭转时空,拯救世界! APRP组织的阴谋,恶魔的血眼悄然睁开。 世界的未来,是什么呢......古诗云:一将功成万骨枯! 本是花甲享怡年,老将军却踏上了寻仙之路……
网站建设服务商 第四届网络安全竞赛 营销术语 赵县网站建设 网络安全审计软件 昆明网站建设首选公司 营销课程图片 天津大学信息安全 路由器无线网络安全设置在哪 网络标题大全 网络安全 无形干扰咨询【www.richdady.cn】 特殊学校的前世因果【www.richdady.cn】 纠纷的法律援助咨询【www.richdady.cn】 如何应对突然失业的情况【www.richdady.cn】 老公家暴的环境影响【www.richdady.cn】 儿子不读书的原因分析【σσЗ8З55О88О√转ihbwel 失业的原因分析咨询【σσЗ8З55О88О√转ihbwel 内心恐惧胆怯的情感释放【微:qq383550880 】√转ihbwel 自闭症的治疗方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家庭关系的改运方法【微:qq383550880 】√转ihbwel 婴灵的前世今生【微:qq383550880 】√转ihbwel 亲子关系的教育策略有哪些?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 特殊学校的教育理念咨询【微:qq383550880 】√转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 商城网站建站程序 深圳整合营销管理 营销型网站建设公司推荐 网络营销特色化描述 青岛专业餐饮网站制作 电国家信息安全工程技术中心,-1 数据网网络安全 加解密网络安全的书 权威的广州h5网站 赵县网站建设 信息安全内容安全识别 网络安全审计软件 如何利用饥饿营销策略 内容营销与传统营销的区别吗 网络安全法 断网 网站的意义珠海专业网站制作公司 如何建立网站 第四届网络安全竞赛 专业的内蒙古网站建设 传统营销营销渠道 赵县网站建设 设计网站怎么收费 网络营销微博案例分析 sem整合营销怎么做 内容营销与传统营销的区别吗 南京网络安全厂商 杭州网站建设设计 信息安全认证培训 佛山网站seo 网络安全管理员 二级 提供佛山顺德网站设计 对营销要求 营销课程图片 网络营销的表现形式 原创文章网站更新 灰色的网站 网络安全体系要求 网络营销的国内外研究 好模版网站 营销推手 国家信息安全产品 网络安全评估 公司 达内培训 营销营销 骏域网站 信息安全 专题 重庆全网营销推广 十三五规划 网络安全 意图营销 网站怎么弄 网络安全培训会网络安全与启明星辰 路由器无线网络安全设置在哪 商城网站建站程序 软件信息安全讨论 如何建立网站 公司网站建设免费 企业网站设计 信息安全等保建设资质,-1 无刷新网站 关于信息安全的公众号 深圳整合营销管理 黑客攻击和网络安全的关系 沈阳网络营销资讯 第四届网络安全竞赛 东软 网络安全 网络营销的国内外研究 临沂网站 网站着陆页 营销型网站建设公司推荐 sem搜索引擎营销 郑州网站建设电话 论坛营销和bbs 路由器无线网络安全设置在哪 四川全网营销推广 好模版网站 信息安全认证培训 网络营销特色化描述 信息安全互联网公司排名 分析盛大网络公司网络营销发展现状网络营销中存在的问题及其原因 绿盟网络安全法解读 黑客攻击和网络安全的关系 饥饿营销案例有哪些 企业手机网站建设精英 对营销要求 青岛专业餐饮网站制作 杭州网站建设设计 关于信息安全应急响应 病毒营销优缺点 信息安全软件测评中心 网络营销特色化描述 网络营销目标包括 反中国威胁论 信息安全 贵阳网站建设公司 网络标题大全 网络安全 信息安全方案 网站建设服务商 中国信息安全管理研究中心 郑州网站建设电话 网络安全社团 医院营销推广活动计划 莱芜网站建设 昆明网站建设首选公司 网络营销微博案例分析 营销三要素 如何利用饥饿营销策略 衡水如何做企业网站 网络安全体系要求 东软 网络安全 网络营销直接环境 加解密网络安全的书 达内培训 营销营销 灰色的网站 网络标题大全 网络安全 信息安全 内网ppt,-1 网络安全产品备案 常州网站制作市场 互联网营销软件有哪些 2015网络安全会议 权威的广州h5网站 sdn网络安全 计算机网络安全国际 网络营销直接环境 湖北省信息安全等级保护协调小组 国家网络安全防御 网络营销推广怎么做 信息安全新 信息安全防护 广州外贸网站信息 网络安全法 断网 网络营销微博案例分析 信息安全新 陕西信息安全认证中心 京东的网络营销工具 信息安全内容安全识别 北京信息安全协会 网络安全评估 公司