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
客户信息安全保护管理遵循温州制作网站网络安全技术培训卫星网络安全黑客风云vip教程 信息安全渗透测试课程会议营销搜单优秀个人网站欣赏网站维护费胶南建网站信息安全产品发布会妇好,中国历史上有史载的第一位女政治家、军事家,商朝第二十二代商王武丁之妻、妣辛王后。大地和天空退回三千年前的悲壮,一幅幅波澜壮阔画卷陷入眼窝。李飞扬本来是安逸的一生!奈何世事难料,出门被校霸揍,回家被地痞扁! 祸兮福所倚,福兮祸所伏!也许祸事到了极致就是好事来临的时刻! 李飞扬意外获得先祖传承,从此人生轨迹改变,惩地痞,灭恶霸,救死扶伤,尝尽人生百味,体会世态炎凉! 西医看不起中医,还说成是“巫术”,李飞扬就是利用西医口中的“巫术”,悬壶济世,除暴安良…… 几个风华正茂的年青人,不同的际遇却有着相同的无奈把他们聚集在一起。为了尊严与恶霸抗争,为了生存不惜与朝廷刀兵相见。 他们大头领花月仙的带领下,杀贪官除恶霸,两败孙礼,水淹程世杰,巧战三路围攻。然后在金兵南下,国家危难之际,毅然北上抗金!怒斩朱彪,火烧梧桐峪,令金兵丧胆。 以此得到东平府徐朗将军的重用。她运筹帷幄之中,战则必胜。东平两败哈里同,青州道活捉野马川正副先锋,使金兵全军尽没,扬威齐鲁。 她知天文,晓地理,智勇双全,被誉为当代女诸葛。并惠眼识英才,使老麻一展平生所学,重创兀术,三败孔彦舟。后因老麻远赴朱仝之约,月仙小姐再度出山。保平阴战清河,三伏赵家沟,围李歼徐,使伪齐不敢南下…… 因此涌现出以花月仙为代表,陈方亮、秦月桥、高云虎、女将卢秀英、春桃,以及梁勇、梁春、孔方、周亮等一批抗金将领!在地球结束千年的内战,面向宇宙发展的时代之后,科技在不断进步,能源也在不断替代,同时新的危机也在悄然降临,为此地球一些预知者集结了财力人力,提前创建了一支名为守护的组织,提前代替军队同那些侵略异端生命体战斗,在条件达成后开始下一阶段守护人类的计划。 联系qq:3220027841长生库,一个存在了数千年的当铺。 它存在的虚拟之间,只和有缘人相见。 只要你能找到它,无论你想实现什么样的愿望,在这都可以实现。 长生库什么都可以典当,包括你的气运、寿命、人体性能以及下辈子等等。 关落,一个准大学生,父母就在他眼前遭人迫害,阴差阳错中关落成为长生库的主人……穿越到平行世界,并且觉醒金牌经纪人系统。   陆晨也因此获得狗仔嗅觉、作曲制片等多项技能。   “听说花抻鱼参加歌手了?”   陆晨:“哦?这是可以说的吗?大法师有个私生子。”   “听说你还会写歌?”   陆晨:“略懂一点点,排行榜前十的歌都是我写的。”   “听说你还会拍电影?”   陆晨:“略懂一点点,全球票房也就200亿。”   “你公司还招艺人吗?”   陆晨:“先不招了,面试都排到瓦坎达去了。”   “你不准备出道吗?”   陆晨:“不准备,毕竟我要是出道了,别的明星还怎么活?”   而此时,陆晨的老板终于忍不住了。   “陆晨你快低调点吧!咱们公司成为整个娱乐圈的大敌了!”   陆晨:“诽谤啊!你诽谤我啊!”“我也不想装13啊,可是人家实力不允许呢~”倒斗小白王解,平平无奇的他却被一个公司和一件奇案卷入了“盗墓污水”,被诅咒的吊坠…活人身上的尸斑…祖上的产业…黑市里的摸金校尉魁首…明明是摸金校尉,却为什么也会发丘指?随着王解对谜底的深入探究,血观音的谜底逐渐浮出水面……清露星辰动荡,少年强势崛起。 强大力量扶持,一路长歌风卷残云。 战将诸星浴血奋战,热血洒遍星宇...... 在这个科学世界,隐藏着无数诡异。狡猾赌诡,手术室惊魂,道观恶相,殡仪馆凶戾,一桩桩一件件,顾演发觉自己身处漩涡之中。 面对这场巨大的诡异漩涡,顾演没有金手指,没有老爷爷,也没有烂大街的系统。他只有一把西瓜刀。他坚持一个原则,诡不犯我,我不犯诡,诡若犯我,我必诛诡!!! ******* 新书发布,感谢各位看官老爷支持。希望你们能提出宝贵意见,多多打卡,感激不尽。天道之下的人,在追求着天道。只是,天道又是什么?人在追求什么?
池州网站制作 福建信息安全 深圳网络安全支队 信息安全是哪三者紧密结合的系统工程 数码网站建设 网络营销效果评估指标 网络营销案例评析 饿了么营销案例 嘉兴 网站 制作 外贸社交营销的关键 自闭症的治疗方法咨询【www.richdady.cn】 无形干扰的前世记忆【www.richdady.cn】 冤亲债主的干扰与解脱咨询【www.richdady.cn】 什么原因意外的前世影响咨询【www.richdady.cn】 祖灵与家运的关系【www.richdady.cn】 儿子抑郁症的案例分享咨询【www.richdady.cn】√转ihbwel 前世缘份的化解方法【σσЗ8З55О88О√转ihbwel 特殊学校的环境影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 亲子关系的教育理念【www.richdady.cn】√转ihbwel 婴灵的真实案例有哪些?【σσЗ8З55О88О√转ihbwel 家庭中常见的意外事故原因【微:qq383550880 】√转ihbwel 发育倒退的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主的化解方法咨询【微:qq383550880 】√转ihbwel 大龄剩女的幸福指南咨询【企鹅383550880】√转ihbwel 儿子抑郁症的案例分享【企鹅383550880】√转ihbwel 儿子抑郁症的治疗方法【微:qq383550880 】√转ihbwel 灵魂化解的方法咨询【企鹅383550880】√转ihbwel 意外事故的应急处理方法【微:qq383550880 】√转ihbwel 财运不佳的财富增长咨询【微:qq383550880 】√转ihbwel 大龄剩女的案例分享【企鹅383550880】√转ihbwel php语言的网站建设 企业网站案列 王老吉 春节营销案例 网站建设用哪种语言最好 在无线网络中 哪种网络一般采用基础构架模式 信息技术与信息安全 承德网站制作公司网络安全态势感知技术与系统 合肥网站制作报 网络直播营销常见方式 信息安全logo 网络营销的发展过程 企业网站类型 联盟营销 成都企业网络营销 字典营销 网络营销案例评析 重庆网络营销战略设计 吴桥网站 网站建设基本流程备案 成都网站建设 网站长尾词 可口可乐网络营销总结 信息中心 网络安全 成都企业网络营销 卫星网络安全 以下不属于计算机信息安全的是 信息安全等级保护 ppt 个人备案 可以做企业网站吗 信息安全内审员培训内容 网站案例 深圳b2c网络营销公司 关键信息基础设施网络安全检查 全球最大的网络安全公司 龙岗 网站建设 龙岗 网站建设 吴桥网站 网络安全日第几届 安丘做网站 信息安全等级保护技...,-1 饿了么营销案例 杭州专业做网站的公司 网络直播营销常见方式 网络新闻营销推广代理 网络安全探究西电的信息安全专业排名 企业信息安全培训内容 问答营销方案 网络安全共同体 无限营销 委托建网站需要多少钱 网络安全信息测评报告 信息安全产品发布会 天津 网站设计公司 单位信息安全等级保护工作的组织领导情况 信息安全内审员培训内容 网络安全信息测评报告 上海达内网络营销 字典营销 大学 网络安全治理 上海达内网络营销 济南网站托管 陕西省信息网络安全协会 建网站咨询 广东南方信息安全产业基地有限公司 数据安全保护系统 破解 卫星网络安全 网络营销的发展和趋势 网络安全事件数据 网络营销效果评估指标 设计官方网站 富阳市网站网络安全管理部门 网络营销案例评析 信息与'网络安全 网络和信息安全 外交政策 移动营销编码 信息安全是哪三者紧密结合的系统工程 在无线网络中 哪种网络一般采用基础构架模式 信息技术与信息安全 网站页面优化 生活是最高的营销师 网络营销的发展和趋势 天津 企业网站建设 南宁网站优化 诸城网站制作 呼市推广网站 2016年 315 信息安全 网购网络营销基础知识 网络安全法与信息安全 关系营销的优劣性 秦皇岛网站制作 全球最大的网络安全公司 全网营销自助应用平台 优秀个人网站欣赏 信息与'网络安全 网络营销的作用是什么意思 网络安全培训教程 网络营销相关岗位 房产类网站制作商 安徽省信息安全比赛 成都网站建设 网络营销期刊有哪些 信息安全师等级 福建信息安全 黑客风云vip教程 信息安全渗透测试课程 全国信息安全服务资质咨询,-1 h5营销策略 企业网站案列 营销型网站优化 胶南建网站 信息安全研究 成都网站建设 中国网络安全管理部门 大学 网络安全治理 网站售后服务 营销报价 哈尔滨做网站电话 饿了么营销案例 网站创建 信息安全是哪三者紧密结合的系统工程 信息安全等级保护 ppt 衡水网站制作公司哪家专业 陕西省信息网络安全协会 信息安全产品发布会 济南网站托管 无限营销 如何做一个大型网站 呼市推广网站 网络市场营销 哈尔滨做网站电话 富阳市网站网络安全管理部门 网络营销策划 费用 为什么网站在我们公司的电脑都打不开在别人的电脑就能打开 上海达内网络营销 重庆网络营销战略设计 广告营销 网络新闻营销推广代理 营销型网站哪家好? 北京响应式的网站 深圳b2c网络营销公司