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
高端网站定制软件与信息安全学院社交网络营销策划网络安全 项目网站建设的域名注册营销型网站设计招聘网络安全 四层企业网络安全规划方案首例网络安全法天蝎网站建设一场精心策划多年的入侵,摧毁了夏月一族最后的净土,为了复仇,也为了让族人活下去,夏月提前肩负起自己的责任。 没想到数年之后,夏月姐妹二人却发现了世界的秘密,在这个不断轮回的世界里,她们是唯一的变数。 我们,只想活下去!江宇:学习使我快乐,谁都不要拿学习跟我开玩笑! 校花:江宇,我有一道题不会做,晚上你能来我家吗? 黑道大佬:小江啊,我出价一千万,你来当我女儿的保镖吧! 甜美女星:宇神,能帮我写一首歌吗?不管什么条件我都答应你! 江宇:…… “我本无名,只能叫无名了。在我心中,若失去冒险精神就失去了人生意义,那种热血沸腾的感觉真是让我欲罢不能!” 神秘少年获得与所在世界格格不入的力量,由于好奇心的驱使让他四处冒险,奇遇连连,随着身体与武器接连产生异变,他那恐怖的身份以及武器的归属渐渐有了答案……是一个充满在神秘色彩中的反正义跨国杀手组织,故事由一起轰动全国的庞大组织杀人案的曝光引发,反正义和正义与之抗衡。 古往今来,世间流传仙、神的传说,而时至今日,仙路缈缈,已然进入末法时代。 天空中,有人矗立,乌云压顶、身处雷电中心;海面上,有人漫步而来,由远及近,片刻却又消失不见,这些是海市蜃楼产生的幻觉? 有传言,海市蜃楼是连接另一时空的桥梁,聚现另一个世界正在发生的景象! 神话故事是否虚构,仙、神,真的存在过吗?来到历史世界的叶南风,发现和自己想的不太一样。 万道皆修,妖魔横行。 没办法,先苟着吧。 竟意外绑定【儒道成神】系统。 “叮!您创作一首绝品诗,儒道修为+3年。” “叮!您创作一篇绝品词,奖励《天机宝术》。” “叮!您创作一本小说,奖励儒道至宝一件。” 本想一路苟到最强者的叶南风,偏偏被娘子安排科举,还不小心中了状元。 那日。 女帝登基。 叶南风看着女帝错愕不已。 “这不是我家娘子吗?”当修真者穿越到了现代,因为语言不通闹出了许多笑话。 谁能想到,一个不起眼学生竟然是修真界的最强者? 最强S级异能者?对不起,只需要一剑。 异能者和修真者的碰撞,核武和仙术的对轰…… 他,长生王者,为了却心愿,乘兴而归,甘愿伴她左右,护她周全。 为她,逆了天下,只为一言之诺,蓦然回首,踏血而歌! 为她,亡了诸国,只为一怒红颜,腥风血雨,血染皇城!监狱禁闭室中有句话人尽皆知,有朝一日龙抬头,定让黄河水倒流,有朝一日虎归山,定让血染半边天。没有比这个更离谱的事情了! 陈墨只不过喝了几口水,居然马上就要死了? 【你如果还想活命,来,献祭十年寿命,我告诉你方法。】 陈墨愣愣的看着脑海中,一盏青铜灯表面浮现的血色文字。 他登上一艘被黑气环绕的豪华游轮,没想到青铜灯上的文字却立刻更新。 【我不会告诉你,这艘船上能造成你死亡的因素,大概有六千多万个……】 他吃了一颗仙气盎然的果子,以为是主角光环降临,获得了奇遇,从此走上人生巅峰! 结果青铜灯浮现文字。 【你吃了一颗充满污染气息的水果,等着死吧……】 陈墨有点控制不住下巴,这是金手指? 点燃灯芯,可以获得超凡能力。 他充满期待的盯着青铜古灯。 【抱歉,你的脑袋进水了,点燃失败。】 陈墨没有穿越,但是他一直赖以生存的世界病了,他也病了。 “如果我还有得选,我希望继续以人类的身份活下去。”
互联网品牌营销策略 信息对抗与网络安全 网站设计 深圳 邢台做网站可信赖 请公司建网站 网站价格表 网络安全法 正式 网络安全渗透测试工程师 网站建设和平面设计 在线营销策划培训课程 升迁障碍的职场瓶颈咨询【www.richdady.cn】 不爱读书的原因分析咨询【www.richdady.cn】 人际关系不好的前世因果【www.richdady.cn】 升迁障碍的心理调适【www.richdady.cn】 如何化解冤亲债主的干扰?【www.richdady.cn】 人际关系不好的案例分享【企鹅383550880】√转ihbwel 孩子压力大的教育建议【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 头脑混沌的心理调适【企鹅383550880】√转ihbwel 婴灵对家庭的影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 脑部不清晰的心理调适【σσЗ8З55О88О√转ihbwel 财运不佳的财富积累【企鹅383550880】√转ihbwel 缺心眼的解决方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 性压抑的解决方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系的和谐之道咨询【www.richdady.cn】√转ihbwel 公司破产的法律咨询【σσЗ8З55О88О√转ihbwel 财运不佳的投资建议咨询【微:qq383550880 】√转ihbwel 升迁障碍的职场规划如何制定?咨询【σσЗ8З55О88О√转ihbwel 与老公前世的咨询技巧咨询【微:qq383550880 】√转ihbwel 孩子不爱读书的家长引导【微:qq383550880 】√转ihbwel 公司破产后如何重新创业咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 首例网络安全法 网站建设和平面设计 成都网站建设v 东莞营销商城网站建设 网络信息安全攻防赛 宜昌网站制作 信息安全和网络安全 全网营销内容 电脑网络安全 网络安全 项目 邢台做网站可信赖 长沙网络营销顾问 票务网站建设 江苏省网络安全协会 网络安全渗透测试工程师 信息安全审查 网址制作网站 江苏省网络安全协会 信息安全管理指引 seo营销中心 小红书的战略营销 岳阳建网站 社交网络营销策划 网站制作字体 电脑网络安全 网络安全 项目 邢台做网站可信赖 长沙网络营销顾问 票务网站建设 漯河网站建设 中国信息安全测评中 小红书的战略营销 信息安全专业最牛导师 信息安全技术公司招聘 方案图网站 信息安全综合实验系统 木马入侵与检测 ssh参数设置 唐山做网站公司 营销具 信息安全管理指引 如何建立一个网站 信息安全的范畴 江苏省网络安全协会 信息安全 ssl 唐山做网站公司 网络信息安全中宣部 网络安全攻击 平台 白帽子-高端信息安全培训 白帽子-高端信息安全培训 自动营销系统软件 在线营销策划培训课程 网络安全攻击 平台 中国网络安全信息中心 宜昌网站制作 网络信息安全月报 网站没域名 无锡网站建设seo优化网站建设公司 华为 信息安全 代码 网络信息安全中宣部 个人网络安全的重要性 网站大小 网络安全 四层 电脑网络安全 2013年的网络安全事件 国内网络安全形势 最佳珠宝营销案例 网站站制做 信息安全管理指引 信息安全和网络安全 网银付款的时候网页一般会出现可能威胁网络安全的问题字样吗 武汉信息安全网org,-1 益阳做网站 营销具 中国网络安全信息中心 企业网络安全规划方案 东阳网站建设 广州网站设计公司排名 邢台做网站可信赖 网站价格表 我们的优势的网站 网络安全基础知识 研究院信息安全管理 信息安全的范畴 企业网络安全规划方案 网络与信息安全重大事件 郑州网站设计 网络安全等级最高 首例网络安全法 西安网络营销电子商务培训课程 信息安全和网络安全 hd网络信息安全 2013年的网络安全事件 网站制作字体 唐山做网站公司 如何建立自已的购物网站 网络信息安全中宣部 信息安全管理指引 跨境电商平台营销方案 青岛网络营销团队 票务网站建设 信息安全技术公司招聘 网络安全大牛的博客 华为 信息安全 代码 网络安全概述 ppt 邮件营销案例照片 自动营销系统软件 网络安全渗透测试工程师 江苏省网络安全协会 深圳电子商城网站设计 pc网站增加手机站 唐山做网站公司 国外的信息安全事件 营销人优点 青岛网络营销团队 网址制作网站 网络安全渗透测试工程师 事件炒作营销 国内网络安全形势 刑天营销 江苏省信息安全等级保护网网络安全实施计划 建永久网站 如何建立一个网站 网络安全告知书 美国网络和信息安全组织体系透视 国内网络安全形势 广州网站设计公司排名 中小企业营销培训 网站搭建公司官网 如何建立自已的购物网站 国外的信息安全事件 信息安全和网络安全 宜昌网站制作 江苏省网络安全协会 济宁网站制作 大良网站设计价格 漯河网站建设