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
沧州网站制作网络和营销策略搜索引擎营销教案网络营销的实施方法网络安全保卫部门网络营销广告图片南京网站建设公司大连网络营销自助建立网站摄影网站建设网络营销效果评价指标黑夜来临,游戏开始。享受007福报的顾修,重生回到世纪初,成为了六岁小学生。 看着刚刚创业失败,背负债务进入迷茫期的父亲。 “老爸,要不我给你指条明路?” “先定个小目标。” “成首富!” 于是,一个中年男人开始了自己的逆袭人生,一步步走出了一条首富之路。 可当他登上神坛的那一刻却发现…… “儿子,你才念小学,怎么早成首富了?” 顾修:谁规定小学生不能当首富了?  重生在了天道即将崩溃,鸿钧三清远走寻到,天地王母受援以进,现代科技飞速发展,对于修行却是半开放的世界,江屹煊被选为了复苏天道的棋子。 对于这些,江屹煊有话说:“我只想把仙丹当糖豆,把八九玄功当炼体术,让亲人无病无灾。用真火来炒菜,用灵泉当家庭饮用水,让石材释放出它最美味的口感。对于复苏天道什么的,谁爱作谁作,我没兴趣!”现代佣兵周文意外魂穿到民国学生周文身上。他利用穿越带来的一颗佛珠的神奇功能,再加上后世带来的经验、知识和技能。打造了一只武功高强、军事技术顶尖的佣兵团队。 他带领这支佣兵团,历经中原大战、淞沪抗战、称雄上海滩。装备了当世最先进的各种武器,最后投身于伟大的抗日战争中。带着兄弟们杀鬼子......科技发达的海蓝星,与未知行星发成碰撞。 人类启用应急方案“冰封计划” 未知星球生命试图战领融合后的海蓝星。 因生存星球发生碰撞,一部分人觉醒了异能。 两个文明的大战,在解封千年后逐渐开始爆发。 “大王,那孙猴子马上就到!” 崔珏醒来穿越成了地府判官。 而且孙悟空马上就到! 什么?他想大闹地府? 崔珏直接嘴遁的他服服帖帖! 天蓬元帅转世成猪? 崔珏直接从根源上杜绝一切! 唐僧变成柔弱僧人? 崔珏让他变成武力值爆表的肌肉兄贵! 一切为了能够在地府朝九晚五的安心上班。 谁都不能打扰崔珏上班!此书讲的一个故事是以一位少年由凡人修道入屠的故事。。陈岁年离婚了,前妻嫌贫爱富,抛夫弃女。 没想到,刚离婚就觉醒了系统。 拥有了一块每天都能刷新出各种蔬菜、水果、药材的肥沃土地。 陈岁年决定在犹如世外桃源般的桃花村定居,没想到,系统隔三差五就送给他各种技能。 没过多久,陈岁年还发现,那块神奇的土地,仅仅只是系统的冰山一角! 更多的秘密,在等待着他去揭开!夫战,勇气也。 战者,自当无惧兵革、直面生死。 战者,自当勇往直前、无畏无惧。  穿越到了玄幻世界二十年,张晓以为是自己的人生就这样了,当个咸鱼修修仙什么的。   奈何宗门被人一锅端了,就剩下他一个人,就在生死之际,觉醒了【神级宗门系统】。   “犹豫你宗门缺少大量弟子,你的宗门黑化了。”   “你的山门进化了,看着空荡荡的家有些委屈,寻找了一位天才看门弟子。”   “你的宗门传承塔感知到宗门空无一人,无法传承弟子的传承塔感觉很失落,并暗地里联络了一位转世重修的帝级强者。”   “你的御兽间感觉到宗门没有灵兽,空虚寂寞冷,私自联络了一只神兽后裔。”   “你的炼丹房感感觉到宗门没有炼丹材料与炼丹弟子,悄悄的寻找到一位带着老爷爷的天才。”
瑞星2013年中国信息安全报告 网站首页面设计 信息技术信息安全 营销型网站功能表 自己建网站 网络营销研究的范畴 四川开设信息安全专业 计算软考网络安全 成都营销博客 重庆大足网站制作公司哪家专业 孩子不爱读书的家庭教育咨询【www.richdady.cn】 亲子关系的咨询技巧咨询【www.richdady.cn】 婴灵的超度流程【www.richdady.cn】 纠纷的案例分享【www.richdady.cn】 前世今生的奇妙经历【www.richdady.cn】 孩子压力大的案例分享【企鹅383550880】√转ihbwel 前世缘份的续写有哪些方法?【微:qq383550880 】√转ihbwel 心慌胸闷头晕的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何化解冤亲债主的干扰?咨询【www.richdady.cn】√转ihbwel 公司破产对股东的影响【www.richdady.cn】√转ihbwel 儿子不读书的改运方法【www.richdady.cn】√转ihbwel 强迫症的自我提升咨询【www.richdady.cn】√转ihbwel 如何避免生活中的意外【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 阴间生活的前世因果【σσЗ8З55О88О√转ihbwel 特殊学校的案例分享咨询【企鹅383550880】√转ihbwel 特殊学校咨询【微:qq383550880 】√转ihbwel 财运不佳的理财技巧有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的轮回存在吗?【www.richdady.cn】√转ihbwel 亲子关系的咨询技巧咨询【微:qq383550880 】√转ihbwel 纠纷的法律援助咨询【企鹅383550880】√转ihbwel 中国信息安全排名 解释网络营销服务 昆明云南微网站搭建 商贸公司营销网站建设gb/t 20984-2007 信息安全技术信息安全风险评估规范 网络营销策划什么意思 公司互联网站全面改版 沧州网站制作 信息安全工程系 网站设计公司 长沙 信息安全邀请赛 网站建设公司倒闭 中国信息安全讲座,-1 上海市信息安全测评认证中心公安部网络安全监察举报 深圳北网站建设 瑞星2013年中国信息安全报告 活动营销网 自助建立网站摄影网站建设 合肥网站优化 南宁网站设计 福州金山网站建设 沧州网站制作 搜索引擎营销教案 福田做网站 信息安全工程系 网页风格是指网站的整体形象给浏览者的综合感受.有的严肃庄重 计算机网络安全等级国际标准 求做网站 计算机网络安全等级国际标准 网络广告营销的优缺点 电视整合营销 网站对比 深圳手机网站设计近几年饥饿营销的案例分析 陆宝华 信息安全 网络信息安全保险 网络营销效果评价指标 工控信息安全防护指南 杭州公共信息安全系统 常用网络安全工具软件 南京网站建设公司 昆明云南微网站搭建 企业响应网站 南宁网站建设7make 山西网站建设 信息安全工程系 苏州网络营销外包 网络营销组织形式有哪些特点是什么意思 求做网站 四川开设信息安全专业 互联网整合营销传播 上海网络安全大会 如何建国际商城网站 中石油信息安全测评 企业网络营销调查心得体会 卫龙辣条网络营销分析 无锡网站制作排名 网络安全宣传周的内容 成都营销博客 中国互联网协会网络安全 广东信息安全服务资质咨询,-1 如何运用网络营销渠道 5月网络安全大赛 企业响应网站 网络安全教程.pdf 教育市场营销策划方案 三明网站建设 信息安全 科普 网络安全攻击有哪些 dos攻击 西安做网站公司? 昆明云南微网站搭建 如何建国际商城网站 与信息安全相关的岗位 病毒营销的三个特点是什么意思 建交友网站 信息安全邀请赛 搜索营销公司 建交友网站 信息安全 科普 网站建设公司倒闭 群营销好处 天猫网络营销手段 产品网络安全认证证书 中国信息安全讲座,-1 工信部考试中心用的计算机网络信息安全理论与实践教程,-1 网络安全资产管理制度 网络安全工作的目标包括 珠海政府网站建设公司 如何运用网络营销渠道 陆宝华 信息安全 商贸公司营销网站建设gb/t 20984-2007 信息安全技术信息安全风险评估规范 营销型网站功能表 网络营销组织形式有哪些特点是什么意思 个人主页网站制作 华中科技大学信息安全实验室 活动营销网 瑞星2013年中国信息安全报告 5月网络安全大赛 深圳北网站建设 计算软考网络安全 第四届中国网络安全大会 自己建网站 南宁网站设计 网站首页面设计 华中科技大学信息安全实验室 网络安全法2013年 网络营销相关资料 天猫网络营销手段 尽快出台网络信息安全基本法 哪里有培训营销的学校 网络安全保卫部门 计算机网络安全等级国际标准 计算软考网络安全 信息安全服务要点,-1 国家网络安全标志 陆宝华 信息安全 重庆信息安全产业股份有限公司 云南昆明网站建设 网站对比 济南seo网站建站 重庆整合营销多少钱 重庆信息安全产业股份有限公司 深圳市网络与信息安全 顺的品牌网站设计价位 教育市场营销策划方案 深圳市网络与信息安全 信息安全分析师是什么专业 网络营销相关资料 网络带营销 企业信息安全实验室 武汉商城网站制作公司 防火墙信息安全 成都营销博客 中国信息安全测评中心 知识营销推广 福州金山网站建设 网络营销哪个机构好