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 as part of Bootstrap is a 940px-wide, 12-column grid.

It also has four responsive variations for various devices and resolutions: phone, tablet portrait, table landscape and small desktops, and large widescreen desktops.

<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

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="span12">
    Level 1 of column
    <div class="row">
      <div class="span6">Level 2</div>
      <div class="span6">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>
Variable Default value Description
@gridColumns 12 Number of columns
@gridColumnWidth 60px Width of each column
@gridGutterWidth 20px Negative space between columns
@siteWidth Computed sum of all columns and gutters Counts number of columns and gutters to set width of the .container-fixed() mixin

Variables in LESS

Built into Bootstrap are a handful of variables for customizing the default 940px grid system, documented above. All variables for the grid are stored in variables.less.

How to customize

Modifying the grid means changing the three @grid* variables and recompiling Bootstrap. Change the grid variables in variables.less and use one of the four ways documented to recompile. If you're adding more columns, be sure to add the CSS for those in grid.less.

Staying responsive

Customization of the grid only works at the default level, the 940px grid. To maintain the responsive aspects of Bootstrap, you'll also have to customize the grids in responsive.less.

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>

Responsive devices

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: 768px) { ... }
// Portrait tablet to landscape and desktop
@media (min-width: 768px) and (max-width: 980px) { ... }
// 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 hidding 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

Test case

Resize your browser or load on different devices to test the above clases.

Visible on...

  • Phone✔ Phone
  • Tablet✔ Tablet
  • Desktop✔ Desktop

Hidden on...

  • Phone✔ Phone
  • Tablet✔ Tablet
  • Desktop✔ Desktop
做网站品牌昆明网站优化营销的发展信息安全办公室,-1龙岗网站制作效果大数据与信息安全ppt网络安全关注的问题有哪些方面信息网络安全现状wap网站建设上海高端建设网站中国网络安全基地1227年,成吉思汗走了,主人翁来了。 练功,种田,开科技 傲视群雄扫四夷 想打就打,不服就干 弱鸡南宋,有我无敌主角房齐天是个刚高考完的学生,在接受了大学毕业后准备和同学们一起去游玩的留学生——表哥余秋明的邀请后来到了富家子弟的私人飞机上。飞机在空中飞行时进了一个虫洞,是穿越?还是穿越到古代?落地后发现这是一个名为“瑞”的朝代。 房齐天的名字变成了花零,并且在经历了许多事后被告知这是上古时代。还说希望文明回到正轨就要牺牲一个人并接受诅咒,让文明全部毁灭,这太荒谬了。花零最终完成了这些“神”给予她的“任务”,文明消散后花零在这个时空的家庭也不复存在,所有人都会忘记花零。 ——神明那所谓的诅咒就是:永生不死。 永生后的花零目睹了所有朝代的兴旺衰败,目睹了国家与国家之前的勾心斗角,历史的兴旺衰败花零都看下来了。 但是花零的永生可是被杀被碎尸万段都能够无限复活的永生,当然不止能看那五千年……“如果说我甘于平凡,那我的心定然蹉跎。” “强大力量不是绝对,但定是最高级的话语权” 在遥远的玄云大陆,一位被父母抛弃的孩子,被迫成为萧家的奴隶,而他为了活下去,在萧家的禁地偷学了萧家的秘法:鬼龙爪,他将要在这片大陆走出自己的天地………这里没有玄幻,没有穿越;只有新活的生命,逻辑的真实。 这是一个虚构的故事;一个关于生意与情怀的故事。一群年轻人,在小说主人翁李非的带领下,历经千辛万苦,克服重重困难,在小城香州,书写了一段商业传奇。香水星河酒店,一个给予了无数客人美好记忆,承载着一群酒店人理想的航器,在到达了它辉煌的顶峰后,突然掉头…… 结果怎么样?为什么会这样?是历史的悲剧,还是人生的释然?——一千个读者就有一千个哈姆雷特——如果你想得出自己的结论,请阅读天界无际的小说《香水星河》。”世界在重合!“常年游于被世界所抛弃的土地的汪洋惊道。在几乎无人涉足的巨大森林里竟有一个婴儿躺在地上,如树木的果实一般,不仅如此,在这森林之间,还有一座与之格格不入的村庄。诡异的事件不断的印证着汪洋的话。不知源头何处的神秘星球,在芸芸众生皆不曾反映之际,降临到了太阳系地外虚空,遮天蔽日,扰乱了时分。而钟挺原本平凡无奇的人生也发生了翻天覆地的变化,不得不一直逆天而行······ 大道为络,天地作星,众生如子。一场谁也逃不开的博弈就此展开。 叩仙门,觅神迹,自是横刀向天笑! 一场突如其来的变故席卷全球,远古的“神”苏醒,人类陷入了死战。最终人类战胜了“神”。200多年后,“神”卷土重来,秘武-血君子 重现,有个注定的人,将拿起它,走向诛神之路。天才古枫,惨遭敌人挖仙王骨、打碎丹田,成为废物。 父母的棺材也被敌人挖了出来! 他在绝望中觉醒荒古圣体,获得荒古天君的传承。 他执掌天剑,抗衡视他为敌的天道,一步一步登顶世界之巅,达到与天道并肩的无上境界。 古枫:既然天要杀我,那我就要屠天……证帝!!!有的人穷困潦倒,有的人纸醉金迷,万般皆是命,半点不由人。 给你一个机会,让你重新选择你的人生,在这里,你可以获得财富、地位、美女、跑车,一切按照你的设定来重新选择!走进这本书,感受万千人生下的千滋百味!
网络安全宣传主题是什么 上海专业做网站公 2015年信息安全报告制度 式网站 营销和团购是什么意思 中山精品网站建设方案 网络安全门槛 信息安全虚拟机,-1 婚纱网站设计 网络与信息安全培训 事业不顺的职场提升【www.richdady.cn】 强迫症的环境影响【www.richdady.cn】 学习成绩差的原因分析【www.richdady.cn】 孩子学习不好的自我提升【www.richdady.cn】 缺心眼的前世因果咨询【www.richdady.cn】 缺心眼咨询【www.richdady.cn】√转ihbwel 前世今生的故事有哪些案例?咨询【www.richdady.cn】√转ihbwel 冤亲债主干扰的化解方法有哪些?咨询【企鹅383550880】√转ihbwel 前世今生测试在线【www.richdady.cn】√转ihbwel 存不住钱的理财建议咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 强迫症咨询【www.richdady.cn】√转ihbwel 纠纷的解决方法咨询【微:qq383550880 】√转ihbwel 学习成绩差的前世因果【企鹅383550880】√转ihbwel 前世老公的前世影响咨询【微:qq383550880 】√转ihbwel 孩子不爱读书的家长引导咨询【微:qq383550880 】√转ihbwel 前世缘份的缘分再续咨询【www.richdady.cn】√转ihbwel 家庭关系的幸福指南威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份对现世的影响【企鹅383550880】√转ihbwel 暗恋的自我提升咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 婚姻生活不顺的心理调适咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 青岛设计网站的公司哪家好 美国信息安全投入 上海柯力士信息安全技术有限公司 响应式网站工具 台湾网站建设 公安部网络安全设备网络层上最常用的信息安全技术是 商城网站都有什么功能模块 业务信息安全英文 江苏网站制作企业 深圳软文营销推广 网络安全攻防研究室 青岛个人网站制作 深圳新媒体营销平台 病毒性营销的方案 展示型网站制作服务 seo营销优势 郑州机械网站制作 信息安全虚拟机,-1 企业网站制作 信息安全办公室,-1 网络营销信息传播效果 工控网络安全烟草方案 网站制作行业 4P市场营销组合的特点 黑客攻击信息安全事件 济南seo网站建站 注册网址的网站 无锡网站制作排名 信息安全管理服务 上海专业做网站公 广州做网站信科分公司 青岛设计网站的公司哪家好 对网站主要功能界面进行赏析 番禺手机网站制作推广 网络建设网站 响应式网站工具 江苏网站制作企业 个人网站备案 2 电子邮件营销案例 台湾网站建设 上海专业做网站公 大学生网络信息安全ppt,-1 营销的发展 公安部网络安全设备网络层上最常用的信息安全技术是 网络安全课程app 网络营销的方式 第四届中国网络安全大会九台网站 商城网站都有什么功能模块 长沙网站建设 4P市场营销组合的特点 医疗行业网络安全现状 家居营销网 西安微信商城网站设计 展示型网站制作服务 济南seo网站建站 网络安全动态分析包括 上海高端建设网站 湖南网站推广 网站制作行业 怎么网站设计 五大营销系统网络信息安全好学吗 网站制作行业 家居营销网 怎样网络营销 营销免费 网络营销课程的认识 2016北京网络安全日 信息安全逆向分析题目,-1 网络 营销 手机 gartner信息安全的威胁 2016中国网络安全大会 常州网站推广机构 网站建设分几个阶段 广州学网络营销 网站开发技术 网站所有人 网络营销目标怎么写 上海客服营销外包公司 大学生网络信息安全ppt,-1 微信营销思路 信息安全管理服务 网络营销实战课程总结 病毒营销是什么意思 大数据与信息安全ppt 中国网络安全交流中心 不属于网站后期维护 网络安全课程app 四川大学信息安全实验室 青岛个人网站制作 上海柯力士信息安全技术有限公司 可信赖的网站建设案例 徐州建网站 高端网站建设公司 郑州机械网站制作 seo营销技巧培训班 做网站销售 舆情营销网 台湾网站建设 黑客攻击信息安全事件 2015年信息安全报告制度 手机网站设计尺寸 搜索引擎内容营销案例 海尔公司营销策划 中国网络安全交流中心 三门网站制作 商城网站都有什么功能模块 个人网站备案 第四届中国网络安全大会九台网站 网站开发与设计 信科 建设官方网站 网络营销师考试形式 西安网站托管专业公司 2015年信息安全报告制度 江苏网站制作企业 五大营销系统网络信息安全好学吗 企业网站制作 网络安全攻防研究室 信息安全管理服务 网络安全学 4P市场营销组合的特点 网络安全动态分析包括 网络安全攻防研究室 常州网站开发 上海市网络安全总队 网站的优势 展示网站系统架构设计 seo营销优势 个人网站备案 公安部网络安全设备网络层上最常用的信息安全技术是 深圳新媒体营销平台 seo网络营销 优帮云 网络营销信息传播效果 网络安全能力认证考试 全网营销优势 威海网站推广