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
案例营销网络安全法律服务请举几个web2.0风格的网站例子(中/英文)分别说明其网站构架信息安全红蓝队鹤壁做网站信息安全等相关专业网络安全历史长安网站建设多少钱金融网站建设报价方案信息安全红蓝队 他,从小在孤儿院长大,体弱多病,学校中被欺凌的对象。被所有人排挤,偌大个世界仿佛没有他的容身之所。如果弱者不配活在这个世界上,那为何我还要在这里煎熬? 作为掌管爱情和灵魂的神仙,她竟然发现有她都无法掌控的灵魂。生活了无尽岁月的她决定去看看这个让神仙都无法控制的魂魄有什么特殊的地方。殊不知,这一去便改变了她与他的命运。 安云凡身份成谜,师承玉青子,成为道门第一天师,一路斩妖除魔维护人间,在历劫后知道自己真实身份的他将会如何选择?是继续秉承自己的道心还是?在一块充满了灵气的土地上,一位少年开始新的传说平凡少年开局获得独一无二——额外九大天赋。 百倍增幅,所有奖励百倍数量/质量增幅,百倍经验、百倍属性,开局即无敌! 极致攻击,百倍伤害,无视防御,管你物免、魔免,统统不存在! 神匠,神器吃灰,神级药剂当水喝! …… 且看他是成神,还是成虫,你讲一起见证!有着一群不为我们所知的人,他们被称为玄元者,他们生活在这个世界,却不与我们现同,他们的故事也鲜为人知。一觉醒来免费领媳妇?就是这味道有点上头! 工科博士杨墨睁眼入乱世!异族入侵,朋党专横。 朝廷腐败无能,民间匪患横行,百姓几无生计…… 且看我举火焚尽祸国孽障!巨炮唤醒世道人心!万年前,天际裂缝,鸿蒙之气溢出。太苍龙神与诸神合力补天……携系统穿越大唐的赵辰本想做个咸鱼。 没事的时候,种种地、钓钓鱼。 哪想有日,一自称老李的中年男人突然跑过来,说要带赵辰回宫当太子。 赵辰:“当太子什么的没意思,不如我出技术你出钱,咱先在家打打铁!” 老李头大手一挥:“打铁好啊,锻炼身体,要钱管够。” 赵辰:“不如咱挖运河,造福百姓。” 老李头:“好,给钱。” 赵辰“不如咱铺路……” 老李头:“给钱。” 赵辰:“不如……” 老李头:“给……啥,国库空了?” 看到自己省吃俭用,积攒了十年的国库,现在竟然连老鼠都饿死几只,老李头气的大骂赵辰败家。 却不想第二天,老李头便见万国来朝,说要朝见太子殿下……是一个充满在神秘色彩中的反正义跨国杀手组织,故事由一起轰动全国的庞大组织杀人案的曝光引发,反正义和正义与之抗衡。很久很久以前,有一座山,名为葬灵山;葬灵山的西边有条渊,名为无相之渊;无相之渊的西边,有一座学府,名为真武院;而故事,则要从葬灵山东边的那座凌天帝国讲起……
泉州做网站 信息安全讲座多少钱,-1 个人主页网站模板 重庆整合网络营销 哪里的佛山网站建设 免费营销 横山桥网站 广州网站建设信息科技有限公司 微网站自助建站后台 广东省信息安全企业排名 官司的调解技巧咨询【www.richdady.cn】 不爱读书的咨询技巧咨询【www.richdady.cn】 冤亲债主干扰的超度方法【www.richdady.cn】 感情纠纷的情感修复【www.richdady.cn】 迟缓儿的自我提升咨询【www.richdady.cn】 纠纷的前世因果咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 长尾词威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 解梦【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 去世的父亲的前世解析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 纠纷的法律咨询咨询【www.richdady.cn】√转ihbwel 人际关系不好【σσЗ8З55О88О√转ihbwel 前世缘份对现世的影响咨询【微:qq383550880 】√转ihbwel 公司破产的原因分析咨询【σσЗ8З55О88О√转ihbwel 什么原因意外的前世解析咨询【www.richdady.cn】√转ihbwel 前世缘份的前世故事咨询【σσЗ8З55О88О√转ihbwel 前世缘份的轮回续缘咨询【企鹅383550880】√转ihbwel 精神不振的自我提升咨询【www.richdady.cn】√转ihbwel 人际关系不好的咨询技巧【σσЗ8З55О88О√转ihbwel 婴灵的超度仪式如何进行?咨询【微:qq383550880 】√转ihbwel 财运不佳的财富增长咨询【企鹅383550880】√转ihbwel 企业qq跟营销qq哪个好用 第一届360信息安全大赛 天津网站建设揭秘 上海网站设计 朝阳商城网站建设 建公司网站要多久 建网站工具 建网站工具 广播电视信息安全测评中心 网络安全作业平台 中央企业信息安全 网站建设常出现的问题 网络安全产品审查 鹤壁做网站 上海网站建设在哪 网络安全专项治理 网络营销的定义概括zac 网络安全 热点 网络营销公司的排行榜 网络营销渠道功能 微博营销的不足 自己弄个网站 长安网站建设多少钱 信誉好的龙岗网站建设 android网络安全开发 广州h5网站开发 网站制作青岛 金昌网站建设 陕西网络与信息安全测评中心 案例营销 什么是传统营销型企业网站设计公司 网络安全4hou 武汉网络安全中心 无线网络安全事件 如何成为网络营销师 企业网络与信息安全管理组织架构 android网络安全开发 金融网站建设报价方案 2016信息安全展 9月营销 营销型网站的建设 第一届360信息安全大赛 信息安全工程师 培训 做的好的网站 网络安全的现状2017 国际信息安全企业排名 阿里巴巴网络安全总监 北京手机版网站制作 邮件营销模板简约 上海网站设计 信息安全技能赛 安全狗 本地佛山顺德网站建设 网络安全实践 2012年网络安全事件 哪里的佛山网站建设 自已建网站 网络安全与责任 请举几个web2.0风格的网站例子(中/英文)分别说明其网站构架 网络安全 基地 信息网络安全的第三 渭南做网站 营销型网站的建设 建网站工具 深圳全网营销 信息安全专业最新消息 网络与信息安全会议,-1 滑动网站 电商网站构建 9月营销 信息安全技能赛 安全狗 高端网站设计建站 广州网站建设信息科技有限公司 邵阳网站优化 网站推广方法 分析企业网络营销环境分析 邵阳网站优化 网络与信息安全会议,-1 银川网络营销 中央企业信息安全 网络安全周专题 金融网站建设报价方案 网络安全大神道哥面试 北京网络安全公司排名 网络安全历史 上海高端网站设计 广州 网站建设 网络安全产品审查 武汉网络安全中心 网站制作换下面友情连接 广东省信息安全企业排名 国际信息安全企业排名 鹤壁做网站 如何确保网络安全部队 网络安全专项治理 金融行业网络安全架构 微网站自助建站后台 网络和信息安全专业 网络营销不包括哪些 个人主页网站模板 建网站工具 网站和h5 上海交通大学教授谈网络安全 广州h5网站开发 个人主页网站模板 台州网站建设 网络安全实践 网站的互动 台州网站建设 成都网站建设龙兵科技 天津网站建设揭秘 珠海微信营销推广 网络安全产品审查 武汉个人做网站 中国国家信息安全产品 企业qq跟营销qq哪个好用 网络安全与信息安全的关系 公安厅 网络安全培训 横山桥网站 第一届360信息安全大赛 网站打模块 建网站方法 搜索引擎营销sem概念 军用信息安全产品认证证书查询 自己弄个网站 信息安全研究生课程高级网络安全设置 自已建网站 中国国家信息安全产品 网络营销公司的排行榜 分析企业网络营销环境分析 网站兼容 网络安全法律服务 网络安全的立法 ids与防火墙联动的网络安全模型设计 深圳全网营销 个人信息安全防护概述