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
网络营销技术基础语言网络安全专家认证青岛模板化网站建设北京工作室网站建设专业的营销网站建设公司排名医院网站建设方案龙岗做网站怎么提高网络安全意识青岛模板化网站建设企业自建网络营销平台与第三方网络营销平台的特性比较?回答“听说在远古时代,找对象的方式也很简单,相中了直接一棍子敲晕带回山洞里去,干脆利落,这就叫洞房,婚字呢,意思就是一个姑娘被敲昏了……” “古代不是母系社会吗?” “谁跟你说是男的敲女的了”“那女的敲男的?那昏厥状态……男的还能办成事情吗?” 李孤生皱了皱眉头“应该可以吧,不是我跟你较这个真,你先等我试试再说……” 武之一途,如无尽苍穹,遥无边际;如刀山火海,令人趋之若鹜;它是好是坏,是正是邪,无人分得清,但在一片武为尊的土地上,世人深知蝼蚁苦,心向武道转乾坤!2025年,全球抗疫斗争取得了阶段性胜利,疫苗普及率达到70%,虽然新冠肺炎疫情仍在影响着世界,人类似乎有望重返那个和谐安详时代。然而,一个更严重的潜在危机正在酝酿,一种新型病毒正在悄无声息地传播,各国企图采取措施,然而人类发现,这场新的疫情的背后隐藏着许多超越当前认知的事情,光靠一己之力根本难以阻挡,人类事实上十分脆弱,越来越多的开始失去生命,人类走到了灭绝的边缘。就在许多人陷入迷茫之际,一个全球性的组织开始浮出水面,开始由幕后走向台前,轻霜冻死单根草,狂风难毁万木林,唯有团结,人类才能赢得生存的机会。禾昭穿越玄幻世界,成为了一个尚未出生的婴儿。 却意外觉醒了签到系统。 第一次在娘胎签到便获得神级体质幽冥魔体,引魔宗女帝亲自为自己护道,还与自己定下了婚约? …… “叮,宿主签到成功,奖励神级功法吞天魔功!” “叮,宿主签到成功,奖励魔剑嗜月!” “叮,宿主签到成功,奖励……” 丧尸突然在校园出现,校园只剩二百多名同学包括四个校花,我们的主角苏长影会怎么做呢?他会拿下四个校花冲出校园,过上神仙般的生活吗?新历二百三十年,一切发生的太过突然。 以游戏形式相连的异世界,紧随其后突然出现的秩序。 恍若隔世般,这个世界变得愈发魔幻。 死亡不再是人的终点,遗忘才是。 能源不再是人们需要忧虑的,能量不再守恒。 这里,被迫和平。那边,乱世方才拉开帷幕。 “我没有什么追求,能看到自己有什么东西继承下去,就心满意足了。”男子:兄台,我观你面色红润,许是患有大病啊 “大夫,您怎知晓,我这见到您身上那白花花的银两着实是心痒难耐啊。” “您不觉得这像极了我前些日头丢落的吗?” “兄台言之有理” 男子看着那脖间的刀,想了想命重要。借三尺明月,衔两袖青龙,轻剑快马恣意,携侣江湖同游!特殊体质,资质绝佳,修炼救母。红尘中相视一眼,续写剪不断情缘。 不争大世,不逆天道,顺势修仙。无尽岁月一浮尘,凡人亦可登绝巅。 虚空,虚有虚无,11号唱片的秘密? 是一场运筹已久的阴谋,还是临时起意的bug? 命令方块失控,虚空来临,谁能阻挡?
安天 网络安全 网络安全与对抗研究 网络安全对抗数据赛 怎么提高网络安全意识 浅论网络营销互联网营销学什么 长沙哪里做网站好 长沙网站维护 营销团队队员介绍 没有任何漏洞:信息安全实施指南 信息安全的宗旨 老公家暴的自我保护【www.richdady.cn】 升迁障碍的职场突破咨询【www.richdady.cn】 前世今生的神秘故事【www.richdady.cn】 意外事故的应急处理方法咨询【www.richdady.cn】 与男友前世的前世解析咨询【www.richdady.cn】 婚姻生活不顺的沟通技巧咨询【σσЗ8З55О88О√转ihbwel 家宅磁场对居住者的影响咨询【σσЗ8З55О88О√转ihbwel 改善亲子关系的技巧【企鹅383550880】√转ihbwel 外灵干扰的案例分享咨询【www.richdady.cn】√转ihbwel 自闭症的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 内心恐惧胆怯的前世记忆咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子不爱读书的应对策略咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的自我提升咨询【企鹅383550880】√转ihbwel 外灵对人的影响咨询【σσЗ8З55О88О√转ihbwel 与公婆前世的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与公婆前世的影响分析【www.richdady.cn】√转ihbwel 人际关系不好的环境影响咨询【www.richdady.cn】√转ihbwel 不爱读书的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的情感疏导技巧有哪些?【企鹅383550880】√转ihbwel 儿子不读书的改运方法咨询【企鹅383550880】√转ihbwel 智慧城市与信息安全,-1 最重要的网络营销工具 制定网络营销策略须考虑 聊城网站优化案例 网络安全问题产生的原因包括( ). 信息安全等级保护作用 青岛模板化网站建设 国家信息安全共享平台 智能电视信息安全 网络营销技术基础语言 2015网络安全周 网站设计公司 无锡 信息安全保障计划 浙江网络安全论坛 做网站推广 工具营销 安天 网络安全 网络营销实战系统 网络安全道哥面试阿里 规范网络营销 英语作文 国内网络安全新闻 网络安全评估报告 网站怎么备案 信息安全风险管理指南 营销反馈 知名网站规划 网站建设流程案例 武汉免费网站制作 整合营销传播 信息安全等级保护申请 青岛模板化网站建设 陌陌做营销 3. 计算机网络安全是 太原理工信息安全 企业网络营销总裁培训 营销小技巧 网络安全准入系统 网站上线 如何建设网站大连做网站的公司有哪些 医院网站建设方案 重庆网站公司 南宁互联网营销公司 网络安全威胁的例子 瑞星网络安全预警系统 南宁中小企业网站制作 内网网络安全 制定网络营销策略须考虑 营销公司网站模板 网络营销微观环境包括! 口碑营销案例 网络营销实战系统 信息安全等级保护技术 网络安全评估报告 官方网站欣赏 营销团队队员介绍 营销反馈 2015网络安全周 智能电视信息安全 亿阳信息安全部门咋样 西安网站建设制作 长沙网站维护 做一个营销型网站 没有任何漏洞:信息安全实施指南 珠海网站优化 销售群发营销信息 宁德网站建设 3. 计算机网络安全是 网络安全评估报告 网络营销技术基础语言 长沙网站维护 机器人 信息安全 免费个人网站 信息安全控制基础原则 顺德公益网站制作 魔兽信息安全 网络安全.ssl信息过滤ddos 企网络安全措施 网络安全应急响应机制 营销推广的优点 信息安全风险管理指南 智能电视信息安全 广东地方网络安全法规 网络安全对抗数据赛 网络信息安全专题 织梦网站图片代码 搜索引擎营销的含义与分类 信息安全培训小游戏,-1 上海高端建站网站 网络营销网站 安天 网络安全 当今网络安全的四个特点 掌握营销app 网站的管理 浙江网络安全论坛 网站建设业务前景 电子邮件营销模式 整合营销传播 2016国内信息安全事件 2016国内信息安全事件 织梦网站图片代码 网络营销实战系统 网站的管理 网络营销市场定位策略 网络安全管理的意见 网络安全相关网站 网络安全管理规范 山东信息安全测评中心 南京网站建设公司 龙岗做网站 信息安全和保密的区别 网络安全应急响应机制 网络安全准入系统 安天 网络安全 太原理工信息安全 石家庄市制作网站公司 口碑营销案例 创新的手机网站建设 网络信息安全专题 内网网络安全 广州网站建设哪家比较好 青岛网站建设找 营销有哪些职能 上海网络安全代理 网站设计存在的不足 魔兽信息安全 北京网络安全宣传周 信息安全防范技术水平 安全等级保护配置指南 - 公安部信息安全等级保护评估中心 信息安全指南 网络营销微观环境包括! 掌握营销app 宁德网站建设 瑞星网络安全预警系统 网络营销流量的重要性 信息安全的宗旨