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
网站建设行业网络安全专项治理评估创网站软件网络安全协同应急机制国家网络安全部投诉长春网络营销外包网络安全建设与维护山东企业网站建设公司美食网站案例做网站设计所遇到的问题一位名为梅尔的青年,决心要学习神魔器,报效国土,于是便报入了神魔学院,面对新环境,他该如何选择?逃避?迎接?放弃?坚持?   “嗨!少年,记得要感谢我哦~”   “决定好了吗?这可是你以后最终的选择。”   “乃至吾世间罪恶不赦,跨之越偏德厚不至颜,哈哈哈!你果然做到了!”   (原名其实是神魔学院的,但是由于本站还有其他作品书名重复,所以只能设定这个名字)吴聊穿越宗门林立的武道世界 本为圣宗附属,前途无量 却得罪权贵,师门被灭 侥幸逃得一命的吴聊加入六扇门 从此镇压天下 “圣宗犯法,与庶民同罪。” “凡违背人道,犯我大乾律法者,虽远必诛!”一颗球形闪电包裹着一个灵魂来到地球,开启了一段神奇的旅程。意外穿越来到平行世界。 陈宇绑定了“究极治愈游戏系统。”开启了新的人生。 只不过.... 这治愈游戏好像有些不同。 303公交往事的护士女鬼姐姐来治愈你。 青峰精神病院的慈祥老奶奶来治愈你。 寂静中学的柴刀学妹告诉你沉默是金。 牛角村的小嫂子告诉你要相信唯物主义。 一个个游戏被陈宇发布出来,而他家里的刀片已经堆积如山。 所有玩家都在拼命地寻找着他的住处,纷纷表示想要“友好拜访。” 意外穿越,王腾穿越到了龙珠超世界,而且还到达了全王宫殿! 全王对王腾特别赏识,直接让他成为神界的监察官! 激活签到系统,开局奖励超级赛亚人五……… “叮,恭喜宿主在全王宫殿签到,奖励自在极意功!” …… 比鲁斯:“什么?监察官大人驾到了,赶紧出迎!” 芭朵斯:“王腾大人好帅啊,真希望能够跟着大人,成为他的贴身天使……” 重生,生命体进化,文明等级进化,科幻探索冒险虚空降临,魔物肆虐。 为了抵抗这一切,每个人都会在十八岁时,觉醒自己的天命武器。 刀枪剑戟,斧钺钩叉,各种各样的天命武器层出不穷。 甚至还有人觉醒出了书籍,乐器,宝石等一类特殊武器。 草率穿越来到这个世界的石灿,不仅获得了一个【怂6】系统,还在系统的改变下觉醒了厚实表皮。 正当所有人都对魔物避之不及时,石灿却自信歪嘴一笑叫嚣所有魔物。 “在下一脸,可抗逼兜,拳头,臭脚,谩骂,嘲讽,刀剑,不服来战!” 穿越大明,成了木匠皇帝的弟弟,大明信王朱由检。 上一世太累,这一世就想混吃等死,逍遥自在。 可是大明朝日薄西山,要想享乐就要先拯救大明朝,要想拯救大明朝就不能好好享乐,朱由检表示麻了。 于是木匠皇帝成了科学狂人,魏忠贤成了忠实的狗腿子,吴三桂成了专业打手……叶铭获得祖上传承,不但学会绝世医术,还拥有了一双看穿万物的妙眼。 俏寡妇柳晴拉着叶铭,娇滴滴的说:“臭弟弟,姐姐不舒服,快进屋给我仔细瞧瞧。” 他是国之重器,科研天才,国士无双! 她是国民女神,国色天香,迷倒众生。 重生到另一个世界的洛铭,激活了系统。系统给予的奖励条件为暗恋,暗恋时间越长,奖励越丰厚。 谨慎选择了自己的暗恋对象云雨蝶之后,经历五年时光,作为可控核聚变,空天航母,外骨骼机甲等高端科研项目总工程师的洛铭,载誉归来。 而他不知道的是,在不久之前,已经成为国民女神,甜美天后的云雨蝶竟然在歌手巅峰对决节目中向他表白了。 原来这个可爱的女神,也在暗恋着洛铭。 五年一别,五年暗恋,五年思念,再次相逢,这对神仙眷侣开始谱写传奇而甜蜜的人生!
销售型网站 武汉网站制作 网络安全事件处理案例 国家工控信息安全,-1 互联网营销前景 计算机信息安全设备 武汉想做网站 美食网站案例 网络营销宝 网站开发制作 无形干扰的前世故事咨询【www.richdady.cn】 大龄剩女的婚姻选择有哪些?【www.richdady.cn】 婚姻生活不顺的原因分析【www.richdady.cn】 干扰【www.richdady.cn】 意外的前世故事【www.richdady.cn】 心慌胸闷头晕的前世记忆咨询【微:qq383550880 】√转ihbwel 家庭关系的和谐之道威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 儿子不读书的改运方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 无形干扰的自我提升【www.richdady.cn】√转ihbwel 事业不顺的真实案例有哪些?咨询【微:qq383550880 】√转ihbwel 内心恐惧胆怯的原因分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 邪灵【σσЗ8З55О88О√转ihbwel 与老公前世的影响分析【微:qq383550880 】√转ihbwel 官司的法律援助【企鹅383550880】√转ihbwel 官司的自我保护咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 强迫症的自我提升【www.richdady.cn】√转ihbwel 亲子关系的互动模式有哪些?咨询【σσЗ8З55О88О√转ihbwel 婴灵对家庭的影响【企鹅383550880】√转ihbwel 家庭关系的矛盾化解方法有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心特别累的前世因果【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 互联网营销前景 东莞网站公司 网络信息安全实践报告 全网营销型 南宁会员网站制作 怎么维护社交网络安全 沈阳网站优化 网络安全2017logo 信息安全行业新技术 网络安全法 公安 网络营销术语ip 网站建设:翰臣科技 大兴网站建设制作 做网站设计所遇到的问题 信息安全认证体系,-1 谷歌网站建设 武汉 网站 网站制作公司 云南 网络营销研究调查问卷怎样做好公司网站 信息安全 rss 网络安全方面的法律 php网站建设 大兴网站建设制作 网络安全人才报告 网站建设行业 长安手机网站建设 佛山新网站制作特色 企业网站怎么建站 公司不需要做网站了 目前个人网民的网络安全状况(结合2013年统计报告说明) 国家工控信息安全,-1 全球重大信息安全事件 南宁会员网站制作 网站建设公司 中企动力公司 广州信息安全测试中心 信息安全等级保护 部门 武汉 网站 网络营销宝 营销的含义 佛山网站设计优化公司 政府网站 建站 营销的含义 网站建设目标 网站建设套餐 美食网站案例 网络整合营销网络广告 网络营销目标是什么意思宁波信息安全 网络营销术语ip 大连网站建设 自己建网站程序 郑州网站优化推广 江西神州信息安全评估中心 网站建设行业 最新2017网络安全事件 传统网络营销的区别和联系 建网站难吗 微网站的功能 高校帮软文营销 必知的网站 佛山新网站制作特色 设计网站多少钱 网络安全新形式 网络安全协同应急机制 信息安全课程设计报告,-1 精美网站 网络整合营销网络广告 支付宝的网络营销为例 网络安全需要linux 国家工控信息安全,-1 网站学什么 长葛网站建设 龙岩做网站 企业内部网络安全 案例 星沙做网站 网站制作的英文 传统网络营销的区别和联系 信息安全体系方案 网络安全人才报告 创网站软件 部队网络安全大讨论 目前个人网民的网络安全状况(结合2013年统计报告说明) 信息安全院士 王 购物网站建设案例 饮料创意营销策略 国内网络安全平台 网络安全教程2015 全球重大信息安全事件 网络安全建设与维护 信息安全加固方案 广东信息安全 大学 部队网络安全大讨论 沈阳网站优化 网络安全宣传文章 信息安全等级保护 部门 免费建.com的网站 广东信息安全 大学 上海网站建设 佛山新网站制作特色 公司不需要做网站了 政府网站模板 佛山企业网站建设平台 网站建设套餐 2017网站风格 网站功能表 宣城网站seo诊断 网络安全需要linux 网络信息安全实践报告 互联网营销前景 社交媒体营销英文怎么说 手机营销策划 培训网络安全 2017网络信息安全大会 全网营销型 2017国内网络安全事件 知名信息安全企业 企业网站怎么建站 天津交通信息安全网 借势营销案例 全球网站建设服务商 信息安全认证体系,-1 网络营销目标是什么意思宁波信息安全 精美网站 2017网络信息安全大会 网站开发制作 东莞网站公司 大连网站建设 email营销手段 网站建设资料 大兴网站建设制作 网络安全服务产品有哪些 微山做网站 营销的含义 网络安全的威胁可以分为两大类 身份鉴别与访问控制是信息安全领域的两个十分重要的概念 目前个人网民的网络安全状况(结合2013年统计报告说明)