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
企业面临的信息安全威胁国家网络安全部队网站建设 网络推广钦州网站建设网站营销沟通工具微博营销的效果数据分析信息安全案例库山东临沂网站建设静安区品牌网站建设政府网站建设方案魂穿古代的陆子铭师承当世第一大派天剑山,好不容易逃出山门本想大展一番拳脚的他却意外的发现自己干啥啥不行,白嫖第一名。 于是在机缘巧合之下直接当起了一名乞丐,想凭借自己逆天的颜值将白嫖事业发扬光大。 哪曾想却意外卷入到了各种江湖厮杀,朝堂诡谲的阴谋算计之中。 “这位小娘子,本人只讨钱,不要饭!” “你可以拿钱羞辱我,但不能拿残羹冷炙侮辱我!” “什么?你才有病!你全家都有大病!” “tui,小娘皮长得怪带劲,就是素质低了些,脑袋也有些问题!”三国近百年的战乱还未平复,西晋十年之久的“八王之乱”又起,华夏精锐殆尽,汉族陷于危亡之际!匈奴首先乘机发难,羯,氐,鲜卑,羌等族更是将战火席卷了整个北方大地!“五胡乱华”血腥来临!主角生为皇子,天潢贵胄,却只能偷生于公主身份,流离于军阀之间……到处都是豺狼虎豹!裙:138930598到处都是无情杀戮!易子相食,千里无人!汉族亡种灭族?!华夏支离破碎?!谁来力挽狂澜?!!神祇时代,人人皆为神明,体内创立神国,高举神火,万族繁衍。 就在神明们还在争论到底是半兽人厉害,还是亡灵系大军恐怖的时候。 林凡看着自己的十万个钻在草丛里的大盖伦,无敌寂寞。 “我真的不是最强天神。” “我只是一个普普通通的LOL玩家而已。” 一众神明痛哭流涕:“大佬你说的都对,能不能先让那群莫甘娜把我们放开?我们真不认识凯尔!” “伟大的神王,快把那个爆破鬼才收回去吧,它往我的神域里扔了个东风快递!” “天啊,三万个死亡歌颂者的死亡合唱团又在唱歌了!” 林啸意外穿越特种兵的世界,随身带着最强国术系统。 每提升一个等级,不但身体会得到强化,还能获得新的国术,成为自己的天赋神通,既分高低,也定生死。 暗器精通:拥有此技能,你可以熟知每一件事物的属性,能将任何一种物品当作杀人的利器,杀人是一种技术,不滞于物,请谨慎使用此技能。 何晨光:“你从娘胎就可以练功吗?” 雷战:“牙签也能杀人,老子服了!” 安然:“啸哥,你确定你的女友是大明星?不是特种兵?” 范天雷:“狼牙的未来就交给你了,老子提前退休。全世界有无数人都讨论过地球人类的起源,随着科技的发展,人类能够深入宇宙,遨游太阳系,2035年华夏一艘去往火星探索的航天宇宙飞船误入宇宙虫洞从而来到陌生星空发现了‘外星人’,揭开了地球人类文明的始源,知道了全宇宙人类面临末世浩劫……诸天气荡荡,我道日兴隆! 楚风穿越到神秘莫测的世界,悲催的发现自己是个瞎子... 外加没有修炼天赋,只能前往蜀山剑宗的封魔塔,擦拭雕像,却不曾想得到了观像就能得到奖励的系统。 【你成功观像蜀山老祖,获得通天圣体!】 【你成功观像蜀山掌教胜七,获得功法,霸天剑典!】 【你成功观像蜀山长老叶玄,获得顶级道法,一剑定生死!】 …… 三百年后,堕落的正道之首乱天宗,联合曾经毒瞎楚风双眸的拜月神教进攻蜀山剑宗,蜀山剑宗危在旦夕! 楚风持剑,脚踩祥云,俯视妖邪,俾睨天下! “仙人之下,我无敌!” “仙人之上,一换一!” 天下第一书 只为世间善良者所写,大奸大恶者看此书必死 看了就延迟衰老,懂了就长生,全书通读者皆可成仙 如果世间需要圣人时他却不在那么就让我来当,如果世间需要神仙时它却不在那就让我来当。 圣人渡人使其自渡绝不强求。 渡善者使其变强只为除恶, 渡恶者使其自弃绝不姑息。 待我完书之时便是神出恶尽之日。   何为魂修?修魂逆命,与天争。 ...... “你可想好?八目玉属性丶能力各不相同。若是选择震玉,那么日后也不可再更改。” “前辈,我想好了。” ...... 天元大陆,姜芜忧历经种种磨难,带着八目玉之一震玉,踏上了修炼旅途。在这充斥着东西方玄幻色彩丶妖兽横行的世界中,卷入一场场阴谋和争斗。自此,再无宁日。 ...... 一入魂修深似谷,再回眸时已无路。全球御兽时代,开局觉醒sss级天赋。 无尽提取! 提取铁元素,木剑进化成功,获得一把铁剑! 提取坚硬元素,自身进化成功,获得久久能力! 从此刻开始,走向御兽巅峰! 我,张森。三好学生一枚,上下学扶老奶奶过马路,收养流浪的小猫小狗,不打架斗殴。却在车祸中去世,穿越到了异世界。金手指,系统,后宫.....那可不了应有尽有。啥?都没有!没有事情,在主角光环下,开局接受古龙传承,成为世界上唯一一只100%血脉纯度的龙。咦?可是什么能力都没有,还被地下城里的低级怪物完虐。还由于觉醒时动静太大,传了出去,被全世界追杀....我的命怎么那么苦
网站设计公司长沙 国家网络信息安全中心,-1 中国信息安全认证中心领导 做专业网站 做网站教程 2015信息安全报告 钦州网站建设 信息安全专业学生需着重分析当前的信息安全面临的主要威胁及相应对策 网络安全和国家安全 网络安全预警 冤亲债主的干扰与解脱【www.richdady.cn】 长期耳鸣可能是哪些疾病的信号【www.richdady.cn】 干扰咨询【www.richdady.cn】 冤亲债主的干扰与化解技巧咨询【www.richdady.cn】 婴灵的超度流程【www.richdady.cn】 解梦的心理学意义【www.richdady.cn】√转ihbwel 家庭关系的心理调适方法有哪些?咨询【www.richdady.cn】√转ihbwel 大龄剩女的幸福指南有哪些?【微:qq383550880 】√转ihbwel 前世老公的咨询技巧【微:qq383550880 】√转ihbwel 学习成绩差【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老公的前世故事【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的职场提升咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的修行建议【企鹅383550880】√转ihbwel 儿子不读书【σσЗ8З55О88О√转ihbwel 公司破产的法律咨询【σσЗ8З55О88О√转ihbwel 公司破产的应对策略【企鹅383550880】√转ihbwel 纠纷的原因分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 莫名其妙感伤的心理调适【www.richdady.cn】√转ihbwel 冤亲债主干扰的前世因果【www.richdady.cn】√转ihbwel 去世的母亲的去向解析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 地产饥饿营销案例分析 上海十大互联网营销 微信开发网站建设程序 美国 信息安全标准 网络安全检测工具 可信赖的南昌网站制作 连云港网站建设 财务服务器的网络安全 什么是网络安全. 信息安全检查 方案 深圳手机集团网站建设 北京市信息安全产业 网络安全法 肉鸡 电子商务网站建设 珠海建网站专业公司 营销商务处 地产饥饿营销案例分析 上海十大互联网营销 微信开发网站建设程序 美国 信息安全标准 网络安全检测工具 可信赖的南昌网站制作 连云港网站建设 财务服务器的网络安全 什么是网络安全. 信息安全检查 方案 深圳手机集团网站建设 北京市信息安全产业 网络安全法 肉鸡 政府网站建设方案 网站做成app 媒体营销 什么不属于网络安全技术 3g网站开发 网站背景色 东莞制作网站 山西网站制作公司 企业网络安全措施 河南信息安全公司信息安全应急响应中心 如何新建自己的网站 内蒙古 网络安全和信息化领导小组 太原网站开发哪家好 网站怎么创建 南昌个人做网站 跨境电商平台营销方案 旅游企业网络营销案例分析 珠海建网站专业公司 什么是网络安全. 深圳做网络安全公司排名 广告营销优缺点 陈肇雄 网络安全 信息安全 网络安全考试 网络安全检测工具 网络安全标记和标签 做网站教程 网络安全主要功能 银行信息安全建设方案 陈肇雄 网络安全 可信赖的南昌网站制作 app设计网站 西安网络营销电子商务培训课程 魔兽世界 网络安全任务 企业网络安全措施 钦州网站建设 跨境网络安全预备案 网站前端 在线营销策划培训课程 营销商务处 服装软文营销策划 免费网站域名申请 网站建设案例资料 信息安全评测二级 网站建设 网络推广 网络安全基础:应用与标准 国内信息安全现状分析 网络安全检测工具 单位信息安全工作的组织领导情况 中国信息安全认证中心领导 网络安全的监督管理 青岛城阳网站设计 广告营销优缺点 做网站网站 网站翻页 营销培训平台 云南全网覆盖式营销免费网站建设 公司建网站多少钱 网络安全 实验 聚美优品口碑营销 网站后台慢 网站翻页 信息安全检查 方案 中国国家信息安全中心 上海科技 信息安全,-1 上海科技 信息安全,-1 深圳手机集团网站建设 内蒙古 网络安全和信息化领导小组 上海十大互联网营销 上海网络安全公司 外贸网站模板建设 仿建网站 免费学校网站建设 国家信息网络安全中心 网络安全预警 滨州建网站 企业级网站欣赏 珠海哪里做网站的 创建网站的优势 云南全网覆盖式营销免费网站建设 上海网络营销平台排名 自己创造网站平台 连云港网站建设 中国信息安全等保网 做网站网站 网站怎么创建 营销商务处 公司网络安全需求报告 网络安全和国家安全 授权管理 信息安全,-1 北京市信息安全产业 静安区品牌网站建设 地产饥饿营销案例分析 网站建设规划 政府网站建设方案 珠海营销型网站 秒收的网站网站整站 秒收的网站网站整站 美国 信息安全标准 营销发展课 h5网站作用 梅州网站建设 海尔电脑网络营销战略 网络信息安全渗透测试课程,-1营销具 免费网站域名申请 怀旧营销的案例 网络安全主要功能