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
武汉网站制作 app开发重庆新闻软文营销项目信息安全管理小米的传统营销案例小米的传统营销案例信息安全产品认证目录杭州市营销方式信息安全等级化保护规范明确保障网络安全的基本要求电商营销创意一位正在打着游戏的年轻人突然穿越到一个叫“放逐大陆”的世界。 年轻人手持水果刀,用奇妙的手法与敌人对抗。 经常被人追杀、逃亡、被捕,仿佛“张三附体” .......... 他很勇。 开局夺舍六耳猕猴! 道祖一句法不传六耳天下皆知! 几大量劫颗粒无收! 直至西游,被孙悟空一棒子打死! 周成慌了:不,我六耳绝不认命! 开天劫:截胡魔猿领悟战之法则! 龙汉劫:挫鸿钧斩罗睺开宗讲道! 巫妖劫:力压巫祖大兴人族! 封神劫:单挑三教平推昆仑山! 看周成从洪荒开始布局西游!逆天改命、以战证道!天才画家名声大噪, 赶稿收尾意外魂穿, 全新世界,精彩绝伦, 少年叶舟志在苍穹, 决心修炼,试图逆转乾坤, 贵人助修,命运天翻地覆, 巧夺阴阳造化,涅槃自命生死, 轮回掌控命运,超脱蜕凡成仙, 驻足位面之巅,双手,号令苍穹!世间本无路,走的人多了便成了路。天道之始,修行之初。从北疆来到帝都,一切都悄然发生变化,被安排好的命运,幕后之人的命盘......刘家是赤水一个不起眼的修仙家族,俗话说匹夫无罪怀璧其罪,自从刘家从赤水深渊秘密探宝回来,就被各大势力盯上,尤其是颍上修仙大族高家,不惜发动灭族大战也要夺取刘家得到的宝物。刘家因宝惹的家破人亡,只得刘墨林等几名刘家后辈在家族前辈的掩护下逃脱重围。只看我们主角刘墨林怎么样为家族复仇,在修仙路上成长。。背负命运之人啊,在万年的时空中,与她人的羁绊,似乎是那么的美好,甜蜜的爱情、真挚的友谊、和蔼的亲情,这些人类美好的感情在命运面前却是那样的脆弱,而发生的一切,仅仅是一个旷世阴谋的一部分,一切的暗流涌动,背负命运之人能否面对?武道修行者携手灵符修行师,共同统治着神武大陆! 性格孤僻的天才警官南港市公安局东海分局局长北海琼月只有一个愿望——成为一名恪尽职守、秉公执法的优秀警察。她从不怀疑自己的能力,坚信自己能做到让每一起案件水落石出,不料南港市发生的一系列连续凶杀案让一向被誉为神探的北海琼月焦头烂额,被害者不仅毫无共同点,而且死因离奇。北海琼月身为专案组长一直希望尽快破案,不料一件又一件事情打乱了她的计划…… 正在北海琼月被一个个意外弄得焦头烂额的时候,案件出现了一丝转机,有人目击到凶手犯案的过程,甚至在案发现场活捉凶手。本该为此举杯庆祝的北海琼月却陷入了沉思,这个被逮捕的凶手不是别人,正是和她一起上学、一起工作、一起办案的她唯一的朋友。 友情的信任遭到了巨大的冲击。作为警察,北海琼月有义务履行职责;但作为朋友,北海琼月不相信她是凶手。信任和证据面前,北海琼月必须做出抉择。 这个世界,妖魔横行,鬼怪作祟。 人类在一群特殊存在的保护下得以生存,他们自称修士,是凡人的守护者! 修士们分为武师、术师、魂师三种不同道路,寻常者一生只能专精一道! 少年徐阳意外穿越到了这个世界,发现自己不仅可以同修三道,甚至能够凝聚传说中的三元之力! 徐阳:我来了,从此这颗星球,我们人类就是主人!我奉劝各位不要沉迷游戏,游戏不仅浪费时间和金钱而且影响正常的学习、生活和健康... 什么! 居然有人敢攻击我天华城? NND! 好了,不废话了,老子要去砍死那帮NPC。 .... 处于修炼世界最底层的李成双因为一个梦激活了天灾召唤系统,能从蓝星召唤名为“玩家”的生物。 从此,这个世界的画风变了。 低级城主:你说天华城那大鸟比我还快? 中级城主:你说天华城那胳膊粗的玩意儿堪比我全力一击? 高级城主:你说高级魔兽被天华城堵在门口杀? ....
信息网络安全许可证 信息安全检查通讯 信息安全咨询公司名称,-1 购物网站推广 qq群营销的特点 网站网速慢 小米的传统营销案例 网络安全 公安 建网站就找伍佰亿 云网络安全 孩子厌学的环境影响【www.richdady.cn】 无形干扰的解决方法咨询【www.richdady.cn】 冤亲债主的干扰解决方法【www.richdady.cn】 孩子厌学的辅导方法咨询【www.richdady.cn】 感情纠纷的原因有哪些?咨询【www.richdady.cn】 自闭症的症状与诊断威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 精神不振的案例分享威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵的超度与心理安慰咨询【微:qq383550880 】√转ihbwel 前世今生的缘分如何解读?【微:qq383550880 】√转ihbwel 什么原因意外的前世缘分咨询【微:qq383550880 】√转ihbwel 无形干扰的心理调适咨询【微:qq383550880 】√转ihbwel 特殊学校的案例分享【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主的干扰影响【企鹅383550880】√转ihbwel 头脑混沌的环境影响【σσЗ8З55О88О√转ihbwel 事业不顺的改运方法咨询【企鹅383550880】√转ihbwel 事业不顺的心理调适咨询【微:qq383550880 】√转ihbwel 灵魂化解的具体步骤咨询【σσЗ8З55О88О√转ihbwel 如何避免无形干扰因素【www.richdady.cn】√转ihbwel 通灵老师预约【www.richdady.cn】√转ihbwel 财运不佳的心理调适威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 微信营销那家公司好 工业网络安全技术 金融行业信息安全基线 网络安全分类标准 徐汇微信手机网站制作 信息安全监理业务资质,-1 微博营销内容怎么写 基于网络品牌社群的营销战略——以北京小米科技有限责任公司为例 哪家网站建设好 qq群营销的特点 网络营销目标包括哪些内容 南京移动网站设计 建设响应式网站有哪些好处 昆明高端网站建设公司 济南网站建设企业 网上营销的策略方案 信息安全测评资质条件 亳州网站制作 金融行业信息安全基线 网络安全分类标准 徐汇微信手机网站制作 信息安全监理业务资质,-1 微博营销内容怎么写 基于网络品牌社群的营销战略——以北京小米科技有限责任公司为例 哪家网站建设好 qq群营销的特点 网络营销目标包括哪些内容 南京移动网站设计 建设响应式网站有哪些好处 昆明高端网站建设公司 网站建设七点 x网站免费 想弄个网站 网站网速慢 uiwebview网络安全配置 营销推广服务 徐汇微信手机网站制作 济南网站建设企业 网站 开发 价格 昆明高端网站建设公司 北京免费网站建设 优衣库电子邮件营销案例怎么做自己的网站? 小米6营销软文 购物网站推广 暗组信息安全论坛 网上营销的策略方案 网络营销面试邀请电话 网安大队互联网信息安全检查 北京事件营销公司 关于网络安全的 网络信息安全学报 网络安全分类标准 欧盟网络安全法律 微信营销那家公司好 个人微博营销特点 内网信息安全公司,-1 营销推广服务 网络安全 公安 上海 网络信息安全评定 isms 开封全网营销 美国 网络安全机构 工业网络安全技术 国家网络安全中心 网站需求方案 网上营销的策略方案 石家庄网站设计网站维护 明确保障网络安全的基本要求 展示型网站建设流程图 网络安全审计系统选型 信息安全守则 展示型网站建设流程图 美国 网络安全机构 网络安全密匙显示字符(h) 简述黑客攻击与网络安全的关系 关于写策划的一个网站 网络安全及防护 网站关键词排名提高 总裁营销学 武汉网站制作 app开发 公安机关信息安全规范 建网站就找伍佰亿 个人微博营销特点 二级域名网站价格 想弄个网站 营销型网站是什么样的 如何建立自己的网站 国内信息安全软件厂商网站盈利模式 网站网速慢 杭州网站优化 网站建设七点 杭州市营销方式 营销推广介绍 全国信息安全竞赛官网 信息安全监理业务资质,-1 linux网络安全营销工具作用 明确保障网络安全的基本要求 总裁营销学 采用模版建网站的缺点 信息安全产品认证目录 无锡网站设计 关于网络安全的 微博营销内容怎么写 无锡网站设计 信息安全论坛 想学习网络营销 信息安全产品 软件开发 建站员工网站 营销系统 uiwebview网络安全配置 合肥 网站建设 长春专业网络营销公司 网站建设 甘肃 项目信息安全管理 国内信息安全软件厂商网站盈利模式 深圳网站建设哪家好 连云港网站建设 响应式网站建设市场 2014年中国互联网网络安全报告 网络整合营销套餐 昆明企业网站开发 河北做网站哪家公司好 app 网络安全案例 微信营销那家公司好 哪家网站建设好 营销网站的成功案例 网络安全信息安全 开封全网营销 中华人民共和国网络安全法(草案) 合肥 网站建设 婚纱摄影网站建设 信息安全咨询公司名称,-1 目前网络安全市场 网络营销目标包括哪些内容 上海建立公司网站 全国大学生信息安全竞赛 2015