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
wifi加网络安全认证项目信息安全管理做网站的时候网站的第一个字母怎么在网站标题前面显示 比如谷歌g一样网络安全错误错误代码网站优化外包网络安全管理局报警武汉个人做网站清华 信息安全网站建设策略伪静态网站林阳穿越三国,成为济世堂杂役,同时得到神医豪强系统,拥有现代医学仪器,开局直接震惊华佗,拜其为师! 曹操:林阳,你医术精湛,谋略竟然也如此惊人?真乃奇人! 诸葛亮:草船借箭,竟然借的都是火箭?林阳还是个人了? 孙权:林阳究竟是何许人也?竟然如此神鬼莫测! 周瑜:此人谋略在我之上,还把我的心上人小乔抢走了,哎,既生瑜,何生阳? 华佗:师父不仅医术天下无双,谋略更是天下第一! 三国群英:林阳难道是天选之子?竟然发明了这么多的远程火力?这岂不是天下无敌了? 林阳:咳咳,小老弟们,不要大惊小怪,都是基本操作! 本小说及人物纯属虚构,如有雷同,纯属巧合,切勿模仿! 南浮山中遇仙踪,医术通神济世人,快意恩仇谈笑间,红颜相伴乐逍遥。 他淡泊随性,不求长生不老,只愿一世逍遥。 他仁心仁术,救治病人不计回报。 他深明大义,为国效力从不退缩。 他在平凡的生活中感悟人道,在自然演变中感悟天道,在万物进化中感悟医道,在红尘情爱中感悟情道, 最终觉悟了人间道,成为红尘俗世中带烟火味的逍遥道君。 【奇迹】第一高手,因战队成绩不佳,惨遭俱乐部逼宫扫地出门。 被扫地出门的他,来到一家游戏工作室担任打金人。 【奇迹】第一高手岂是普通的打金人?上到各大公会,下到小鱼小虾被他收拾的服服帖帖。 有人问,【奇迹】第一高手就这么沦为打金人,他真的心甘情愿吗? 他的回答是,这一次我要为自己战斗,也要在这里强势回归。 乱世之中如何得到和平?这个问题从古至今困扰着所有人,不同的人神,对于和平又有不同的理解,最终谁将为这乱世带来和平的曙光?这是个修行琴棋书画就能够获得文气,修炼文道的世界。 在这里挥笔可化万千利剑,杀人无形,弹琴可化天地大道,镇压万世。 读书人口诛笔伐,可化唇枪舌剑,以画勾勒诸天万道。 秦尘心言出法随,才气化剑,笔化龙蛇,开口便是天地规则。 我携三千诗书,可练就无上文道,成就万古圣人。人类的末世降临,于乱世之中形成三雄割据!丧尸帝国,兽人部落,人类文明,摇摇欲坠的是星辰还是明灭飘忽的未来……兄弟几人修炼保护妹妹(姐姐)的小说 作者第一次写小说有不好的请谅解,也请大家多提提意见 叶凡,一个普通的上班族,偶然穿越到大雍修仙世界,成为师门里唯一的男人。 原本天上人间的生活却因系统的奖励让叶凡十分头疼。 “十世元阳之体?!” “童子功?!” “系统,你特喵玩我呢!” 【叮,宿主顶住了四师姐诱惑,道心稳固,童子功等级上升。修为上升!】 【叮,宿主顶住了宗主的诱惑,道心稳固,童子功等级大幅度上升,修为大幅度上升!】 …… 四师姐绿蔓儿:“小师弟求求你了,跟师姐双修吧!” 宗主冷清玄:“乖徒儿,你与为师双修才可振兴宗门,请你务必做出亿点牺牲!” 叶凡:“呔,妖精,休想乱我道心!” 身为挂逼,叶凡身在花丛中,片叶不沾身,一路带领师门成为世上最强! 有关太阳系帝国時代英雄及惡魔的恩仇。我本是一个默默无闻的高中生,没有帅气的外貌,没有显赫的家庭,每天的生活也平平淡淡,只有学习陪伴着我,直到高二时我们班来了一个转校生……
网络安全事件通报 信息安全意识培训方案 长沙做网站品牌 网站建设策略 网络安全工程师吧 信息安全管理体系中要素通常包括 网站案例库 信息安全产品认证目录 成都网站推广公司 网站优化外包 孩子学习不好的前世因果咨询【www.richdady.cn】 失业的案例分享【www.richdady.cn】 婴灵的超度与家庭和谐咨询【www.richdady.cn】 孩子学习不好的自我提升【www.richdady.cn】 感情纠纷的情感疏导【www.richdady.cn】 外灵干扰的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 自闭症的症状与诊断咨询【σσЗ8З55О88О√转ihbwel 脑部不清晰的咨询技巧咨询【www.richdady.cn】√转ihbwel 冤亲债主的干扰与超度【www.richdady.cn】√转ihbwel 前世缘份的故事有哪些经典案例?咨询【微:qq383550880 】√转ihbwel 忧郁症的心理调适咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主干扰对生活有哪些影响?咨询【www.richdady.cn】√转ihbwel 暗恋的情感表达咨询【www.richdady.cn】√转ihbwel 特殊学校的前世记忆咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的重逢故事咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的再次相遇咨询【www.richdady.cn】√转ihbwel 公司破产的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 为什么过世的前世记忆威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 缺心眼的环境影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的理财技巧咨询【www.richdady.cn】√转ihbwel 公司网络安全加固方案 手机网站案例 成都国家信息安全中心 信息安全意识培训方案 校园网络安全审计 柯力士信息安全怎么样 北京网站优化公司信息安全技术需要掌握的技能 逆向工程与信息安全 网站首页设计 西安营销 网络安全史上著名事件 伪静态网站 网站优化外包 成都网站推广公司 小红书网络营销分析 美团网络营销 网站模板和定制的区别 为什么通过关键词能找到网站.评价该网站却显示没被收录 双色调网站 网安大队互联网信息安全检查 博客营销细节 网络营销渠道竞争激烈 信息安全和网络安全的区别 信息安全保密管理体系 企业品牌宣传型网站 中国信息安全认证中心邮箱 产品型网站 信息安全网站 6月1日网络安全 wifi 专业的网站建设公 网络安全错误错误代码 优衣库电子邮件营销 国家建设和完善网络安全标准体系 信息安全培训的通知 响应式网站建设市场 信息安全网站 常见的信息安全的产品有哪些 建立网站 国家安全下的网络安全 公司网络安全加固方案 信息安全评估流程想弄个网站 优品上海品牌营销管理 美团网的营销特点 无锡制作网站 网络安全审计措施 营销 软件 校园网络安全审计 成都国家信息安全中心 饥饿营销是事例 营销行业学院 网络营销在我国的发展现状分析 深圳信息安全认证中心 深圳信息安全认证中心 国家安全下的网络安全 网络信息安全的案例 校园网络安全审计 网站 开发 价格 白帽学院 信息安全 互动营销失败 如何监管网络安全 柯力士信息安全怎么样 绿盟cncertcc网络安全应急服务支撑单位资质 acm和信息安全能一起搞吗 论坛营销公司 北京网站优化公司信息安全技术需要掌握的技能 网络安全形势读书报告 互联网广告营销特点是什么意思建微网站需要购买官网主机吗 网络营销电话 逆向工程与信息安全 公安局网络安全 网站建设广告 泛在信息安全 网站首页设计 营销文库 动态网站 互联网运营 营销方案 西安营销 网安大队互联网信息安全检查 网络信息安全基础知识,-1 产品型网站 信息安全 linux,-1 金融机构网络安全保护 2016信息与网络安全国际会议 营销学堂 营销 软件 信息安全保密管理体系 门户网站建设注意事项 石家庄网站设计网站维护 网站优化外包 小红书网络营销分析 网络安全审计措施 响应式网站建设市场 网络推广营销师 移动社交营销 成都网路营销 大型网站制作 论坛营销公司 信息安全意识培训方案 信息安全保障工作就是要对信息的三个特性进行最大限度的保护 南昌个人做网站 徐州网站二次开发 营销资源 厦门网站设计 星巴克场景营销案例 项目信息安全管理 就百度系而言 哪些能够应用于营销导向 外贸网站建设 2017网络安全会议征稿 网络安全性等级 工厂营销推广 微信企业号 移动营销 网站制作开发技术 就百度系而言 哪些能够应用于营销导向 360网络安全大赛 求做网站 网络安全工程师吧 网站案例库 网络推广营销师 网站制作 深圳信科网络 思科网络安全解决方案 360网络安全技术 国外的网络安全如何落地 本地佛山顺德网站建设 广东手机网站建设费用 网络安全检测的主要内容有哪些 北京网站优化公司信息安全技术需要掌握的技能 信息安全培训的通知 学信息安全考研 东台网站设计 网络安全500强中国公司 2017网络安全会议征稿 营销邮件免费模板 海尔公司营销组合策略 济南外贸网站建设公司 全国网络安全镜赛