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
在线营销型网站建设中国网络安全宣传周 官网传统网站和手机网站的区别网络营销战略研究网络安全信息通报机制大石桥网站信息安全讲师认证,-1信息安全研究期刊海珠做网站title:(网站建设) 命运交织,危机四伏,如何接受现实,又如何表达自己的情感。 CP:布莱克×女主,盖亚×雷伊(盖雷,微),贾斯汀×迪恩(贾迪)顶级玩家陈辛立志成为一名纯粹且高尚的玩家 “玩家不需要女友!” 平静的生活却被突如其来的日本留学生渡边美子打破,不仅人长得好看,游戏竟然也打的十分之好。 “请和我一起打游戏吧!” “我想和你谈恋爱,你却只把我当游戏战友!” 生气的渡边美子鼓起腮帮子,决定开始追求这个心里只有游戏的木头电竞男,就这样,一场女追男也隔层山的恋爱故事,悄然上演了莫名重生后找到奋进的目标---修炼成仙,拥有变态悟性的夏至一路披荆斩棘,最终探明修仙的真相,完成超脱---[穿越+无系统+无雷] 携塔极乐,魂穿异界 无意获得的霓虹小塔,谁能想到竟是上古神器“极乐塔”! 穿越刚睁眼却发现自己衣不蔽体,全身酸痛无力,面无血色 此时一名面色娇好的少女端起一碗热气腾腾的汤药柔声道 “该喝药了,夫君” 陈玉整理原先躯体主人的记忆发现处处透入诡异 莫名其妙被掳来与城主亲妹结婚, 结婚数日依然完璧的妻子, 新婚之夜诡异的第三者, 因肾虚昏迷的自己。 李晋死了,还穿越到了游戏世界 他这辈子最大的遗憾就是强化了那把武器 而今他成为了可以强化武器的npc “勇士,今日装备锻造88折哦~” 屠龙者终成恶龙 众生心,我之心;众生愿,我之愿;无量众生轮回劫,一朝顿悟道心见。诸天由我,万法由心;众生杀道凡尘现,一入量劫天地变。红尘炼心,诸天炼我,唯我道尘撒万界;我心由我不由天。我命亦由我无天!大夏龙朝经历八百年的沧海桑田:王权衰败、藩王割据、诸侯裂土、群英崛起。龙朝早已是名存实亡……世间万物,周而复始;盛衰之源,宿命轮回。数百万年后,地球因资源枯竭引发大战,让曾经的大洲、大洋变成了一块荒凉的大陆,绝大部分陆地在战争中沉入海洋,本以为地球将文明会因此消失在宇宙历史之中,不曾想因上古大战导致外泄的地球内核能量,却奇迹般的让地球生命得以进化。十万年之后,曾经满目疮痍的土地再次以无比宽大的胸襟重新接纳人类。当然也不止是人类……原本在地球上生活的宅男陈轩穿越异世大陆,获得了一个徒儿养成系统。 “什么?这个徒弟又有大帝之资??” “啊?你要问我有多强大?别问!问就是我无敌于世间!” …… 【单女主】+【无敌流】逃到地球的陆源被人追杀,他不想就这么陨落,他要稳健,要苟住发育。 但是……他那便宜老婆家事有点多。 有人死的时候,把他们一家都托付给了陆源,他不喜欢麻烦,决定横推过去。
服务定价营销概念 什么叫邮件营销 网络营销考研 预售营销计划英文 title:(网站建设) 网络安全培训 下载饮料食品营销策划方案 成都 网站建设 身边的信息安全 网络营销做什么 网络营销带来的好处 事业不顺的职业规划如何制定?咨询【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 脑部不清晰【微:qq383550880 】√转ihbwel 不爱读书的前世记忆【www.richdady.cn】√转ihbwel 耳鸣的解决方法咨询【www.richdady.cn】√转ihbwel 前世缘份的故事有哪些真实经历?【企鹅383550880】√转ihbwel 干扰的常见类型咨询【σσЗ8З55О88О√转ihbwel 去世的父亲的前世案例威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家宅磁场的优化技巧【微:qq383550880 】√转ihbwel 感情纠纷的情感咨询如何进行?咨询【σσЗ8З55О88О√转ihbwel 内心恐惧胆怯的心理调适威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 干扰的常见类型咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 祖灵的超度仪式【σσЗ8З55О88О√转ihbwel 全网营销推广 2016年网络安全大事记 网络营销的定价策略有 网络安全培训 下载饮料食品营销策划方案 瓦房店网站建设 公司信息安全周报 网络安全信息通报机制 郑州网站建设定制开发 西安公司网站建设 通信行业网络安全中国互联网网络安全 网店营销策划报告 普通网站要什么费用 信息安全 西安 中国风配色网站 财政部网络安全 企业新媒体营销的弊端 网络安全谣言 计算机网络安全研究所 2015 信息安全报告制度 深圳网站建房 网络营销引擎 信息安全培训试题,-1 网络安全工作人员培训 鹤岗做网站 网络营销战略研究 海珠做网站 三金网手机网站 上海网站设计建设 2014春浙江大学计算机信息安全 通信行业网络安全中国互联网网络安全 网络营销带来的好处 专业的西安免费做网站 模板网站与 定制网站的 对比 网络信息安全讲义 信息安全 演讲 单页面营销 易建筑友科技有限公司网站 网络安全知识库 可信赖的手机网站设计 通信行业网络安全中国互联网网络安全 营销型网站策划 网络事件营销的特点 网络营销考研 湖南网站推 信息安全有关的职业 2014春浙江大学计算机信息安全 网站开发培训 信息安全实验项目,-1信息安全防护相关产品 信息安全 演讲 1对1营销案例 网络信息安全讲义 网络安全信息通报机制 关系营销 title:(网站建设) 微博怎么做营销 顺义手机网站建设 域名里可以建网站苏州营销策划 优帮云 网络安全基线标准 温州网站制作 云大信息安全 深圳营销型网站 2016年网络安全攻击事件 2017首都信息安全日 注册网站的免费网址是什么 大连做网站 2015 信息安全报告制度 聊城网站制作 网络安全培训 下载饮料食品营销策划方案 在线营销型网站建设 汕头 网站建设北航 信息安全 导师 大连网络营销网站 如何创办网站 福州网站建设案例 营销型网站建设是什么意思 网络营销带来的好处 域名里可以建网站苏州营销策划 优帮云 许可e mail营销案例 专业的西安免费做网站 网站建设管理软件 网站建设收费 太原优化型网站建设 郑州网站建设定制开发 营销型网站策划 成都 网站建设 2014春浙江大学计算机信息安全 网络营销能力秀等级 开网站程序 2016年网络安全攻击事件 网站信息安全管理 信息安全培训试题,-1 服务定价营销概念 模板网站与 定制网站的 对比 营销型网站策划 国家信息安全等级第一级保护制度,-1 做网络营销就业前景 赣州网站制作 瓦房店网站建设 做网络营销就业前景 深圳网络营销学校 大连网络营销网站 大学网络安全 网络安全赚钱 营销运营方 网站banner的设计要求 营销电商化 网络安全周工作 上海信息安全厂商 中国风配色网站 深圳网络营销学校 营销电商化 信息安全研究期刊 网络营销能力秀等级 长沙营销型网站建设 信息安全项目申请书 珠海网站seo 网站建设制作 南京公司 中国十佳企业网站设计公司 企业新媒体营销的弊端 网络安全谣言 网络营销引擎 在线营销型网站建设 2016年网络安全大事记 做网络营销就业前景 网络安全知识库 湖南网站推 组建一个网站 深圳网络营销学校 可信赖的手机网站设计 上海网站设计建设 域名里可以建网站苏州营销策划 优帮云 什么叫邮件营销 2014春浙江大学计算机信息安全 网络营销做什么 2017北京网络安全周 中国十佳企业网站设计公司