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
厦门市网站建设广东省信息安全协调工作系统2015年我国互联网网络安全态势报告网站建设技巧病毒营销经典案例分析网站维护说明建网站资料广州品牌设计网站建设通信行业网络安全网络营销整体方案设计网络安全扫描软件他本不想跟命运过不去,命运却偏要跟他过不去......奇幻人设+科幻世界会碰撞出怎样的火花?源自近来比较火的一个创意——串烧,背景直接取自笔人从前的作品,延续了近几年的某个游戏世界观,无界限,勿喷。如果不能把握命运的方向,那前进还有什么意义呢。 他叫徐安之,他想拨开遮在天上的云雾,看一看那最高处的风景。以书养气,以笔御剑,笔走龙蛇,剑舞八方,斩尽天下不平事,刺破万古长夜天。东汉末年,汉室崩塌。 刘闲意外穿越到这乱世,开始一段传奇人生。 利用遥遥领先这个时代的知识,收名将,戏红颜,混的风生水起。 同时训练出一支傲视当世的铁血精锐。 刘姓为王,大浪淘沙。 待一切尘埃落定之后,一个完全不同的大汉帝国重新出现在了大地的东方。(轻松搞笑+海王+多女主+文抄公+迪化) 那一年……陈黎回到了17岁。 看着镜子中的自己,欲哭无泪。 生性散漫的他剪掉长发后,却像是变了一个人…… 他身披众多马甲,游离在万花之间。 众人对他的认知,始终停留在表象。 父母觉得他是软饭王! 美女觉得他是绝对的天才! 朋友觉得他是江湖大佬! …… 实际上,陈黎只想做一个真诚的人。 ps:本书又名《我的马甲有点多》、《我真的很专一》 传说中破军、七杀、贪狼三星齐出,便是天下板荡、改朝换代之时。一个表面看还处在盛世,但平静的表面下却是危机重重。内有诸王夺嫡,外有敌国虎视眈眈的朝代,却突然出现三星联动的天象异变。暗藏野心,手握天下财富有三成的勋臣之后。夺嫡之争越演越烈,甚至动辄刀兵相见的诸皇子。雄踞西北,一心想要割据一方的游牧铁骑。还有潜藏在西南,时刻不忘恢复故国的前朝余脉。三凶星的预言,究竟会落到谁的身上?黄琼,一个自幼生长在冷宫中的皇子,面对复杂的局面,究竟该如何破茧而出,该怎样才挽回危局重定河山?21世纪末期人类在经历了“姆源时代”后大部分工作已经被人工智能取代,“万灵”这款沉浸式游戏应运而生受到全球追捧。 一个在现实世界因为残疾灰心失意的年轻人终于在“万灵”中找到了心灵寄托,可谁知在新版本更新后“万灵”中的人竟再也无法回到现实,游戏中的生死同样决定了现实世界中人的生死...... 万灵之域,七国共域,战火与辉煌,魔法与热血...... 魔窟,鬼洞、深渊......越是探索越发现万灵大有隐秘,被数据表象包裹的诡谲事物下究竟隐藏着什么真相,外星文明的介入又究竟代表了什么?究竟是人类的进化还是异族的屠杀? 妄想成神的人终究要付出代价...... 业主站在左边托着房,客户站在右边拿着钱,而我居于中间。 政府前面留有空地,开发商后抱着金钱,而我居于中间。 开发商在上面修建楼盘,代理商在下面销售房子,而我居于中间。 我是梁白开,居间是我人生的开始,看我如何打造地产一条龙。少年为了保护小师妹从深山走出,左手悬壶济世,右手飞针杀人,赚钱救人两不误。 不管权势滔天,还是富可敌国,在我面前都须低头。 尔等记住,若我避世,群雄并立,若我入世,天下无双!
软件开发网络安全 信息安全技术产业联盟 企业要网络营销 中小型企业网络安全 网络空间安全 信息安全 济南营销 网络植入式营销案例 课件营销 网络营销目标市场假设建手机网站的平台 公安部网络安全考核 亲子关系的共同成长方法有哪些?【www.richdady.cn】 存不住钱的原因分析咨询【www.richdady.cn】 感情纠纷的原因有哪些?【www.richdady.cn】 有官司的前世因果咨询【www.richdady.cn】 事业不顺的解决方法咨询【www.richdady.cn】 内心恐惧胆怯的原因分析【微:qq383550880 】√转ihbwel 冤亲债主化解咨询【σσЗ8З55О88О√转ihbwel 头脑混沌的咨询技巧咨询【σσЗ8З55О88О√转ihbwel 家庭关系的相处之道【微:qq383550880 】√转ihbwel 去世的母亲的去向解析【σσЗ8З55О88О√转ihbwel 学习成绩差的辅导方法咨询【企鹅383550880】√转ihbwel 儿子不读书的改运方法【企鹅383550880】√转ihbwel 自闭症的心理调适咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 忧郁症的环境影响【企鹅383550880】√转ihbwel 与男友前世咨询【σσЗ8З55О88О√转ihbwel 升迁障碍的职场策略咨询【σσЗ8З55О88О√转ihbwel 与老公前世的咨询技巧【微:qq383550880 】√转ihbwel 升迁障碍的解决方法【微:qq383550880 】√转ihbwel 孩子不爱读书的阅读环境咨询【企鹅383550880】√转ihbwel 冤亲债主干扰的前世因果咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 重庆包月营销推广公司 网络安全防护评测报告 深圳全网营销外包 软件开发网络安全 广东省信息安全协调工作系统 信息安全 英国 网站维护说明 信息安全管理 mobi 网络安全管理所 建网站的程序免费网络安全电子版 互联网加数据库营销 网站维护说明 信息平台网站建设 odex信息安全,-1 免费域名网站的 网站模版下载 网络安全扫描软件 网络安全技术防火墙 厦门市网站建设 搜索型网站 网络安全整改 腾讯网络营销的挑战张家港专业的网站制作公司 公司网络安全搭建 信息安全管理 mobi 信息安全的公司排名,-1 病毒营销经典案例分析 营销动态 gbt 20984-2007 信息安全技术 信息安全风险评估规范 浦东新区网站建设 杭州的网站开发 网络安全威胁包括 广州云创通营销手机 统计网络安全 免费教育网站建设 网络营销网站建设案例 重庆微信网络营销推广 免费教育网站建设 信息安全等级保护 五级标准 视频营销vip教程 2014年中国网络安全现状 网络营销是什么证 网络安全语录 病毒营销经典案例分析 浦东新区网站建设 网络信息安全测评企业 建网站资料广州品牌设计网站建设 免费教育网站建设 整合营销传播的效果 有哪些网络安全论坛 营销失败案例 北京网络营销师讲师 中小型企业网络安全 信息安全技术标准 建网站的程序免费网络安全电子版 信息安全控制措施是指 营销型网站策划 手机网站首页经典案例 信息安全的公司排名,-1 社交媒体营销要不要做 网络专业的网站建设 营销新思路 网络企业的营销模式是 营销失败案例 信息安全专业申报书 个人适合建什么网站 计算机网络安全的研究 课件营销 信息安全 程序员 网站的布局 中国信息安全测评中心华中测评中心怎么样 国际营销 市场细分 金融网络安全案例 搜索型网站 网络安全前修课程 信息安全管理岗 招聘 搜索型网站 2016网络安全案例事件 信息安全风险识别清单 日本网络安全专业硕士 网络信息安全测评企业 网络安全 最新 方向 网络公司营销策划方案iis应用程序池自动回收内存---解决网站运行一段时间速度变慢 2016中国网络安全大事 视频营销vip教程 青色系网站 美国网络安全战略特征 戴尔网络营销的关键 东莞企业营销型网站策划 信息安全总局 信息安全专业申报书 网络安全扫描软件 信息安全事件管理规范 北京网络营销师讲师 网站解决方案 广州云创通营销手机 北京网站页面设计 从化建网站 网络安全公司咨询 建网站资料广州品牌设计网站建设 信息安全控制措施是指 社交媒体营销要不要做 网络营销网站建设案例 信息安全管理 mobi Fastcgi做网站 自学网络安全入门 网络信息安全测评企业 网络营销网站建设案例 金融网络安全案例 重庆微信网络营销推广 戴尔网络营销的关键 关于网络安全防火墙 搜索型网站 青岛网络营销 信息安全产品 等级 视频营销vip教程 公司网站的实例 中国信息安全测评中心华中测评中心怎么样 it电脑信息安全管理软件,-1 制作企业网站 关于营销的网站有哪些内容 从化建网站 手机网站首页经典案例 网站建设学费多少钱 学做网站网 社交媒体营销要不要做 网络安全类产品 信息安全产品 等级 网络营销的价格策略 统计网络安全 国家网络信息安全小组,-1 信息安全攻防实训系统 网络安全周工作 美国网络安全战略特征 免费教育网站建设 美国网络安全行政令