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
深圳企业网站公司信息安全 笔记本银行网络安全解决方案营销市场细分的原则网站建设品虚拟化 企业信息安全信息安全保护等级测评标准网络安全风险提示网络营销中文版微信群如何做网络营销我叫陆晓宇,在和女朋友网恋一年后,她寄给我一本异界生存指南手册和一张地图,她明显就是想让我找她啊!于是我照着地图找到了一个隐蔽的山洞…… “大哥,然后我就被你们给抓住了,我发誓我说的都是真的!真不是来偷什么宝藏的啊!” 一群狗头人将陆晓宇团团为住,虎视眈眈的看着他胡扯。 四国并起,正邪对立,上古世界虽然过去,但少年武灵已然被其拣选,他将改变人们心中的成见。 谁说出身于平凡的人不能崛起? 谁说身处逆境中的人不能觉醒? 他将诠释武道的作用之大。 他既是护国之手,同时也是使命行者。 究竟是邪恶的冥界先将正义吞灭,还是以他为首的正义重铸天地秩序?银河帝国超级机甲天才流云,在一次营救帝国公主的行动中,被敌方设伏,陷入绝境,一人一甲独战十万机甲战士,最终为掩护公主逃脱,义无反顾自爆了机甲,庞大的能量令空间扭曲,竟形成一个可怕无比的黑洞,而流云最后的记忆停留在自己被黑洞吞噬……待醒来时,已然穿越到了一个陌生的世界。宇宙星河   无尽虚空   凌驾于天道之上   掌管无尽宇宙   不被任何人打败   她就是墨星玄 我是一名退休在家的神仙,退休前我曾在天庭保安处当过差,职责是游历人间体查人间百态,把那些好与不好的事情上报给天庭。好的大力宣传不好的要时止损。我在这个岗位上兢兢业业干了五百年,见过许多美好与欢乐也见过许多的丑恶与悲伤。因为要上报天庭,所以每天我都会把所见所闻或详细或简略的记录在牛皮本上。在我五百年多年的职业生涯里一共记录了九十多本。这些书自我退休后便摞在书房的角落里,书面上已经生满了灰尘,一些早期的本子也已变的有些残破。我原想就这样不会再去动它,它记载了人间生活的酸甜苦辣,其中有许多是我不愿再记起的,就像身上的伤疤害怕被揭开。 我本以为就这样让时间慢慢冲淡记忆慢慢磨损这些记录。直到昨天下午一个从下界出差回来的后生来我家中,他跟我吐了一下午的苦水,说人间有多无聊枯燥。他走后我觉得我有必要把我的见闻告诉他们,在他们眼中的无聊在别人眼中是多么轻松美好,他们眼里的枯燥也许正是别人渴望的平淡的幸福。 一次秘境探险中,误入了邪恶之神赫卡忒的祭坛,被抛弃的高智雅却意外获得了邪恶之神赫卡忒的力量,却也面临着重重考验。只因我来自妖界从而无法离开妖界应为整个人界都在排斥妖界,给妖族套上邪恶,无恶不作,乱杀无辜的妖界之人。 可人还有好坏之分更何况妖界了。 魔魇妖帝只因踏入人界被人界十位至仙和凤族联手围杀,他们的理由是魔魇乱杀无辜取之精血来提升修为。 却不知真相是他们害怕自己的地位受到威胁才出此下策,人是他们杀的,现场也是他们安排的,只因我来自妖族,只因他们是所谓的正道? 我魔魇不服,为何为何为何........很久很久以前,在一片未知之地,有一只神龙盘踞在此地,不曾想,被外来者闯入,神龙降世,怒火冲天,对神龙的不敬,将会受到惩罚。但神龙可不能滥杀无辜,因为还有一群神秘人在虎视眈眈。我,叫做程敏刚,她,叫做杜淑萍,杜淑萍是我的老婆,本人平平无奇可以看到鬼、神的大学生一枚,极具商业头脑,与阎王做交易,敢收鬼的快递,在神仙小区渡劫活下来的一枚小幸运罢了。
网络安全控制中主要考虑的方面是 千人群营销 国家信息安全研究院 营销型企业网站策划方案 电商营销师 小米成功营销案例 dsp营销 网站域名费 上海公司网站制作价格 网站设计 广州 与男友前世的记忆解析咨询【www.richdady.cn】 婴灵的超度与家庭和谐【www.richdady.cn】 亲子关系的情感交流方法有哪些?咨询【www.richdady.cn】 与男友前世的识别方法【www.richdady.cn】 去世的父亲的咨询技巧【www.richdady.cn】 无形干扰的前世因果咨询【σσЗ8З55О88О√转ihbwel 前世缘份的轮回续缘【微:qq383550880 】√转ihbwel 孩子不爱读书的原因咨询【σσЗ8З55О88О√转ihbwel 缺心眼的表现及成因咨询【企鹅383550880】√转ihbwel 强迫症的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 莫名其妙感伤威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 精神不振的生活习惯咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 商业决策的心理学支持咨询【企鹅383550880】√转ihbwel 公司破产的前世因果咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 有官司的预防措施威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系中的矛盾解决咨询【微:qq383550880 】√转ihbwel 存不住钱的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 莫名其妙感伤的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主干扰的预防措施威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的修行方法咨询【微:qq383550880 】√转ihbwel 大型网站设计方案 北京网络安全产业 宁德营销策划 优帮云 医院网站建设 价格 网络安全风险提示 公司网络安全检查 中国区 信息安全经理 网络营销知识运营网店 信息安全国内数据申报 广迅营销网 寿光做网站 网站域名费 合肥营销型网站建设 杭州电子科技大学信息安全 网络信息安全学院,-1 信息安全入门 营销策划在线阅读 商丘市做网站的公司 湖南企业全网营销 天津网站制作公司 千人群营销 博客营销有哪些优势 大连网络营销公司 信息安全事态或事件 信息安全保护等级测评标准 银行网络安全解决方案 上海公司网站制作价格 国际网络安全顾问 石家庄网站营销 营销型网站搭建的工作 2017国内信息安全事件 合肥做网站的 重庆网络营销怎么样 万州做网站 经信委 信息安全.,-1 广州市网站网页制作公司 做静态网站 属于信息安全产品 网络安全协议理论与... 信息安全EAL 全网营销产品套餐 天津信息安全公司排名 西安网络技术有限公司网站 体验营销中的关联体验 南川网站制作网站后台开发 淮南网站建设 网站怎么推广 网络安全中心举报 信息安全 笔记本 课程培训营销 武汉营销公司 千人群营销 广州网站制作公司 虚拟化 企业信息安全 沈昌祥 信息安全定义 武汉营销公司 人们常说的网络安全一般包括 小米怎么营销策划 信息安全国内数据申报 人们常说的网络安全一般包括 公共信息网络安全举报网站 网络推广营销招聘 html5网站 信息安全防范贴吧 airbnb特色营销 网站个性化 市场细分与目标营销 营销体系包括 如何对信息安全提问,-1 宁德营销策划 优帮云 信息安全入门 传统营销模式的利弊网络安全活动信息 下列不属于网络信息安全 营销市场细分的原则 信息安全技术信息系统等级保护安全设计技术要求,-1 信息安全管理考试 家教网站建设 今日网络安全事件 网站域名费 景县网站建设 第三方营销资源平台 欧美风格网站设计 网站制作设计收费标准 网站怎么推广 湖南企业全网营销 打赏营销 网络营销的特点和职能 上网建立网站布置 功能营销 上海公司网站制作价格 免费网站认证 信息安全管理体系内审 欧美风格网站设计 信息安全主要研究领域 邮件营销的有点 厦门网站排名优化软件 dsp营销 网站建设品 淮南网站建设 网络信息安全学院,-1 衡水企业网站设计 经信委 信息安全.,-1 网络营销中文版 网站维护等 胶州建网站网络安全和信息化小组 营销助手软件 廊坊网站建设 深圳制作公司网站 网站建设品 网络安全整体解决方案 信息安全国内数据申报 信息安全管理体系内审 北京建设网站的公司 wifi信息安全 网络管理和网络安全网络安全等级保护工作的保障情况 搜索引擎营销策略分析报告 建立网站的价格 寿光做网站 广告与营销的区别与联系 深圳企业网站公司 千人群营销 互联网营销精髓 大连网络营销公司 信息安全等级保护基本要求 银行网络安全解决方案 胶州建网站网络安全和信息化小组 北京邮电大学 信息安全 网站建设联系电话 网站建设渠道合作 免费网站认证 网站域名费 家教网站建设 网站建设论坛 html5网站 网站制作设计收费标准