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
信息安全风险评估 案例全网营销网络推广临汾网站建设工业信息安全产品广州手机网站定制信息国家信息安全文章乾冠信息安全研究院怎么样网络安全审计设备连接方法网络安全教育培训资料信息安全工程 第二版 中文版下载爷爷前世曾是物品交易所经纪奇才,受到拥有邪法的生意圈对手迫害,隐迹遁世而终。 平行空间东夏新时代,爷爷重生,比我小17岁。 我在爷爷五岁时,遭遇车祸成为植物人,爷爷以特异功能医救,并向我传承太极循环御市绝技。循着对前世的记忆,爷爷带着我在生意江湖开始追查早己托生同一个空间的前世宿敌,准备一复前仇。 爷爷挟术安良,仗义除恶,蓄因力扶弱,名声鹊起,成为一代少年大贾,却一直未能找到真正的宿敌。 宿敌托生为资本大享,精于伪装,依托家族荣誉光环加持,拥有了称霸生意界的护身符,隐藏幕后,培养代理人出面祸害生意界,敛取不义之财。 爷爷在生意界崛起,动摇了宿敌攫取财富的称霸生意界的根基。为了巩固地位,不惜损害整个生意界的福祉,设置陷阱对抗爷爷组建的企业投资集团,终于暴露踪迹。 爷爷守护生意界公平正义价值观的血性复燃,带领生意界几经鏖战,终于挫败宿敌祸乱民间资本的邪法家族联盟,维护了一方生意界民生繁荣。“我只是像救活她……”本在地球与好兄弟共同富贵,可是社会的现世,好兄弟背叛,回想一路与兄弟的艰辛苦难,怪自己不心狠手辣,走投无路自杀看淡一切,没想到穿越到玄幻世界附身到武道世家,这一世我要掌握命运与杀戮,为这-世的兄弟,能找到好婆娘好兆头 为此时身边父母之人长生不老,没想到修到最境打破长生原来这是一个小世界小细胞的开始为此开始杀神杀魔进攻干忆兆世界待看杀神与逗逼兄弟如何诞生与起追随...天才少年萧辰,灵台被族人夺取,沦为废人,受尽屈辱,幸而觉醒神物九龙塔,拜得神秘少女为师,吞噬九天之灵,融万族血脉,以九龙之体,战尽天下英豪!一开始,穿成假太监的李易只想安分苟活着,但后来,看着高贵雍容的皇后,李易心思变了。 “江山你坐着,皇后我替你照顾。” 李易都跟皇帝打好了商量,奈何那把椅子,皇帝就是坐不稳啊! 前有狼,后有虎,奸臣又一堆堆,眼看国不国,家不家的,李易操起了屠刀……异界的国度妖魔苏醒,那里即将面临生死劫难,轩辕庄就是摆脱生死劫难的寄托。轩辕庄自己在非凡经历得以砥砺成长。一个异世界铁匠的传奇经历。民国初年,江沪青年司机玄狐,在驾驶车辆走夜路时,因碰撞阴魂煞气而丧命! 在九重天阴司府投胎审核寺,玄狐的鬼魂遇到此处监官铭难改等神仙,在进行投胎运程实验游戏,玄狐有幸被挑选参加这个游戏! 从此,玄狐开始扑朔迷离、危机四伏、艰苦卓绝、无穷无尽的换回磨难历程......红凯穿越成为全新的欧布奥特曼的格斗进化路程酷似特利迦的外形幽默穿越爽文,喜欢的朋友赶紧前来围观咯!首次在17K发表小说,还请大家多多支持!谢谢、谢谢、谢谢!(重要的事都要说三遍,呵呵!)
企业营销推广方案 比较营销 网站变灰色 男女网络安全意识 网络安全成就 衡水网站排名优化公司 网站管家 章丘做网站 公司网站设 互联网信息安全报告 前世老婆的咨询技巧咨询【www.richdady.cn】 人际关系不好时的心理调适咨询【www.richdady.cn】 事业不顺的职场提升路径有哪些?【www.richdady.cn】 灵魂化解与心理疗愈【www.richdady.cn】 与公婆前世的因果关系【www.richdady.cn】 感情纠纷【企鹅383550880】√转ihbwel 去世的母亲的前世修行咨询【微:qq383550880 】√转ihbwel 什么原因意外的前世记忆咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老婆的前世解析【σσЗ8З55О88О√转ihbwel 去世的父亲的影响分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 头脑混沌的咨询技巧咨询【www.richdady.cn】√转ihbwel 精神不振的前世因果【企鹅383550880】√转ihbwel 前世老公的前世因果【企鹅383550880】√转ihbwel 感情纠纷【微:qq383550880 】√转ihbwel 大龄剩女的幸福指南有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 暗恋的心理成长【σσЗ8З55О88О√转ihbwel 孩子厌学的家庭教育咨询【σσЗ8З55О88О√转ihbwel 孩子学习不好的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何解决事业不顺的问题?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的咨询技巧【www.richdady.cn】√转ihbwel 中国政府 信息安全 网站变灰色 衡水网站排名优化公司 最大的网络营销公司 信息安全等级保护 测评,-1 身边的网络营销有那些网站建设费用 信息安全风险评估 案例 网络安全努力破除 公安部公共信息网络安全监察局 信息安全等级保护培训ppt 营销型网站设计特点 天津信息安全等级保护2017年9月网络安全月 网络安全管理培训 常用的网络安全系统日志分析工具 网站开发需要什么技术 聊城网站优化案例 动力无限做网站 企业的网络安全 聚美优品的营销模式ppt 湖南网络安全企业 总参信息安全 下面不属于网络安全服务的是 信息安全风险评估 案例 常见的网络安全体系 微博营销的特点是什么意思 身边的网络营销有那些网站建设费用 建立网站例题 乾冠信息安全研究院怎么样 建立网站例题 全网营销网络推广 信息安全服务资质认证证书 网络营销工具与方法 防cc 信息安全 开发网站需要什么技术 开发网站需要什么技术 企业的网络安全 工业控制系统信息安全评估规范 商务网站开发 中国国家信息安全局 西安网站建设制作 衡水网站排名优化公司 顺的品牌网站设计信息 深圳公安网络安全 医疗网站建设案例 网站报价方案 如何建设好英文网站 网络安全攻防和web攻防 甘肃移动 网络安全 网络营销代运营 做网络安全的公司排名 邮箱营销软件哪个好 网络营销工具与方法 教育行业 网络安全 互联网信息安全报告 网络安全努力破除 常见的网络安全体系 信息安全等级测评机构能力要求 武汉网络安全竞赛 济南营销型网站公司 聊城网站优化案例 西安网站建设制作 互联网营销和策划 重庆网站托管 网络安全管理培训 网络营销案例工具 上海信息安全行业协会 汽车的信息安全指哪些内容 社区网站 信息安全 做网络安全的公司排名 网络安全教育培训资料 广东信息安全学院 数字证书信息安全 信息安全监测服务 营销型网站设计特点 网络安全防护意义 制作电商网站 章丘做网站 国家网络安全基地建设方案 美国 专家 信息安全 常用网络安全技术有哪些 网络技术还是信息安全 信息安全 恶意代码 网络营销工具与方法 湖南网络安全企业 南京移动网站设计 第8章 网络安全与管理基础 中科大信息安全学院,-1 网站变灰色 郑州信息安全产业联盟 小米公司网络营销分析 网站变灰色 网络技术还是信息安全 百元建网站 广东信息安全学院 营销的误点 男女网络安全意识 信息安全分保内容 深圳公安网络安全 it网络安全培训课程 营销型网站设计特点 石家庄医院网站建设 衡水网站排名优化公司 网络安全审计设备连接方法 电商的内容营销案例 网络安全成就 营销跟促销的区别 2016网络安全事例 医院做网站 售后服务网站 信息安全分保内容 免费网站建设什么是营销方法 汽车的信息安全指哪些内容 相宜本草的口碑营销 信息安全安全测试 开发网站需要什么技术 信息网络安全与管理 甘肃移动 网络安全 营销是企业 企业营销服务展示 资阳建网站 企业营销推广方案 手机网站建设哪个 深圳网络安全局 为什么要用网络营销 分析网络安全问题有哪些方面 饥饿营销的局限性 临汾网站建设 信息安全 体系 最大的网络营销公司 章丘做网站 武汉网络安全竞赛 小米公司网络营销分析 制作电商网站 聚美优品的营销模式ppt 网站设计架构 国家信息安全文章