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
智能网联 网络安全网络安全主要涉及信息存储安全信息传输安全信息安全三级保护备案营销型网站优化深圳整合营销外包网络安全监测制学网网站信息安全 cissp网络营销效果评估指标陕西网站建设多少钱时空战士龙威穿越到类似于东汉末年的平行世界,收貂蝉、败吕布,和张飞、关羽、赵云一起,灭鲜卑、扫匈奴、杀胡虏、定中原,一路横推,统一天下。东方君从小无法修炼使其实力微弱,但因一次机遇,激活了体内沉睡着的黄金圣龙,就此获得了不属于这个大陆的力量,从此实力超凡。 结束了东面西方的明争暗斗,最终成为人类的第九代战神,并渡劫成真神。苏玄穿越到仙侠世界,获得宅家系统,别人修炼变强,他在家宅着就可以。 【叮!恭喜宿主宅了一天,获得三十年修炼精髓!】 【叮!恭喜宿主宅了一个月,获得天罡决,青莲剑典!】 【叮!恭喜宿主宅了半年,获得无上秘法:大乘佛印!】 ...... 百年后,苏玄表示:“这个仙子,那个圣子,一个都别跑,我要打你们十个!”【官场都市】【无系统】【帝力新书】下医医百病,大医医万民! 身体的病痛只需吃药打针就可治愈,但是贫穷落后的病症又有谁来医治? 邵宽出身特种兵,医术精湛,本可以在部队大有作为,但却虚心接受师兄邀请,到地方上从一个小小的科员开始做起。 从此他亦医亦官,拯救万民。亦商亦军,造福百姓!这就是我的宿命吗? 被赋予希望诞生,再被命运枷锁缚住,然后义无反顾走向深渊里与黑暗抗争…… 可当我看清这世间所谓的“黑”与“白”后, 我选择逆“正道”而行, 就算变成恶魔也要斩断这天道为我牵引的宿命线!叶怀安跳江而死,是世道沦丧还是命中注定?九本经书各自又隐藏了什么样的秘密?在诸天宇宙中,地球是沧海一粟还是隐藏boss?欢迎来到玲珑塔的世界。在整个大陆上,除了一些传闻,还有一名非常神秘且强大的战士,是这片大陆最强悍的战士之一,他死后由他而已继续保护传送阵法二十一世纪的科研天才李承风穿越大唐,居然变成了李世民的六岁儿子? ??天赐神级熊孩子系统,李承风揪李世民的胡子,开局狂怼房玄龄和杜如晦,他们对此却又无可奈何。 ??李承风利用自己的天才科学知识,一招南水北调解决天灾,研发出来的杂交水稻可亩产2000斤。 ??灭突厥,降伏高句丽,李承风六岁就被赐封为大唐镇国神王。 ??可谓莫愁前路无知己,天下谁人不识君?五代十国,乱世风云,后周显德年间,佛劫降世,佛门高僧入世消劫,引发了诸多江湖儿女的家国情仇,为天下太平演绎岀荡气回肠的传奇故事……   寂寂夜空孤月寒,十七年离别茫茫。一念执真,南风绿依,盛颜银发证衷肠。   最是有情“负情蛊”,三年生离道心初。剑啸弦荡,逍遥慕云,一念倾情一生终。   啸引苍波,漫卷山河,心志难酬朱颜改。孤情骄阳,若玉独镜,小楼空照人何在?   日月无改江山裂,金戈铁马雁泣血。渊鱼更龙,世宗执戟,风起云涌荡山岳……   一缕清风,人间太平吹拂……红哥是传奇游戏中的一头红野猪,因一次意外事件获得了传奇外挂一枚,原本只想升职加薪、当上业务主管、迎娶白野猪的他,从此打开了新世界的大门
首届通信网络安全管理员 杭州网络科技网站 网络安全审计设备品牌 利用网站营销的目标 电子商务的网络安全 利用网站营销的目标 毕马威 网络安全法 企业网络安全的 个人网站欣赏 网站重构 婴灵的真实案例有哪些?【www.richdady.cn】 财运不佳的理财技巧【www.richdady.cn】 公司破产的环境影响【www.richdady.cn】 事业不顺的职场提升咨询【www.richdady.cn】 升迁障碍的职场突破【www.richdady.cn】 发育倒退的解决方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的轮回解析【企鹅383550880】√转ihbwel 前世缘份的常见类型【σσЗ8З55О88О√转ihbwel 特殊学校的环境影响【企鹅383550880】√转ihbwel 自闭症的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的真实案例有哪些?咨询【www.richdady.cn】√转ihbwel 心慌胸闷头晕的自我提升咨询【微:qq383550880 】√转ihbwel 大龄剩女的婚姻建议【σσЗ8З55О88О√转ihbwel 耳鸣对睡眠的影响【企鹅383550880】√转ihbwel 缺心眼的案例分享【企鹅383550880】√转ihbwel 婴灵的超度仪式咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 为什么过世的前世解析咨询【微:qq383550880 】√转ihbwel 财运不佳的财富积累方法有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 灵魂化解【σσЗ8З55О88О√转ihbwel 性压抑的解决方法【www.richdady.cn】√转ihbwel 海珠区pc端网站建设 大连网站设计公司排名 信息安全等级保护 挑战 2016信息安全大会 网站由哪三部分构成 中山营销外包 网络营销的发展过程 盐山网站建设 社会化媒体营销 占位营销 2014(第七届)全国网络与信息安全学术会议,-1 德阳网站制作 网络信息安全调研报告 信息安全 pdca 网络安全后立法时代 酒店业网络营销 网页类网站 网络营销教学 g20峰会网络安全 恶意刷网站 天津 网络安全事件 微博 事件营销方案 企业网络安全体系建设 陕西网站建设多少钱 网站重构 信息安全 cissp 济南网站制作 重庆网站建设公司名单 天津网站建设公司 微博 事件营销方案 支付敏感信息安全审计 外贸社交营销的关键 电子商务的网络安全 毕马威 网络安全法 网络安全监测 企业网络信息安全培训课程 门窗企业网络营销计划 人的营销 长沙网络营销师 服务营销产品定价策略 网络安全结论网站二次开发 社会化媒体营销 北京网站建设公司收购 名词解释网络营销含义 软营销案例 网络营销效果评估指标 信息安全渗透测试服务,-1 网络与信息安全等级保护 成都网站建设市场 中国网络安全平台 无限营销 常州低价网站建设公司 网络安全法相关解读 唐山网站建设哪家优惠 企业网络安全体系建设 事件营销的特点有 网站 动态 广西网络信息安全峰会 人的营销 美国网络信息安全 智能网联 网络安全 中山营销外包 网络安全实验教程 下载 重庆网站建设公司名单 重庆微信营销培训方案 门窗企业网络营销计划 网络与信息安全等级保护 自制公司网站 首届通信网络安全管理员 四川全网营销推广价格 网站大图片优化 网络安全仿真系统 四川全网营销推广价格 网络安全实验教程 下载 个性化建网站定制 网络安全管理人员 网页类网站 网站新站 信息安全三级保护备案 单位信息安全等级保护工作的组织领导情况 微信运营营销的区别是什么意思 网络安全企业50强2017 厦门网站的制作 网站 动态 《信息安全等级保护管理办法》 恶意刷网站 支付敏感信息安全审计 陕西网站建设多少钱 制学网网站 全网营销的主流模式 做营销软件下载 信息安全招聘信息报告,-1 信息安全规划的内容 工控 信息安全 工业信息安全的重要性 信息安全培训报告 新乡网站设计 首届通信网络安全管理员 单位信息安全等级保护工作的组织领导情况 深圳整合营销外包 武大信息安全实验室 网站由哪三部分构成 网络营销教学 网络信息安全审计与监控教育部工程技术研究中心 学术委员会 《信息安全等级保护管理办法》 计算机网络安全 信息网络安全管控 酒店业网络营销 网站营销中心内容 营销软件站免费下载 网站的承诺 美国网络信息安全 2016年信息安全产业,-1 个人网站欣赏 网络营销运营思路 重庆网站建设公司名单 品牌营销 信息安全 cissp 福州网站优化 营销型网站套餐 武大信息安全实验室 国家信息安全认证服务资质证书 工控 信息安全 网站的承诺 工业机器人 网络安全 苏宁 营销模式 企业网络安全的 2016网络安全大事 wap网站开发 南京seo营销 具有国家信息安全等级保护测评资质的机构 跨境网络营销的发展观念 2016网络安全大事 营销型网站优化 深圳网站制作公司人才招聘