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
电脑网络安全信息安全审计师信息安全加固技术公司网站搭建公司官网注册个人网站网络信息安全攻防赛企业网站建设亮点qq空间营销营销是企业论述如何提高网络安全少年苏渊经历三次凝丹失败,机缘巧合拜四圣兽之一的青龙为师,踏入武道之途,并且开启自身龙族和凤族血脉,从此天高海阔,前途无量。 探索秘境,结天骄,诛邪魔。我很庆幸自己生在21世纪,互联网的普及让我的见识与思想发生了恐怖的化学反应,我那不知从何而来的表达欲也可以表达在互联网上,第一次尝试写作后,我不得不承认我对动辄百万字的网络文学的节奏把控十分欠缺,我只得尝试碎片化的短篇小说,内容不限,想到哪就写到哪吧,希望给你带来欢乐朱祐极穿越小说世界,成为大明四皇子,母亲是万贵妃,掌控西厂,与权臣严嵩、东厂曹正淳相互勾结,一手遮天。 然而,自己却并非亲生,而是狸猫换太子的产物,是万贵妃稳地位的工具。 内忧外患之下,朱祐极获得了【人生重来模拟器】系统。 【人生重来模拟器】系统,每天都可以抽取自己的开局功法!他花费三年的时间,抽取了一万次,终于抽到了天胡开局!小时候的一场意外让他失去了左腿和记忆,二十四年后的一起特殊的凶案引起了他的注意,看他如何抽丝剥茧最后发现案子背后那不可告人的秘密!描写一个普通打工者的路程陈禹穿越成为大乾幼帝,上有太后监国,下有奸臣当道,修行天赋一般的他,除了龙椅一无所有。   好在系统到位!每天只要跟臣子们抬抬杠,就能轻松变强,从此大乾的朝会成了大臣们的心魔…   “陛下,仙门强大,臣以为不应与之…”   “非也,朕觉得仙门都是反动派,是我大乾的绊脚石!   一切反动派,都是纸老虎!”   “陛下,士农工商,人有贵贱,此乃祖制…”   “非也,王侯将相宁有种乎,人人如龙,天下大同,这才是正道…”   …   当陈禹一言九鼎,无人反驳的时候,他回首望去,原来我已经无敌了啊… 灵异+搞笑+器灵。 离奇失踪的合伙人让梁晓不得不接手调查社。 一个看似普通委托却让他接触到一个不一样的异世界。什么是江湖?有人的地方就有江湖,有恩怨情仇,一人一笔,言语之间,瞬间一招毙命,出手不留情,爱恨情缘,醉心醉脾,人在江湖,身不由己,一场重大的秘密将展现出来……【模拟器系统】+【幕后大佬】+【密室逃脱】+【诙谐文风】。 这是一个既惊悚又搞笑的故事。 他永远能让玩家知道,什么叫生得自由,死得随机。 他也永远能让对手明白,什么叫以德服人,殡至如归。 他叫薛东! 在这个平行世界里,他就是神一般的存在。 因为斜刘海,永远遮不住他右眼的哀伤,更挡不住他锋芒四射的魅力。 然而,他却更喜欢隐于幕后,默默操纵着他人的命运……张元清,河南人氏。生于明嘉靖三十六年,其祖上有恩于朝廷,特在县城造一府邸,祖上为防日后祸乱,又起造城墙,招兵买马,收募官员,名为张氏城府。万历十一年,山东一带陈希真等贼人作乱,朝廷大将身死,朝廷发一招贤榜,元清观后与村中几个玩伴前往京城,领数万军马征伐。互有伤亡,终平定匪患。元清遇一道人,道人送三粒仙药号能长生。元清服下一粒,给心中情人李金凤及好友胡志杰服下一粒,张元清于老家欢快数年,后遭数件坏事,其姑祖母认定屋子风水不好,全家搬至浙江万央镇。后张元清又经历抗击满清和洋人之战,期间李金凤身死。清政府退位后,城府被迫关封,张元清去伏仙山求道。二十年后张元清下山云游。眼下正是抗日全面爆发,元清加入以王正终为首的青平山义军,与日寇周旋,后抗战胜利,义军关寨解散,张元清归隐于青锋山修道。结识了六位道友,在一天夜里做一梦,与一群黑影打斗,却看不清他们脸面,张元清背靠一堵墙持剑自尽,张元清惊醒……
网络安全攻防和web攻防 营销是企业 广州域名企业网站建站哪家好 能源运营平台信息安全 唐山网站建设 做一个独立网站需要多少钱 周口网站建设 网络安全攻击 平台 营销是企业 影楼网络营销 灵魂种子治疗【www.richdady.cn】 事业不顺的咨询技巧咨询【www.richdady.cn】 学习成绩差【www.richdady.cn】 与男友前世的咨询技巧咨询【www.richdady.cn】 灵魂化解与心理疗愈【www.richdady.cn】 工作场所意外事故的原因【σσЗ8З55О88О√转ihbwel 大龄剩女的婚恋经验有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 官司的案例分享咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 外灵干扰的前世记忆咨询【σσЗ8З55О88О√转ihbwel 事业不顺的职业规划如何制定?【微:qq383550880 】√转ihbwel 冤亲债主干扰的超度方法咨询【σσЗ8З55О88О√转ihbwel 亲子关系的互动模式咨询【企鹅383550880】√转ihbwel 与男友前世的前世缘分咨询【企鹅383550880】√转ihbwel 暗恋的心理调适咨询【σσЗ8З55О88О√转ihbwel 家宅磁场干扰的原因咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 有官司的案例分享【σσЗ8З55О88О√转ihbwel 与女友前世的识别方法【企鹅383550880】√转ihbwel 耳鸣的原因分析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心特别累的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子压力大的解决方法咨询【企鹅383550880】√转ihbwel cii 网络安全 internet 第8章 网络安全与管理基础 企业营销推广方案 微营销总结 公司信息安全活动方案,-1 网络安全小方向 软件 hd网络信息安全 汽车营销案 信息安全风险三要素 长春营销外包 国内网络安全50强 本地郑州网站建设 网络安全攻防和web攻防 菏泽网站制作 信息安全哪个部门,-1 北京网站建设公司案例 湖南网络安全企业 2016年网络安全现状分析 网络对营销组合的影响 信息安全风险三要素 网站建设规划方案 邢台做网站可信赖 手机的网络营销方案 校园网站制作模板 h5做网站 安徽大学 信息安全 网站设计公司网站 安徽大学 信息安全 国家信息安全评测证书 linux网络安全 论文 网站搭建公司官网 微博营销的特点是什么意思 信息安全审计师 信息安全审计师 信息流营销是什么 济宁网站制作 分析网络安全问题有哪些方面 礼品网站建设 营销的劣势 周口网站建设 微信营销培训讲师 中科大信息安全学院,-1 软件外包信息安全程序 国家信息安全通报中心 网络营销职能关系 营销标题大全 网络安全小方向 软件 信息安全 培训 网络安全业务资质 cisp培训ppt(中国信息安全产品测评认证中心提供) 网站搭建公司官网 营销网站建设企划案例 广州域名企业网站建站哪家好 网络安全攻击 平台 手机的网络营销方案 专业做网站 北京学网络营销 网络营销意识薄弱 信息安全等级保护信息安全等级保护管理办法 微营销总结 网络营销秀 2016网络安全事例 信息安全培训专业 中国亚马逊营销的特点 网站怎么做域名实名认证 网络安全受到哪些威胁 nist网络安全框架 信息安全专业企业 黄骅做网站|黄骅网站|黄骅百度优化|黄骅百度推广|黄骅微信|黄骅 信息安全服务资质 hp 济宁网站制作 深圳网站建设电话 怎么创立网站 济宁网站制作 网络营销意识薄弱 h5做网站 网络安全安全协议 网站设计公司网站 制造业 信息安全 唐山网站建设 武汉信息安全网org,-1 网络整合营销的特性jsp网站空间 网络安全基础知识 信息安全服务新架构 hd网络信息安全 信息安全等级保护测评中心 台州卫浴网站建设外贸公司的网站建设模板 网络整合营销的特性jsp网站空间 网络安全技术入门 营销网站建设企划案例 企业营销服务展示北京 网站建设 网络安全投诉 唐山网站建设 营销型网站建设公司 微信营销培训讲师 网站建设三合一 internet的网络安全 信息安全等级测评机构能力要求 信息安全服务资质 hp 信息安全资质的机构 河南信息安全研究院有限公司 internet的网络安全 网络安全业务资质 网络营销秀 网站建设规划方案 国家信息安全评测证书 周口网站建设 网络安全技术比较 郑州信息安全产业联盟 本地郑州网站建设 网络对营销组合的影响 苏州高端网站设计 分析网络安全问题有哪些方面 什么叫做营销型网站 网站页面尺寸 营销标题大全 汽车营销案 国家建立网络安全监测预警和 网站怎么做域名实名认证 网络营销怎么推广 h5做网站 信息安全风险三要素 免费建手机网站 网络安全攻击 平台 营销软件站 微博营销的特点是什么意思 第8章 网络安全与管理基础 长春营销外包 华中科技大学 信息安全专业 个人网站建立 网络安全机构nsa 2016网络安全事例 国家信息安全评测证书 潮州营销外包 武汉信息安全网org,-1