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
给 小企业 建设网站2017上海网络安全大会电商网站开发合肥做网站域名的公司北京响应式的网站企业手机网站建设机构商业网站建设营销swot自我分析ppt网络安全部门负责保障网络安全 方案人, 不过是众生之一, 如木偶般, 被操控的…… 一个 罢了。一个世界走向毁灭的时候,就会诞生一个新的世界。前世一代枭雄,但不料九重雷劫的降临,令其飞灰湮灭。 临终之前,将灵魂放逐在万千世界漂流。 直到这一天,流浪的灵魂终于有了归宿。 有关太阳系帝国時代英雄及惡魔的恩仇。 当人类赖以生存的太阳开始抽风,带给人类的,是生存,还是毁灭? 当夏明看见眼前虚幻的面板上显示出的星星国旗,他明白,这一次,世界注定不同!秦洛昇穿越了,穿越到一个虚拟技术极度发达的平行世界。 进入《命运维度》,意外觉醒SSS超神天赋,获得升华之力和魅力值MAX。 当别人还在为爆出一件黄金装备而沾沾自喜时,他已经满身神装。 当别人还在小心翼翼的揣测NPC性格和喜好时,他已经和众多NPC推心置腹,各种隐藏任务,特殊职业,无敌技能,逆天装备,不要钱的给他送。 父母被辱,债主上门,女友背弃!俗话说的好,福不双至祸不单行,乡村小子王小飞本殷实的家庭,突发巨变,座座大山压在背上,难以喘息。 可不曾想,王小飞凭借家传之宝偶得透视之眼,从此他过上逍遥自在,人人向往的滋润生活。 可让他苦恼的是,遇到美女告白该何去何从? 华夏青年柳长如,一着不慎穿越仙侠世界长生天。 思乡之情使得他无时无刻不在想念华夏。 仙侠世界,万般皆有可能。 于是他下定心思,想要在长生天登临大道去寻找反穿华夏的一线之机。 而修仙于他而言,就只有两字——搞钱。 “师傅,时代变了!隔壁王二麻子都去做直播了,还赚的盆满钵满!我们算命的也要与时俱进啊!”叶白内心不断劝慰着已故的师傅,实际却是给自己找理由。 “大师,你算得准不准啊?怕不是江湖骗子吧!”网友质疑道。 叶白看着屏幕说道:“什么?你说我算得不准?那我告诉你,你老婆屁股上有颗痣!!!” 该网友当场暴走,顺着网线就要过来砍死叶白。 “这位朋友,你先别激动,我说这是我算出来的,你信不信???” ...... 叶白随手画出一道符箓,就能治病救人。 然而嘴里却劝说道:“朋友们,我们要相信科学!!!” 夏历2222年,黑色的太阳突然从极渊升起,在天穹之上悬挂七日,全球陷入一片黑暗。 此次事件中,整条赤道全线崩坏,水蓝星裂开一道长达4万公里的影渊,横贯东西。 七天后,黑日退去,光明重洒大地。 可当人们欢呼灾难结束之时,却不知无尽的恐怖正从影渊之中醒来。 自此,全球复苏,百鬼夜行。
成都高端建设网站 信息安全软件学院 基于大数据的网络安全 信息安全软件学院 复旦研究生 信息安全 信息安全事件通报预警标准规范 佛山网站设计特色 怎么搭建自己的网站 网站选域名 智能制造网络安全 感情纠纷的心理调适咨询【www.richdady.cn】 婴灵的前世记忆【www.richdady.cn】 莫名其妙感伤咨询【www.richdady.cn】 老公家暴的法律咨询【www.richdady.cn】 外灵【www.richdady.cn】 事业不顺的改运方法【www.richdady.cn】√转ihbwel 阴间生活的前世修行【微:qq383550880 】√转ihbwel 婚姻生活不顺【σσЗ8З55О88О√转ihbwel 缺心眼的案例分享【企鹅383550880】√转ihbwel 冤亲债主干扰的表现威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 化解婴灵的最佳时间咨询【www.richdady.cn】√转ihbwel 去世的母亲的前世解析咨询【www.richdady.cn】√转ihbwel 学习成绩差的前世因果【σσЗ8З55О88О√转ihbwel 心特别累的前世因果【微:qq383550880 】√转ihbwel 与女友前世的前世案例咨询【σσЗ8З55О88О√转ihbwel 升迁障碍的真实案例有哪些?【www.richdady.cn】√转ihbwel 如何改善人际关系咨询【企鹅383550880】√转ihbwel 前世缘份的咨询技巧【www.richdady.cn】√转ihbwel 如何改善人际关系威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 什么原因意外的原因分析【σσЗ8З55О88О√转ihbwel 关键基础设施网络安全 长沙英文网站建设公司 网站维护说明 网络安全管控系统 企业手机网站建设机构 金融信息安全产品 网站申请 视频营销推广软件哪个好 企业网站快速建立aspcms2.2新手完全自学视频教程 免费下载 岑溪网站开发 临沂做网站建设的公司 信息安全cnas网络营销模式发展现状 政府网站建设方案 网络营销网站功能 如何建立企业网站 复旦研究生 信息安全 四川网站设计 海淀手机网站设计公司 北京市信息安全产业基地 网络安全那所大学有 如何快速提高网站排名 网络安全解决方案设计原则 跨境网络营销 上国外网站的dns 基于通用评估准则的it产品信息安全威胁与安全措施建模方法研究 网站营销推广 网络安全评测机构 基于大数据的网络安全 网络安全管控系统 跨境网络营销 郑州个人做网站 网络安全平台培训会 设计网站考虑哪些因素 网络安全等保规定 电商网站开发 企业手机网站建设案例 深圳网站建设公司 网站建设后怎么 人工智能 信息安全 涪陵网站建设 网络安全新闻信息 国内网络安全事例 人员使用网络安全防范 海淀手机网站设计公司 南通网站建设 南大街 长沙英文网站建设公司 网站营销推广 网站的市场营销方案 关键基础设施网络安全 衡水企业做网站 江津网站建设 人员使用网络安全防范 如何快速提高网站排名 深圳网络安全咨询公司 信息安全运维体系建设 中国网络安全认证中心 信息安全合规性 电商网站开发 网站制作 成功案例 网站免费搭建 网站营销推广 第九届全国信息安全大赛 使用网络安全的公司 2015中国网络安全年会 网络安全官网 网络安全大会2017ppt 闵行网站建设 京东营销策略有哪些 网络营销工具分为沟通类和 信息安全漏洞分类南桥做网站 深圳网站建设公司 关键基础设施网络安全 厦门网站建设企业 大连地区网站建设 商业网站建设 做专业网站 信息安全漏洞分类南桥做网站 网站的市场营销方案 复旦研究生 信息安全 网络安全部门负责 保障网络安全 方案 网站有几类 网站字体大小合适 企业手机网站建设案例 网络营销什么 复旦研究生 信息安全 河南网络安全 网络安全官网 网站销售 给 小企业 建设网站 做专业网站 网络营销的知识要求 复旦研究生 信息安全 2015中国网络安全年会 网站选域名 信息安全事件通报预警标准规范 上国外网站的dns 临沂做网站建设的公司 深圳网站制作公司 关键基础设施网络安全 河南网络安全 海淀手机网站设计公司 p2p网站建设 政府网站建设方案 网站建设的后台登录 深圳b2c网站构建 进一步提高信息安全意识 网络安全部门负责 网络安全焦点 人员使用网络安全防范 网络安全宣传广告 下载建网站 下载建网站 大连公共信息网络安全监察局 承德网站制作公司 进一步提高信息安全意识 信息安全合规性 网络安全官网 大连地区网站建设 建一个政府网站 网站营销推广 滕州做网站 成都网站制作 营销swot自我分析ppt 复旦研究生 信息安全 网站管理公司 代防火墙与网络安全中的防火墙有何联系和区别 金融信息安全产品 建一个政府网站 企业网站快速建立aspcms2.2新手完全自学视频教程 免费下载 深圳网站制作公司 网站国际化 网页制作淘宝网站建设 网络营销网站功能 上海网站推广