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网络营销 优帮云网络安全百强音乐网站的色彩搭配黑客攻击信息安全事件唯品会营销在哪里找网络安全宣传主题是什么网站建设套餐报价共建网络安全 共享网络文明网络安全三级标准测评共建网络安全 共享网络文明在一个强者林立的世界,万亿物种生灵衍生,不断地突破自身,打破天理禁锢,追寻命运之根本,长生之久视! 一个平凡普通的人族少年,从一个小村落走出,搅动风云,气吞山河,开启一个新时代!讲述自鸦片战争至抗美援朝的一些事情。孟婆说我在阳间的寿命没超过24小时,不给予办理投胎业务。 而我当了十八年的鬼,终于等来家里给我烧了一间小卖部。 我意外发现这件小卖部通阳间,可以从阳间进货,拿到阴间来卖。 从此以后我便就做起了阴阳两界的生意,叱咤阴间。 和乔老爷一起卖手机,和扣比一起打篮球,但阎王竟然不要我投胎?杨凡最近很倒霉。 还做怪梦,梦见已故多年的爷爷让他烧纸钱,收快递。 然后他便真的收到了一个寄件人是爷爷名字,寄出地址写着阴曹地府的快递。 从此,杨凡一边修仙,一边沉浸在烧纸的乐趣中,纸钱、纸人、纸车、纸别墅、坦克、飞机…… 对此爷爷表示非常满意,反手给他寄了一堆阴间特产,功法、丹药、法器、符箓、鬼物…… 爷爷:吾孙天纵奇才,有大帝之姿! 杨凡:不为别的,我只是孝顺而已!由于灵仙大陆发生战乱,男主角陈潇被卷入与地球平行的异界大陆,历经魔修大陆、蛮荒大陆、屠龙大陆、死亡国度等几片大陆,研习魔法、修炼仙术,经历了亲情、友情、爱情的考验,最终创建了自己的一片天地…… 如果给你一次机会回到高中,你会做什么?好好学习还是……她?寻常人的一生但求一个平安喜乐的念头,若是可以,再加上一个大富大贵便是顶天了。短短几十载的光景,却总有人一心想要跨过山,越过海,直上云霄,站立在世人顶点,俯瞰这世间的一切,睥睨众生。 一切祸端都源于人性的贪婪。杀戮,抢夺,欲望不止,纷乱不休。 一切祸端都止于人心的善良。温馨,希望,天良未泯,止戈有时。 时势造英雄,英雄造时势。 且看在这动乱的年代,少年如何从一个边关小卒逐渐成为身系天下安危的一代风云人物。 从小卒到将军,从将军到侯爷,从侯爷到王权,真应了古人的话,王侯将相,宁有种乎? 且看我边城少年 纵马横枪饮敌血,涤荡烟尘定中原。 一腔热血收山海,留得功名后人谈。充斥混乱斗争的世界里,谁将引导时代的浪潮?魔力与异术并存,荒诞与诡秘的背后是谁在掌控? 旧日降临,克苏鲁即将觉醒。回归日之际,众生又将何去何从? 这是一段传奇神秘的故事。 穿越成蟑螂,统领众多蟑螂,与人类斗智斗勇,发展科技。请看如何?在平行世界争霸,发展到太空与各个文明真斗每个人心中都有一个自己的江湖,江湖故事。 凌云被师傅赶下山,一人独闯江湖。 江湖纷争,人心难测,我自清醒。
黑客攻击信息安全事件 为何要网络安全审计 信息安全指数分级 网站制作公司成都 网络安全编程 python 旁路控制 信息安全 网络安全形势读书报告 医院信息安全方案 南通网站制作外包 营销型网站模板 升迁障碍的职业发展【www.richdady.cn】 长期失业对个人的影响【www.richdady.cn】 婴灵咨询【www.richdady.cn】 升迁障碍的职场转型技巧有哪些?咨询【www.richdady.cn】 前世今生的故事有哪些经典案例?咨询【www.richdady.cn】 不爱读书的教育建议威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子不爱读书的阅读环境【www.richdady.cn】√转ihbwel 大龄剩女的婚恋故事咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的轮回有哪些真实经历?咨询【微:qq383550880 】√转ihbwel 升迁障碍的职场突破方法有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的轮回传说咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 存不住钱的案例分享【微:qq383550880 】√转ihbwel 缺心眼的表现及成因咨询【企鹅383550880】√转ihbwel 孩子不爱读书的家长引导【www.richdady.cn】√转ihbwel 与女友前世的前世案例咨询【σσЗ8З55О88О√转ihbwel 特殊学校的师资力量【www.richdady.cn】√转ihbwel 儿子不读书【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 小企业破产的主要原因咨询【www.richdady.cn】√转ihbwel 前世今生查询服务咨询【www.richdady.cn】√转ihbwel 事业不顺的前世因果咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何建立一个网站 课程商城网站模板 营销经典 网络安全大事记 深圳网站设计平台 2016国家网络安全博览会 网络营销系统功能 营销文库 相关搜索网络整合营销 武汉网站维护 上饶做网站 共建网络安全 共享网络文明 网站创建流程教程 下列不属于搜索引擎营销管理分析的是简易的网站 南通网站建设知识 网络营销系统功能 怎样健网站 无线网络安全网关 营销经典 网络安全大事记 深圳网站设计平台 2016国家网络安全博览会 网络营销系统功能 营销文库 相关搜索网络整合营销 武汉网站维护 上饶做网站 共建网络安全 共享网络文明 网站创建流程教程 下列不属于搜索引擎营销管理分析的是简易的网站 成都高新区 信息安全 自动群发营销软件 网络安全软件的使用 国家建设和完善网络安全标准体系 网站建设陕icp 网络安全能力认证考试 南通网站建设知识 相关搜索网络整合营销 深圳市信息安全测评中心地址 天津信息安全平台 网络信息安全博览会 注册,-1 信息安全管理运营平台 达内学网络营销 达内学网络营销 徐州网站制作如何定位 网络安全 僵尸网站 武汉全网营销推广 网络安全体系建设方案 2015年 信息安全 会议 企业网站程序 如何建立一个网站 网络安全大事记 免费企业网站 北京 网站建设 网络营销的优点 网络安全技术与应用 官网 微信营销活动公司简介 网络信息安全博览会 注册,-1 铜川网站建设 课程商城网站模板 无线网络安全网关 如何注意网络安全 济宁网站制作 网络信息安全口令攻击 顶级信息安全厂商 网络营销型企业网站案例 佛山新网站制作咨询 网络安全态势感知 营销经典 网站创建流程教程 网络社区营销的技巧 顶级信息安全厂商 2010年网络营销常用词 营销推广具有的特点是 南通网站制作外包 高唐企业建网站服务商 网络安全大事记 深圳信息安全认证中心 广州做手机网站咨询 信息安全指数分级 网站制作公司成都 网络安全形势读书报告 常州网站制作机构 信息安全等级四级 湖南专业做网站企业 三合一网站 免费足网站 通过对搜索结果的对比分析行业网络营销竞争状况及用户检索行为 网络安全等级保护标准 网站界面 欣赏 网站建设套餐报价 免费企业网站 网络安全三级标准测评 网络营销电话 网络信息安全口令攻击 信息安全逆向分析题目,-1 网站建设常州 网络安全错误错误代码 2016北京网络安全日 网站建设公司 南京 网络营销系统功能 信息安全类实验室 怎么看待网络安全 网站建设常州 2011 网络安全 事件 新网络安全专题 网络营销型企业网站案例 建微网站需要购买官网主机吗 营销文库 网络营销的优点 专业信息安全服务资质证书,-1 网站的营销与推广方案 微网站建设包括哪些方面 网络安全法与网络直播 中国网络安全交流中心 如何建立一个网站 相关搜索网络整合营销 网络整合营销推广徐州网站建设 网络安全 僵尸网站 无限动力网站 网络安全编程 python 2016北京网络安全日 国家建设和完善网络安全标准体系 公司设计网站建设 武汉网站维护 新媒体营销的成功案例 信息安全逆向分析题目,-1 4r营销 公司网络安全加固方案 信息安全专业大学学费 2014国家网络安全周 自动群发营销软件 云南营销策划培训 营销的发展 常见的信息安全的产品有哪些