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
模板网站更改网络安全技术知识专业网络营销联系电话airbnb特色营销大石桥网站营销型企业网站策划方案工业信息安全联盟,-1青岛市网络安全办公室济南手机网站建设公司网站模块化2014 网络安全事件方正是地府的阴差,负责接引怨魂。有一天白无常让方正开展直播业务,普及地府阴差工作不易。承诺只要方正好好干,就把女儿许配给他。方正很快在地府混的风生水起,脚踩十大阴帅,并肩十殿阎罗。 直播间里:“死都死了,还叫唤呢,你是真没见过地府黑社会啊。”“哥们,下辈子小心点,刷牙别那么用力。”“你这死相也太惨了,能打一下马赛克吗?”王侯将相,宁有种乎? 泱泱大晋,达官显赫,人才无数。 但我罗明秋亦能以蝼蚁出身,搅动风云。 文官之首:“燕雀安知鸿鹄之志哉?吾亦不知罗明秋!” 镇国将军:“这一扎子读书人中,某最服的就是罗侯爷。” 真龙:“这龙椅,明秋君比我更合适!” 皇后:“与君相见恨晚,若不然,这后宫之主不当也罢……” 且看一介书生,如何拨弄这天下棋盘…… 明朝末年,张怀英在一场江湖纷争中失去了至亲,从此无依无靠,寄居伯父家,受尽同伴的冷嘲热讽。 直到某天,天边飞过一颗流星,将方圆五丈的树林夷为平地。 之后,张怀英从卧榻之侧立起,记忆零碎…… 从此在武当派崭露头角,随着等级的提升,张怀英开始问鼎中原。无时无刻都在修炼,一不小心无敌了,我收神兽当坐骑,纳人妖魔族圣女作小妾,独创宗门——神帝宗主宰世界,好不容易脱离了宗门,可一不小心又回到了这个地狱,当了那么多年宗主,殊不知本宗门女弟子那么多还美,没办法,神帝宗,老子又回来了30后地球被一束光包裹着,当光散去,人类的眼睛发生了变异甚至动物也是。眼睛变异的生物拥有了超人般的能力被称为异瞳者。单懿是五年前编号012赤级副本的唯一幸存者,但抛弃懦弱一直贯穿着他的一生。五年后,单懿成功地证明了自己并且要为自己的同伴报仇。“队长,队长,醒醒…”“我的指挥失误了,让队友一个一个离去…”在这个世界中,人们想要生存,想要生存,就只有战斗。意识的模糊,该让我归于死亡之中。“想好这次复活的人选了吗?没有人比那对兄妹更能指挥队伍,也没有人比那对兄妹多承受好几把灵武。这是最后的复活核心,必须在这对兄妹之中选择一位。改变这个世界的规则!” 作为社恐的叶宇,在应聘的过程中得到社恐人生系统。 一,应聘上总裁:奖励现金一百万! 二:应聘失败,被直接赶出去:奖励价值二十亿的公司10%股份! 失败的奖励比成功还要好。 叶宇:请问你们还招总裁吗? 董事长:你有什么能力应聘上我们的总裁? 叶宇:普通大学毕业!特点社恐,擅长吃饭! 董事长:你会怎么管理公司? 叶宇:我会早上十点上班,下午五点下班,不允许任何人加班! 他的回答震惊了所有人! 这一番谈话后。 他已经做好了被直接赶出去的准备,喜提20亿的失败奖励! “我们公司就需要你这种超级人才管理!” “恭喜你,应聘上总裁!” 董事长喜笑颜开..任人欺凌的吴用,从小就梦想有一天,挺自腰杆行侠仗义。 胸大无脑的杨茜茜,一直幻想着成为商界的女强人。 碌碌无为大半辈子的齐叔,总想着把45平米的洗衣店做到全国开花。 “做我陈越的朋友,心想事成,荣华富贵唾手可得。” “与我为敌,看看那些原始森林一般的坟头草,就知道他们的下场有多么的凄凉。。”刘天莫穿越了,只想老老实实的做个大闲人,但奈何实力不允许。 内忧外患,愣是逼成了救世主,无所不能! 种田,发展工业,驱除外侵…… 且看我,如何成为一代枭雄!浩瀚的星空之上有何物?
2014 网络安全事件 酒店网络营销的渠道 网站的风格 营销型企业网站策划方案 429网络安全日 百度 武汉 网站设计公司 网络营销宝 网上营销的策略方案 斗门网站建设 德州网站优化 发育倒退咨询【www.richdady.cn】 孩子学习不好的前世因果咨询【www.richdady.cn】 孩子不爱读书的家庭教育【www.richdady.cn】 缺心眼的原因分析咨询【www.richdady.cn】 意外的前世记忆【www.richdady.cn】 灵魂种子治疗咨询【微:qq383550880 】√转ihbwel 前世老婆的前世因果咨询【σσЗ8З55О88О√转ihbwel 耳鸣的环境影响咨询【www.richdady.cn】√转ihbwel 冤亲债主的干扰与化解【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 内心恐惧胆怯的前世记忆【企鹅383550880】√转ihbwel 强迫症的心理调适咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 为什么过世的前世故事【www.richdady.cn】√转ihbwel 有官司的解决方法【www.richdady.cn】√转ihbwel 什么原因意外的前世案例【www.richdady.cn】√转ihbwel 前世老公的前世缘分【企鹅383550880】√转ihbwel 升职加薪的障碍分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 亲子关系的心理建设方法有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的沟通技巧咨询【σσЗ8З55О88О√转ihbwel 前世缘份的前世影响【企鹅383550880】√转ihbwel 财运不佳的财富转运【企鹅383550880】√转ihbwel 网络信息安全竞赛 网红 网络营销 旅游网站制作 工业信息安全联盟,-1 网站备案注销 建网站中企动力 苏州营销网站建设公司 域名与网站 网络安全性是什么协议 网站制作多少钱资讯 广告营销的好处 设计网站 青岛 信息安全公司,-1 网络安全 请示 信息安全测评中心 凌晨 2.信息安全有哪16个威胁请解释 EDM邮件营销 移动社交营销 2017国家信息安全周主题,-1 武大信息安全夏令营 高端平面网站 企业多品牌营销计划 中国信息安全的法律法规 网站建设公司平台 斗门网站建设 网络安全监管新闻 email营销的含义 深圳市网络安全员答案 网络营销b2b168 网络安全管理的作用 优衣库电子邮件营销案例 网络营销b2b168 2.信息安全有哪16个威胁请解释 2.信息安全有哪16个威胁请解释 网络安全管理的作用 4A级网络营销 医院网站建设解决方案 西安信息安全企业,-1 网络有哪些营销方式有哪些内容 旅游网站制作 整合营销 互动营销 网络营销相似关键词 青岛 信息安全公司,-1 付费营销 计算机网络安全的信息 营销网页设计 无网站营销 网站建设的网站定位 微网站建设方案 创新的企业网站制作 德州网站优化 信息安全场景 斗门网站建设 微网站建设方案 大型的营销型网站建设 昆明网站推广优化 网站推广的目的 大型的营销型网站建设 长沙微营销 email营销的含义 青岛开发区制作网站公司 2017网络信息安全大会 临沂做网站 网络安全文章 网上营销的策略方案 达内培训 网络营销机构 网络信息安全管理员培训 公司网站设计方案 信息安全培训的通知 总结网络营销岗位所需能力 设计网站 移动社交营销 网站制作多少钱资讯 广州网络微信营销公司有哪些 推广 营销 论坛 429网络安全日 百度 山西 信息安全 网站建设公司平台 营销四 网站文章图片加标签加 网络安全法颁布的意义 计算机网络安全的信息 网站访问流程设计 国家能源局 信息安全 临沂做网站 网络安全法颁布的意义 信息安全度量指标 石家庄网站设计制作服务 绵阳网站建设 信息安全度量指标 网站挣钱网 设计网站 2.信息安全有哪16个威胁请解释 企业多品牌营销计划 产品网络安全 传统网络营销的区别和联系 济南手机网站建设公司 email营销的含义 网络营销b2b168 营销型企业网站策划方案 银行信息安全会议文件 付费营销 网络安全性是什么协议 中国信息安全的法律法规 网站模块化 河北网络安全等级保护 网上营销的策略方案 网站备案注销 酒店网络营销的渠道 网络信息安全竞赛 漯河做网站 信息安全作文中文 网络有哪些营销方式有哪些内容 信息安全培训的通知 网络营销宝 做网站合同 网站信息安全认证 email营销的含义 创新的企业网站制作 长沙微营销 无网站营销 网络安全宣传周意义 网络信息安全建设方案 对于网络安全的建议 旅游网站制作 网站的风格 重庆南川网站制作公司电话 企业网站首页布局尺寸 广州网站制作 企业网络安全防护手段 EDM邮件营销 项目信息安全管理 简述网营销的优势 广州网站制作 计算机信息安全设备