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
计算机网络安全实验教程双城网站网络营销服务包括哪些国家信息安全相关部门外企应对 信息安全高端大气上档次网站德国网络安全法什么是网络营销员广东 网络安全东营有哪些制作网站我们可以卑微的活着,但不能被上界的人随意宰割。 如果非要选择,那就破了这天! 穿越后,楚京只想苟住反派值,回去继承家产。   岂料引起公愤,被仙女粉丝穷追猛打。   行行行,打上瘾了?爷陪你打个够!   雾缈圣女:大家误会了,那天是我自愿的。 天命骄女:楚京,只要你肯原谅我,做什么都行。   魔界女帝:嗯?谁敢欺负本尊的宝贝徒儿?   剑修女神:喂,给你个机会,娶本小姐回家! 万古灵兽:主人,请尽情契约我吧~~~~ 楚京:疯了吧!我可是大反派啊! 众女:住嘴!姐妹们把人抓住!一人用一天! 楚京:你们休想得逞!女人,只会影响老子拔刀的速度! 惊悚复苏,诡异降临 叶尘,已经到了18岁,被惊悚游戏选中,开始了,他鬼医生的一生,他在游戏中化身N PC,更是开局就给厉鬼接生 他更是有了鬼医生系统 励志做鬼界最好的医生 当他在评鬼界最亮的医生时 那些玩家还在逃亡神明布下游戏,每个人都可以参与并拥有变身铠甲的能力,不同的召唤器散落世界,获得它的人会变得如何呢?星源大陆,一片古老而又充满生机的大陆,在这片大陆上的每个人都以灵力决定强弱,根据灵力强弱可分为九阶每一阶都有段,第一段称为空天,而后每一段则称为几重天。除了修炼灵力,人们还可以通过修炼术士,灵兵,灵宠,丹药………来提高实力。 五十年前,一场大战让世间灵气衰弱,世人修炼的速度变得越来越慢,这场大战因一支笔而起,这支笔便是通向仙界的钥匙,被世人称作 ——社稷笔。然而在那场战斗后,社稷笔便也消失了。 直到十二年前,一位少年随紫金色的天空而来。 传说有一个神奇的大陆叫玄幻大陆 玄幻大陆的神兽蛋竟外掉到中国大陆 从此中国大陆开始修仙修魔的路 主角叶倾仙从捡到神兽白龙蛋开始了传奇又伟大美好的一生 手拿日月摘星星 世界有我这种人 倾仙一旦出门玩 回头一笑胜日月商界天才在车祸中丧生,却意外重生在一个底层小人物体内。 时间倒退二十年,突然多了一个可爱女儿,该哭还是该笑?老婆这么漂亮,会不会不安全? 这是一个满地黄金的时代,机遇多如星辰密布,淘金者多如过江之鲫。 林皓文决定彻底释放野性,化身一头吸金巨兽。 林皓文:“各位商界大佬你们好,我是来教你们做人的。”淮南大学历史系研究生许攸因意外卷入命案,与刑警支队队长喻归远相识,旧案未破,新案叠出,性格迥异的两人也在案件的不断侦破下,从初识的看不惯到彼此理解,成为惺惺相惜的挚交。主人公彭程因为父母罪恶深重,又因其痴呆而遭受非人的折磨。因其诚实、善良、守信,得到了高人的指点和教诲。他在一次次的磨难后,练就了一身过硬的本领。但是随之给他带来的便是匡扶正义,斩除邪恶的使命,每次都面临着生与死的较量。   这里既有“樯橹灰飞烟灭”的激战场面,也有“执手相看泪眼,竟无语凝噎”动人的儿女情长场面,还有令人动容的父子、朋友间的真挚情感,更有“人生得意须尽欢,莫使金樽空对月”的豪气冲天。读起来让人魂肠梦断、思绪万千,拍手叫绝。 小说 构思精巧,情节曲折,内容令人深思!末法时代,登天路断,九州大陆被大神通者分隔,看少年如何踏天道,碎凌霄,一步步登上绝巅。
我的注册信息安全 中国电信网络信息安全 信息安全会议内容 整合服务营销战略 网站备案 办理幕布拍照 做网站设计服务商 网络安全法解决方案 互联网数据中心和互联网接入服务信息安全管理系统技术要求 网络营销学科论文 微信网站制作上海网站定制公司 儿子抑郁症的前世因果咨询【www.richdady.cn】 婴灵的超度与慈悲心【www.richdady.cn】 心特别累的自我提升咨询【www.richdady.cn】 事业不顺的案例分享【www.richdady.cn】 不爱读书的解决方法【www.richdady.cn】 2. 通灵与灵性提升【www.richdady.cn】√转ihbwel 存不住钱的心理调适咨询【www.richdady.cn】√转ihbwel 什么原因意外的前世解析【微:qq383550880 】√转ihbwel 亲子关系的心理建设【σσЗ8З55О88О√转ihbwel 强迫症的症状与诊断咨询【σσЗ8З55О88О√转ihbwel 与公婆前世的因果关系威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家宅磁场干扰的原因咨询【σσЗ8З55О88О√转ihbwel 前世老婆的前世因果【微:qq383550880 】√转ihbwel 前世缘份的解读方法【企鹅383550880】√转ihbwel 儿子不读书的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 儿子不读书的改运方法咨询【www.richdady.cn】√转ihbwel 升迁障碍的职场突破方法有哪些?咨询【企鹅383550880】√转ihbwel 前世老婆的前世缘分【www.richdady.cn】√转ihbwel 什么原因意外的前世缘分威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 升迁障碍的职场策略【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 中央网信办网络安全协调局 银川网站优化 春秋网络安全官网 网络营销分为哪几大类 全国信息安全大赛作品 企业标准型手机网站 营销师前途 校园网络安全上市公司 高端网站建设定制 网络公司 开发网站 工组部 信息安全 信息安全服务安全工程类一级资质 网站备案 办理幕布拍照 营销与销售有什么区别 广电总局 网络安全 濮阳做网站 荧光字网站 信息安全服务新架构 互联网信息安全评测机构 春秋网络安全官网 2017玩转网络营销 军用信息安全产品认证 工业互联网 网络安全测试 太原推广型网站建设 网站备案 办理幕布拍照 整合服务营销战略 何为营销 网络营销十大经典案例 中国电信网络信息安全 制作网站备案幕布 信息安全等级测评资质 制造业 信息安全 网站建设 php 企业网站京东商城的营销环境 e mail营销主题 天融信信息安全实验室 吸引人的营销标题 网络营销服务包括哪些 鹤壁网站优化 陕西省信息网络安全协会 信息安全加固技术公司 网站建设的 石家庄网站建设外包公司网络安全法 郭启全 网络安全 不可见特性 深圳整合营销 网站推广文章 网络安全与黑客攻防 昆明营销策划 河南信息安全电子中心 深圳 信息安全公司 网络安全监测工具 国家哪个部门负责网络安全工作 网络安全 努力破除 互联网信息安全评测机构 信息安全测评机构的资质认定 信息安全服务新架构 网络公司 开发网站 信息安全测评机构的资质认定 上海网站建设的企 多语网站 信息安全风险评估指南 gb 工组部 信息安全 双城网站 网络安全监测工具 邮箱营销系统哪个好用 信息安全历史 2014中国信息安全防护大会 无锡建设网站 立体化营销 上海运营营销号大公司简介 网络安全与黑客攻防 卫龙网络营销 kfc 计算机信息安全信息安全从业者 专业 网络安全 网络安全监测工具 网络安全与物理安全 未公开接口 网络安全 鹤壁网站优化 信息安全测评机构的资质认定 电商营销课程培训 2017玩转网络营销 网站制作公司 深圳 营销的特点 信息安全实验系统 昆明营销策划 公司网站建设 大数据与信息安全讲座 最经典的微信营销案例 网站制作旅行社 信息安全竞赛作品赛 营销公司 上海 网络安全与黑客攻防 淮安做网站 信息安全 新闻 网络安全目的 信息安全加固技术公司 高端大气上档次网站 信息安全风险评估指南 gb 上海运营营销号大公司简介 2017玩转网络营销 校园网络安全上市公司 信息安全巡检服务 2016网络安全市场份额 互联网数据中心和互联网接入服务信息安全管理系统技术要求 营销发展趋势 高端网站建设定制 sa是什么 信息安全 信息安全分级保护指涉密信息系统 上海运营营销号大公司简介 德国网络安全法 银川网站优化 网络公司 开发网站 深圳整合营销 石家庄网站建设外包公司网络安全法 郭启全 大中华区信息安全经理 公司网站可以个人备案吗 互联网信息安全评测机构 何为营销 陕西省信息网络安全协会 网络信息安全的基本功能,-1 国家建立网络安全监测预警和 上海全网营销方案 上海定制网站建设公司哪家好 2016网络安全市场份额 春秋网络安全官网 企业网站可以备案个人 卫龙网络营销 东营有哪些制作网站 网络营销的评价指标 上海网站建设的企 信息安全等级测评资质 深圳整合营销 微信网站制作上海网站定制公司 网络安全与物理安全 网络信息安全教学实验平台 网络安全硕士