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
营销投资回报网络安全开发工程师网站建设一条龙成都网络安全公司sns网络营销的缺点台州市网站建设网络营销广告策略分析张掖网站建设wap手机网站厦门酒店网站建设 康纳森博士启动hope的原因是为了什么,那一直隐藏在背后指使着变异人的又是谁,末日计划的真正内容究竟是什么。这一切的谜团都隐藏在这末日十一天中,当.最后一天到来究竟会发生什么,重生还是末日,命运将何去何从..... ???一个发生在魔法科技并行高度发达世界的故事。 一些不平凡的人和平凡人共同铸造的世界,在和平繁华的表现之下,这里暗流涌动危机四伏,藏匿于久远历史之中的秘密在世界时局变动之际缓缓解开.... 身世不明的少年与这样的时代里步步前行,在推动世界历史的齿轮缓缓前进之时却也在缓缓迈向世界的尽头 少年会成长,孤独的影子却常常伴随。 这是另一个世界的漫长故事,是一段充满了秘密的传说....倒霉蛋李悠然被陨石砸中,竟然被超高智能机械生命寄生,穿越到了陌生的异世界。在这个剑与魔法的世界,李悠然又是如何用机械科技走出一条康庄大道? 一个时代的开启,英雄的诞生。王浩,小时候被爸妈抛弃,后遇到好心人收留,在他17岁以前,每天都给人打工,直到遇到落叶,而改变他的一生王凤图,省城玉皇集团太子爷,因不满父亲安排的婚事,离家出走。 路遇佳人,一见钟情,没想到意外成了她的室友...  穿越洪荒,成为人皇燧人氏!   【叮!你获得万界聊天群邀请!】   【叮!鸿蒙火种系统激活,获得亿万倍增幅!】   以燧人氏之位格,分封人族火种,获得神火加持之人,获得修行速度十倍至亿万倍增幅!   以功德神火献祭,献祭物品品质亿万倍增幅!   被分封者献祭之时,获得亿万倍增幅!   祖龙:“燧皇,朕想要修仙!”   【嬴政向你献祭三千精兵,触发亿万倍增幅,你获得三千太乙金仙!】   聚万界之神物,培育洪荒人族。   养万界之英才,反攻巫妖二族!   巫妖大战开启之日,万界人族揭竿而起,反攻洪荒,人族君临诸天!某天,苏泽无意间收到一封名为《时间邮箱》的快递,彩票发财,买进股票,市场营销................. 不,这些老掉牙的事情苏泽毫无兴趣,拯救校花,俘获芳心才是正经事......................... 简介无力,请看正文楚歌在一次晋级赛中,意外穿越到了王者大陆,无意间卷入到了这个世界的纷争之中,在这个王者世界,身具系统妹妹,不,姐姐的他,终向苍天怒喊,神又怎样,人又如何,人终究能够弑神!低等灵根不能修炼?秦墨嗖的一声抽出自己的大刀,轻轻抵在了来人的脖颈之上,温声问道:“这话是你说的?难道是魔族奸细?”啪嗒!啪嗒!两颗圆润的汗珠掉在了地上。 一缕长发飘散到秦墨肩上,只听娇柔的女声响起:“世界杯华国足球决战阿巴国足球,不去瞧瞧?” 秦墨泪目,立刻携佳人前往,那人刚想说什么,却再次噤若寒蝉,原来一只不大的胖手正搭在颈边。 “别着急走啊,我们也可以一起出去转转的。”面前阴沉的声音传来,那人想要抬头却是不敢了。 “你说华国能赢么?”女子问道 “当然能赢。我赌三辈子的所有经验!”秦墨大笑。 有人问:据说穿越一次,这是潮流。那穿越两次呢? 秦墨大怒:是老子倒霉!
网站制作费用 网站设计理念 手机营销网站 终端信息安全,-1 厦门酒店网站建设 网站内容的实现方式 网络安全实训总结 传统营销和内容营销 集团网站建 网站创建公司网站 财运不佳的财富积累方法有哪些?【www.richdady.cn】 财运不佳的风水布局【www.richdady.cn】 学习成绩差的咨询技巧咨询【www.richdady.cn】 财运不佳的财富规划如何制定?咨询【www.richdady.cn】 去世的母亲的咨询技巧【www.richdady.cn】 去世的母亲的前世解析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女的改运方法咨询【σσЗ8З55О88О√转ihbwel 学习成绩差的案例分享威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 官司的法律咨询咨询【www.richdady.cn】√转ihbwel 内心恐惧胆怯的前世记忆咨询【σσЗ8З55О88О√转ihbwel 升迁障碍的风水布局威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 升迁障碍的职场晋升【www.richdady.cn】√转ihbwel 有官司的解决方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 不爱读书的改运方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心慌胸闷头晕的解决方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 特殊学校的前世记忆咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子不读书的案例分享咨询【企鹅383550880】√转ihbwel 失业后如何快速找到新工作【微:qq383550880 】√转ihbwel 前世今生的轮回解析【微:qq383550880 】√转ihbwel 家庭中常见的意外事故原因咨询【σσЗ8З55О88О√转ihbwel 临沂在线上网站建设 qq推广营销方案 网站组建 厦门酒店网站建设 高大上网站建设公司 网络推广天培营销 动画网站模板 信息安全平台有哪些 西安做网站 模板型网站 西安信息安全测评中心 终端信息安全,-1 网站需求表 营销型网站建设明细报 网络安全就是信息安全 网络营销精准解决方案 网站创建公司网站 杭州网站推广 绵阳科技网站建设 沈阳网站建设推广 做网站一般用什么语言 网络安全框架 网络安全等级保护流程 汕头 网站 营销投资回报 外贸网络营销总结海尔网上营销案例分析 罗湖网站制作 东莞网站制作 学校网站开发 自己怎样建立个人网站 营销案例 信息工程 信息安全 域名与网站建设 无锡网站推 营销教程 京东商城营销页面 芜湖网站建设公司 免费网站推广 东莞网站制作 营销引擎 台州市网站建设 自己建立的网站 营销引流软件 公安网络安全考试 qq推广营销方案 sns网络营销的缺点 饿了么营销 成都学校网站制作 网站组建 营销引流软件 网站上线后 重庆网站开发设计公司电话 厦门酒店网站建设 云南省网站建设 营销案例 腾讯网络营销事件 高大上网站建设公司 门户网站模板 佛山本地的网站设计公司 亚马逊网络营销现状 网络推广天培营销 网络营销新媒体技巧 车载网络安全 6.1号网络安全法 动画网站模板 南通营销网站建设 无锡网站推 网站上线后 等级保护网络安全 网络安全实训总结 腾讯网络营销事件 滨江做网站 6.1号网络安全法 响应式网站 浙江信息网络安全服务协会 关于微信营销的案例 360网络安全大学 甘肃网站建设 网络安全学c国家网络信息安全委员会 网络安全宣传 2015中国信息安全大会 网站组建 有设计感的网站 企业网络营销总裁培训班 终端信息安全,-1 信息安全等级保护工具 平台营销有哪些方式 新网站建设平台 网站需求表 网站建设方案设计心得 公司网络安全通知 西安网站制作开发 营销型网站建设明细报 公安部网络安全保卫局网站 网络安全形势 2017 网站创建公司网站 网络安全就是信息安全 网络安全合作协议 网站设计公司 南京 有设计感的网站 网络营销精准解决方案 杜蕾斯微博营销团队 新网站建设平台 上海网网站建设 网站创建公司网站 成都网络安全公司 党政信息安全工作的重要性 网络营销促销特点 杭州网站推广 传统营销和内容营销 信息安全厂商分类 网络安全攻防工资 营销投资回报 党政信息安全工作的重要性 汕头 网站 沈阳网站建设推广 关于微信营销的案例 我国的网络安全现状分析 网络安全专业? 做网站一般用什么语言 南宁市做网站的公司 以前的域名是非经营性网站备案现在如何转成经营性网站备案 博客营销图片大小 网站建设学习 网络营销新媒体技巧 集团网站建 免费网站推广 网络安全等级保护流程 网站建设与推广是什么 信息安全和管理中心地址,-1 长沙做网站的公司 汕头 网站 企业网络营销运营方案 o2o营销模式发展特点 做网站一般用什么语言