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
营销策略模式有哪些信息安全阶段,-1美国 信息安全公司 海淀昆明网络营销公司seo是网络营销吗网站变灰色长沙微网站电话号码网络安全技术研究网络安全 面试体系内营销关水事在一次遇险中,不小心掉入山洞,得到神农医术的传承,用医术、气功治病救人,从此改变了人生,改变了自身的贫穷生活,也改变了家乡的贫穷面貌,带领乡村们走上富足的道路。九州神王李长青,被兄弟偷袭陨落,却意外重生归来。 尘封万年的洪荒大妖,将成为他的助力, 万界之中,修最强之术,炼顶尖灵药,布绝妙大阵…… “前世我能登临巅峰,这一世我也一样可以,诸天万界,终有一天,我会卷土重来!” 【都市重生+宠妻+赎罪+商战】   “周飞,你相信有来生么?”   “如果有可能,我不想有来生,我只想重活一次,这辈子,有太多的遗憾了……”   濒死的虚弱感和无力感,让周飞连声音来自何方都无法分辨,不甘心、悔恨、遗憾…百般情绪涌上心头。   苟活三十多年,他对所有人都问心无愧,唯独对不起妻子和儿女!   带着这股极强的悔意,周飞重生到了十年前。   看着那一大两小三个身影,他跪倒在地,热泪盈眶。穿越了,我是大孝子。 穿越东汉第一天,我拳打郡守老爹,脚踩七旬老太。 新婚媳妇要杀我,张八百要对我赶尽杀绝。 城内百姓恨不得将我生吞活剥,于是干脆聚众造反。 这还没完,城外更是有十万饿急眼的黄巾军扬言要冲进城来,砍下我昭昊的脑袋。 怎么办?在线等,很急! ...... 本书无系统,有外挂。 腹黑热血+爆爽,带读者老爷们体验不一样的三国。 喜欢本书的读者老爷们,快到碗里来吧!一场灾变,让世界沦为秩序崩坏的废土。 有人栖身要塞,有人躲在荒原,还有人在辐射中变成了另外一种生物。 世界分割为两个极端,权贵们掌握着顶尖的科技,用一座座拔地而起的要塞将自己隔绝在乱世之外。 易子而食,危机四伏的流民区内,一名迫于生计的猎人,为了度过即将到来的凛冬,走向了一条披荆斩棘的道路。 在这艰险混乱的世道当中,一群草根出身的生死兄弟,逐渐让世界为之颤抖。 软弱的人只能像蝼蚁一样活着,渺小且无意义 无法再沉默中爆发,那就只能在这其中死亡。 做出你的选择吧少年! “这一世我不会再让任何人夺走我的重要之物” 成为强者的路上披荆斩棘,染红鲜血的手只为守护心中之物,书写属于自己的魔法传说!!!不就是投了个好胎吗?有什么了不起的! 嗯嗯,真香! 出行保镖有多点,没有什么大问题!你看那遥远的星域,我家的! 兄弟,跟我混,包吃包住, 一天饿九顿!图书管理员穿越成废帝刘辩,没地盘没资源没人才,那又怎么样。手握超级召唤系统,文臣猛将会聚一堂,青梅煮酒论英雄。他生长于大山中,这里有青翠的山、灵润的水、湛蓝的天空......后来,他住进城里,那是另一个完全不同的世界,尽管生活质量完全不可同日而语,可他依然忘不掉,那个窄窄的木栅栏上托着夕阳的一抹鲜红......未来人类终于破译了基因的秘密,大家都以为是永生的时代,可是竟然出现了末世的样子,世界上无数的生物产生了进化,山海经中的巨兽竟然出现在野外,各大门派纷纷觉醒,科技与洪荒的对撞
建网站的公司哪家好旅游网站设计模板 网络安全学院 清华大学 网安信息安全管理员上岗证 网络安全 面试 下载建网站 国家网络信息安全委员会 信息安全与管理审计系统,-1 网站的排名和什么因素有关系 网络安全的级别 温州手机网站推广 如何避免生活中的意外【www.richdady.cn】 前世今生的修行方法咨询【www.richdady.cn】 前世今生的轮回真相【www.richdady.cn】 老公家暴的心理调适咨询【www.richdady.cn】 大龄剩女的情感生活【www.richdady.cn】 婚姻生活不顺【企鹅383550880】√转ihbwel 与公婆前世的前世案例威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女的婚姻选择咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 生活中的无形干扰有哪些咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 亲子关系的改善方法【σσЗ8З55О88О√转ihbwel 无形干扰的前世记忆【企鹅383550880】√转ihbwel 特殊学校的课程设置咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 官司的法律咨询咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与公婆前世的识别方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 邪灵的定义与特征威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 学习成绩差的辅导方法咨询【企鹅383550880】√转ihbwel 存不住钱咨询【σσЗ8З55О88О√转ihbwel 头脑混沌的原因分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 失业期间的心理调适方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子不爱读书的应对策略有哪些?【企鹅383550880】√转ihbwel 建立网站的方案 信息安全咨询服务方案 网络营销的知识要求 网站变灰色 网络安全与防火墙技术研究 网站呢建设 数字认证网络安全 我们常见的对信息安全的误区有哪些 戴尔网络安全上海研发中心 京东营销策略有哪些 网站建设上市公司 桌面信息安全管理 信息安全等级保护管... 网络安全和云安全 上海网站建设联系电 计算机网络安全实训教程 成都信息安全类公司排名 网络安全会议 邀请函 打造公司的网站 无线网络安全隐患 深圳网站seo公司 廊坊设计网站公司 高校网络与信息安全检查 信息安全员培训 网络直销比网络分销成本低所以网络营销主要采用网络直销的方式 2015网络安全大赛攻防工具 国务院负责统筹协调网络安全工作 最新网络安全新闻的网站 启明星辰 天?h网络安全审计系统 东莞网站建设培训 网站的排名和什么因素有关系 商业网站建设 信息安全机构的资质认证 计算机信息安全防范 东莞网站建设培训 信息安全机构的资质认证 网络能力营销秀 门户网站 网络安全 南通动态网站建设 番禺网站推广公司网站通栏 营销p 网站的排名和什么因素有关系 信息安全等级保护管... 全国信息安全作品赛 网络安全领域 国际会议 网络安全学院 清华大学 2014网络安全报告 营销与广告的区别与联系 我们常见的对信息安全的误区有哪些 体系内营销 网络安全的级别 2016 网络安全ppt模板 网络直销比网络分销成本低所以网络营销主要采用网络直销的方式 我们常见的对信息安全的误区有哪些 我国网络营销的环境 整合营销的必要性 信息安全及其解决方案 我国网络营销的环境 公安部网络安全规定 国务院负责统筹协调网络安全工作 营销的外部环境不属于网站后期维护 网站的市场营销方案 昆明网络营销公司 深圳自适应网站制作 网络安全行业有哪些问题 大数据信息安全分析师 江苏网站设计公司 国瑞公司 信息安全 廊坊设计网站公司 国家制定并不断完善网络安全战略全面评估 桌面信息安全管理 上海企业网站建设 京东营销策略有哪些 联通信息安全部 网际天娇信息安全技术服务 网络营销零基础培训 深圳自适应网站制作 高校网络与信息安全检查 营销优势 网络安全日志审计系统 搜索引擎营销主要模式 网络安全国际会议 广东省信息安全测评中心,-1 网站建设com 国家下一代互联网信息安全专项 网络营销推广办法 建立网站的方案 吕梁网络营销 整合营销的必要性 惠州网站建设 美国 信息安全公司 海淀 数字认证网络安全 计算机网络安全实训教程 外贸网站的建设 成都的信息安全公司 营销swot自我分析ppt 信息安全与管理审计系统,-1 网络安全日展览 启明星辰 天?h网络安全审计系统 信息安全有什么认证 网络安全与防火墙技术研究 国家网络信息安全委员会 漳州 外贸网站建设 SEO 信息安全领域cia 郑州个人做网站 国瑞公司 信息安全 营销swot自我分析ppt h5网站搭建 打造公司的网站 整合营销服务公司 网络安全和云安全 软件信息安全 做网站责任 4.许可e-mail营销的三大基础是什么?分别解决哪三个问题? 网络营销专业技能 最新网络安全新闻的网站 无线网络安全隐患 互联网信息安全的解决最终还是要 体系内营销 公安部网络安全规定 2014网络安全报告 公安部网络安全设备 济南做网站公司有哪些 网络营销的理论包括 设计网站多少钱 国瑞公司 信息安全 电商网站开发 网络信息安全等级保护制度 我国网络营销的环境 开发网站的步骤 成都信息安全类公司排名 网站的排名和什么因素有关系 国家信息安全漏洞共享 4.许可e-mail营销的三大基础是什么?分别解决哪三个问题? 建网站的公司