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
平台信息安全险网络安全培训培训机构营销式建站什么意思网络安全管理网站的比较网站设计psd网站的比较网络安全应急服务支撑单位评选网络安全前景2017网站如何做安徽省信息安全测评中心招聘不知源头何处的神秘星球,在芸芸众生皆不曾反映之际,降临到了太阳系地外虚空,遮天蔽日,扰乱了时分。而钟挺原本平凡无奇的人生也发生了翻天覆地的变化,不得不一直逆天而行······ 大道为络,天地作星,众生如子。一场谁也逃不开的博弈就此展开。 叩仙门,觅神迹,自是横刀向天笑! 父母之仇,断指之痛! 少年凌宇,手指在被斩断之后,逆天重生,而这一根手指,竟拥有着改天换地之能。一段未知星球讯号的发现,彻底改变了苏飞的命运,二十五岁的苏飞被带回八年之前,面对重复的人生,苏飞赫然发现自己的体内竟然存在一个外星智能生物……这一次,他不再平凡!PS:本书绝不虐主,系统就是个工具 穿越玄幻世界! 成为女帝黑化前的师尊。 以前被万般虐待的小徒弟突然发现自家师尊变温柔了,变厉害了,对她也越来越嘴硬心软了…… 苏长歌:狗系统,我不要当人渣反派! 系统:生而为人渣,注定做反派! 凤婉清:喜欢上自家师尊怎么办?我要和师尊谈一场毁天灭地的甜甜的恋爱,师尊只能有我一个小可爱,什么圣女神女,谁来谁死,本女帝说的!一觉醒来,魂穿异界,开局就是困难模式,五年逃亡,先天废元魂,还带着一堆拖油瓶?且看主角逆天改命、踏浪而行,开辟一条传奇之路,谱写一篇异界华章。 “这些东西,我全都要!”人死为鬼,道成为仙,纯阴而无阳者,鬼也! 纯阳而无阴者,仙也,唯人可以为鬼,可以为仙!故自古以来,修行之道分为两种 人仙之道,修炼肉身,打熬气血,冲开穴窍! 鬼仙之道,修炼元神,观想天地,雷劫筑 神 这是一个总是被提起却又被带过的话题,更多的看客也是调侃。 可当这一切发生在自己身上的时候,才能清楚的体会到如此纯粹的恶意。 被辱骂,被殴打,被叫做猪猡,被夺走一切。 它叫做霸凌,是弱者聚集在一起对更弱小者实施的行为。 可如果弱者变为强者,当他们身份开始互换的时候,一切又会怎样发展呢…… 万界战场波澜壮阔,异魔入侵,诸天颤栗! 不屈少年唐尘,不忍看父母被魔宗征召上万界战场,于是仗剑闯魔阵,得混沌仙魔诀,踏上万界征途,一路拔剑,管他仙魔神佛妖,不服?给一剑,还不服?再给一剑。 我要成魔,谁人能阻,我要为仙,谁奈我何,是仙是魔,我自己说了才算。 仙魔同修,剑指万界我为尊!一个大陆以人,妖,魔,三足鼎立,以灵气位基础,创造不同的传奇小镇上突然爆发了危机,镇民集体变成了见人就攻击的人,但唯独优依和她的小伙伴却没事,其中一人似乎对小镇上的事毫不知情,依然过着每天上学放学的日子。
嘉兴 网站制作 小红书营销活动 网络安全信息法 外贸免费建设网站制作 网络安全前景2017 色调网站 网络安全责任的了解 浙江省网络安全办公室 湛江有那些网站制作公司 汕头网站制作 家庭关系【www.richdady.cn】 前世缘份的故事有哪些真实经历?【www.richdady.cn】 前世今生的缘分如何解读?【www.richdady.cn】 与公婆前世【www.richdady.cn】 财运不佳的财富增长技巧有哪些?【www.richdady.cn】 性压抑的案例分享威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的风水布局咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 投资项目的前世因果咨询【企鹅383550880】√转ihbwel 与女友前世的识别方法【www.richdady.cn】√转ihbwel 发育倒退对孩子心理的影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 官司的调解技巧【企鹅383550880】√转ihbwel 无形干扰对工作效率的影响咨询【企鹅383550880】√转ihbwel 忧郁症的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 莫名其妙感伤的咨询技巧咨询【微:qq383550880 】√转ihbwel 与老公前世的前世修行咨询【www.richdady.cn】√转ihbwel 干扰的常见类型【企鹅383550880】√转ihbwel 升迁障碍的职场转型【企鹅383550880】√转ihbwel 耳鸣的咨询技巧咨询【企鹅383550880】√转ihbwel 升迁障碍的职场转型咨询【www.richdady.cn】√转ihbwel 人际关系不好的沟通技巧咨询【企鹅383550880】√转ihbwel 诸城网站建设 公用网络安全审计 国家信息安全检测 同步营销软件官网 昆明网络营销网站 网络与信息安全第三版 深圳互联网营销 网络安全调查策划 网络安全应急服务支撑单位评选 校园网站怎么建 包装材料营销型网站 企业信息安全概述 重庆有那些制作网站的公司 无锡建设网站 网站改版 网站建立公司四川 网络安全极客 网站如何上线 合肥seo营销公司 武汉大学暑期信息安全 网站的比较 西宁网站 深圳市网络安全公司 信息安全专业人员 诸城网站建设 网络信息安全演讲稿 网络广告营销 湖南微营销 网络安全扫描的内容 国家网络与信息安全管理中心官网 网站改版 做网站讯息 长沙网站策划 网络营销学文稿 信息安全的成效 信息安全大学排名2016 传式营销 校园网站怎么建 网络信息安全演讲稿 电子工厂网站建设 信息安全咨询服务 网络广告营销 网站如何做 深圳微信营销推广 端午节的软文营销 网络安全培训培训机构 国家信息安全检测 网络安全宣传网站 信息安全文章 搜索引擎营销的产生 沈阳网站制作公司 小红书营销活动 数码产品与移动网络营销 国家信息安全检测 国家信息安全测评 电力行业信息安全第三测评实验室 合肥seo营销公司 合肥seo营销公司 信息安全的成效 互联网营销的好处坏处 上海高端网站开发公司 深圳微信营销推广 营销建立信任的办法 西宁网站 网络安全极客 e脉通网站信息安全章程范本 互联网内容营销公司 防网站模板 建设网站的五个步骤 营销建立信任的办法 东莞做网站公司 网络营销方向学什么 提升网络安全意识 福州网站开发公司 宣传营销科的重要性 信息安全国际会议 网站如何做 拖拽网站 网络安全培训培训机构 网络安全软件应用有哪些 台山网站建设 包装材料营销型网站 信息安全部副主任,-1 汕头网站制作 搜索引擎营销的产生 防网站模板 企业信息安全概述 工信部 加强网络安全备案 北京网站建设公司分享网站改版注意事项 门户网站网站制作 国家信息安全测评 信息安全专业读博士 腾讯网络营销策划方案 信息安全国际会议 深圳微信营销推广 深圳市网络安全公司 网络安全软件应用有哪些 重庆有那些制作网站的公司 有免费的营销软件吗 宣传营销科的重要性 互联网内容营销公司 信息安全的成效 网络信息安全证书 企业信息安全概述 校园网站怎么建 深圳市网络安全公司 网络安全培训培训机构 盈利型网站 信息安全部副主任,-1 信息安全服务认证资质证书 包装材料营销型网站 盈利型网站 网络安全公告 宣传营销科的重要性 搜索引擎营销的产生 网站大图片优化 安庆网站建设 端午节的软文营销 营销式建站什么意思网络安全管理 昆明网络营销网站 身边的网络安全问题 防网站模板 腾讯网络营销策划方案 网络安全扫描的内容 中央网络安全和信息化领导小组成员 北京网站建设公司分享网站改版注意事项 重庆有那些制作网站的公司 西宁网站 wap手机网站建设 平台信息安全险 e脉通网站信息安全章程范本 网络安全信息安全,-1 信息安全的成效 上海高端网站开发公司 工信部 加强网络安全备案