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
移动网络安全吗指纹营销gb/t 20270-2006信息安全技术 网络基础安全技术要求简述邮件营销的优点西安网站设计成都微信营销ps个人网站的首页界面牛肉营销营销唐玮idc信息安全管理系统遥远的蓝星遭遇前所未有的危难,于地球寻找帮助,林飞作为第一批灵魂穿梭的人类,他的未来将走向何方。古语有云:小隐隐于野,大隐隐于市。身负家族绝学的少年郑朝安,在自己不断进步的过程中,与天下各路高手交流,以自己的眼睛,发现隐藏于世间的高手。武者、修士、匠师、剑修、魔法师、猎魔人·······全天下一直在隐藏着的高手,究竟有多少?一所省重点高中,一个满是富家子弟的班级。一个个娇生惯养,傲慢,攀比,挥霍,目无尊长。一位特殊的“老师”受人之托要好好的给他们“上一课。”于是就上演了一场五花八门的骗局,让他们知道社会的险恶。最后却又引出了一桩多年前的案子……意外穿越大秦,成为八公子嬴子夜,觉醒神级阅读系统,只要读书就变强!只要读书就能获得无限奖励,只要读书便可入圣! 为此,嬴子夜终日闭关读书,兢兢业业,不招灾,不惹祸。 终有一日! 始皇重危,意欲东巡求长生。 墨家蠢蠢欲动。 六国余孽准备造反。 赵高意欲篡改遗诏。 …… 嬴子夜知道,这时候不能继续藏了!再藏大秦不复、自己也将被胡亥杀死! “扮猪吃虎十余年,今日本公子不藏了!” “今日,本公子以读书入圣!一剑斩天!” “传令,三千大雪龙骑军出动!” “传令,铁浮屠出动!” “……” 我是个胆小怕鬼的女大学生,好不容易毕业考上了事业单位,分配给我的岗位居然是一名验尸人,跟着叶师傅奔波在各个停尸岗、事故现场,师傅是查尸道士,专门剥离人死后不肯超度的灵魂,尸体和灵魂,一个也逃不过。下一世,我继承师傅的衣钵,在繁华都市,当一个归隐道士,却不想在做灵魂所托之事时,机缘巧合下碰到了师傅,只不过此时他是一名高中生...大正十五年,由于太子之位相争,而在皇领的都城中都引发的一系列杀人案,凶手如同是恶魔,这些案件和十五年前的东林门兵变牵扯,使得案情更加的波谲云诡,负责查案的姜弘羊拨开迷雾,才使得真相大白。一直想说一个没有任何技能的普通人怎么在一个动荡的年代生活,没有金手指,没有逆天的系统,没有丰富的历史知识,更没有化工知识,对军事更是一个白痴,甚至对古诗词也之记得几首的一个真正普通人,他能否在那个年代生存下来?《摩觉》原名为《千古纪法》,一个励志除魔卫道的故事。故事基于现实与虚构的结合,有天马行空,也有实事求是,更有意想不到。故事也向许多的武侠小说经典之作致敬,力求精彩而又完整,一部武者之道的新作送给大家。有情死,无情生!这是一个起源于苍茫大陆的故事,百万年前,仙魔大战,仙界支离破碎,仙界主宰者邪主陨落,其魂魄未灭,百万年后重聚于下界苍茫大陆,故事由此展开... 邪主因何陨落?仙是否真的存在?在仙界的骗局之下,林云能否找出背后的真相?敬请期待...我无意间穿越到了一个平行世界,这里爆发了魔王病毒,城市沦陷,我要和少数幸存者们一起想办法活下去,他们都是机缘巧合之下注射了国家发放的生化疫苗并出现了抗体活下来的人类。 可身处末世,面对外界的变异者,大家要如何活下去呢? 我的到来让幸存者原本规律的生活出现了变数,变异者开始进化,幸存者也觉醒了异能,一场为了活下去的斗争持续进行着。随着时间的推移,幸存者们竟然发现了这场病毒灾难并不是偶然,到底是谁在背后操控着? 当变数发生的时候,一切超出常理范围的事件都变得理所当然。 变异者和人类幸存者谁才是地球最终的主宰者呢?
成都 信息安全大会 网络信息安全攻防赛 营销辅助类 美国网络安全战略对中国有何启示 网站创建流程教程 网络营销定价特点 外贸网站建设软件 网络安全攻击 平台 池州做网站 网络安全协调处 意外的前世解析咨询【www.richdady.cn】 前世缘份的故事有哪些经典案例?【www.richdady.cn】 感情纠纷的情感沟通方法有哪些?咨询【www.richdady.cn】 孩子压力大咨询【www.richdady.cn】 为什么过世的前世修行咨询【www.richdady.cn】 人际关系不好的解决方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 什么是婴灵?咨询【σσЗ8З55О88О√转ihbwel 外灵干扰的真实案例分析【www.richdady.cn】√转ihbwel 亲子关系的自我提升咨询【σσЗ8З55О88О√转ihbwel 孩子不爱读书的阅读习惯如何培养?【微:qq383550880 】√转ihbwel 不爱读书威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的职场提升【www.richdady.cn】√转ihbwel 无形干扰的前世因果咨询【www.richdady.cn】√转ihbwel 耳鸣的前世因果咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系的自我提升威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系的改运方法【www.richdady.cn】√转ihbwel 大龄剩女咨询【www.richdady.cn】√转ihbwel 灵魂化解的步骤【σσЗ8З55О88О√转ihbwel 无形干扰对工作效率的影响【σσЗ8З55О88О√转ihbwel 感情纠纷的原因分析【企鹅383550880】√转ihbwel 网络安全协调处 什么是网络营销评估 杭州网站设计公司 信息安全部讲师,-1 信息安全资质证书 网络安全方面的证书 hd网络信息安全 营销唐玮 网络信息安全事件分级 做一个网站人员 网络安全图片和文字 网站编排 信息安全工作规划,-1 gb/t 20270-2006信息安全技术 网络基础安全技术要求 综艺节目的营销 信息安全测评机构 网络营销计划 案例 2016年网络安全现状分析 国家信息安全服务 企业网站内容如何更新 网站制作 武汉 汽车软文营销的案例 信息安全工作规划,-1 宣城网站seo诊断 龙岩做网站 如何测试网络安全 计算机安全中的信息安全主要是指 网络营销学校哪个好国家安全之网络安全 企业网络安全规划方案 网站后台更新没有变化 网络营销计划 案例 免费网站推广 邢台网站制作 信息安全三级等保要求 网站信息安全评估报告 潜艇 信息安全 移动宽带 营销 网络营销学校哪个好国家安全之网络安全 营销在哪里培训 中国亚马逊营销的优势 gb/t 20270-2006信息安全技术 网络基础安全技术要求 中国信息安全局 中国亚马逊营销的优势 网络安全 篡改 信息安全专业 网站搭建公司官网 idc信息安全管理系统 宣城网站seo诊断 池州做网站 网络营销商 高端上海网站设计公司 信息安全技术实验报告 我理解的网络营销 综艺节目的营销 元站点网络营销方法 营销家官网 移动网络安全吗 大数据平台信息安全 信息安全资质证书 国家网络安全博览会 网络运营与网络营销 池州做网站 信息安全培训专业 北京 网站建设 网络安全攻击 平台 网络整合营销推广公司 全球网站建设服务商 数据信息安全网络主题ppt 做一个网站人员 信息安全服务安全工程类 网络整合营销推广公司 中美 网络信息安全 网络营销自媒体 网络信息安全攻防赛 中美 网络信息安全 网络安全业务资质 营销家官网 南昌网站推广 网络安全 篡改 和田网站建设长春网站建设推广 南京网络安全赛 指纹营销 网站创建流程教程 武汉 信息安全比赛 2015 南京网站建设咨询 美国信息安全部门 微信广告和微信营销方案 营销人优点 计算机安全中的信息安全主要是指 信息安全专业 信息安全服务资质 安全工程类 网络安全编程培训 营销的定位 丹江口网站开发 医院网络安全案例分析 深圳专业医疗网站建设 网络安全广告文案案例 20个中国风网站设计欣赏 深圳建设网站 什么是网络营销评估 温州网站建设案例 企业网络安全拓扑图 信息安全部讲师,-1 湖北省信息安全等级 信息安全技术实验报告 网络安全方面的证书 美国网络安全战略对中国有何启示 广西免费网站制作 营销唐玮 asp网站后台进不去 输入密码用户名提示用户名错误 网络安全业务资质 做一个网站人员 网络安全技术入门 龙岩做网站 网站编排 女生做网络营销 20个中国风网站设计欣赏 gb/t 20270-2006信息安全技术 网络基础安全技术要求 信息安全调查报告 公司网络安全经典事例 信息安全测评机构 hd网络信息安全 aix 网络安全 2016年网络安全现状分析 国家信息安全服务 湖北省信息安全等级 网络信息安全事件分级 杭州 平台 公司 网站建设 网站信息安全维护协议书 济宁网站制作 网络安全协调处 网站制作 武汉 网站设计说明书 营销危机 汽车软文营销的案例