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营销推广公司西安植入式营销有哪些形式网站建设品牌公司分享经济营销谁知道电子商务短期培训电子商务培训都有哪些网络营销课程?信息安全专业知识展示类营销一个贫苦的年轻人...... 一支可画万物的笔...... 一个又一个的未解之谜,传说、民间灵异、外星科技...... 逆袭的路上充满荆棘,不畏权贵,惩奸杀恶痛快淋漓。 纵横都市偷心各类美艳佳人,上演一部叱咤天地的不朽传奇!少年李宽本是李家一个低等的奴仆,却因为一次奇遇走上了修炼的道路。我本是剑道门派一名不起眼的弟子,一次机缘巧合下得到了一根笛子,那一天一切都变了…… 废土之上,人类社会秩序濒临崩溃。   异兽肆虐,一座座高墙拔地而起。   异能,成为人类对抗异兽的主要武器——异能者、异能材料、异能武器……   有人认为异能是一切不幸的源头,有人认为异能是上帝赐予的利剑,也有人认为异能是改变世界的契机!   这是一个充满希望的时代,也是最残忍的时代。   浩劫不止,王无终时…… 李江,一个不是这个世界的人来到了这个世界。他没有比别人更多的本事,唯一的长处就是他有别人永远都没有的经验。经验这个东西,可以让一个平凡的人成为神,不是神话里面的神。 李江,觉得自己不是神。他只是多了一点别人没有的记忆,这是老天爷的恩赐;或者是上帝的奖励。总之,他来了,带着神一样的能力,来到了这个世界。他不是来改变这个世界的,但是世界却要注定因他而改变! 哥不是神!但哥却可以成为神话!李天命做梦都要笑醒了。他家的宠物,竟然都是传说中的太古混沌巨兽! 他的家鸡,是以太阳为食的‘永恒炼狱凤凰’。 他的黑猫,是以雷霆炼化万界的‘太初混沌雷魔’。 连他家的小强,都是拥有万亿不死分身的‘万界永生兽’…… 从此,他驾驭十头太古混沌巨兽,化身万古第一混沌神灵,周游诸天万界,镇守无尽神域。万物魔灵,诸天邪魔,连爬带滚,哀呼颤抖! 两个时空世界的我,一个大神却生活灰暗,一个平凡却生活美满,都在一个身体内,注定了我与我的纷争,因为只能只有一个我!王国战争结束时,因九牧义展现出超强实力被王国所忌惮,于是王国高层提出铲除这个少年。其父亲身为王国第一将军,在王宫大殿上以自己的性命为代价,打通了通向人界的大门,为九牧义提供了生的希望。这个12的少年降临人间后被一位老者收养,本以为生活会一直平静下去,但4年后一个人的到来打破了他生活中的宁静,未来终究还是朝着不确定的方向发展。一个持续万余年的计划 只为对抗 第一圣人毁灭世界的阴谋 却不想其他世界的误入 让整个行动造成了无法挽回的偏差 是绝地重生? 还是陷入绝望…… 六界纪实,十方苦难,八荒弥尘,唯道深远……
海尔公司内容营销分析 网络安全技术是 信息安全就业城市 网络营销的个性化 国家信息安全测评认证中心 重庆网络营销公司排名 郑州高端网站建设 信息安全培训ppt下载 网络安全硬件平台提供商 自适应网络安全 孩子学习不好的环境影响咨询【www.richdady.cn】 失业的应对方法【www.richdady.cn】 婴灵的超度与慈悲心咨询【www.richdady.cn】 磁场化解服务咨询【www.richdady.cn】 灵性成长工作坊【www.richdady.cn】 前世缘份如何影响情感生活?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 学习成绩差的环境影响【微:qq383550880 】√转ihbwel 失业的心理调适咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 财运问题在线咨询【www.richdady.cn】√转ihbwel 意外的前世因果咨询【企鹅383550880】√转ihbwel 前世今生的缘分再续【微:qq383550880 】√转ihbwel 头脑混沌【www.richdady.cn】√转ihbwel 性压抑的前世因果【www.richdady.cn】√转ihbwel 家庭关系的情感维护方法有哪些?【σσЗ8З55О88О√转ihbwel 发育倒退的原因分析【微:qq383550880 】√转ihbwel 亲子关系的心理建设方法有哪些?咨询【www.richdady.cn】√转ihbwel 前世今生的缘分揭秘威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的职场建议咨询【σσЗ8З55О88О√转ihbwel 孩子学习不好的案例分享咨询【企鹅383550880】√转ihbwel 如何了解自己的前世今生?【企鹅383550880】√转ihbwel 网站页面设计 创宇技能表 信息安全 title:网站制作公司 powered by dedecms 关系营销缺点 南京设计网站 营销推广公司西安 信息安全化 找一个网络营销的案例并分析其采用了哪些营销策略和网络营销方法 长春建设平台网站的公司 借势营销案例范文深圳官网网站建设 免费的企业网站 国家信息安全测评认证中心 北京网络安全工程师培训 网络安全理想 中企动力网站 北京的网络安全公司 计算机信息安全技术 付 网络安全硬件平台提供商 深圳高端网站制作费用 外贸自动营销软件 网络营销的奥秘pdf 潍坊网站推广 浙江省网络安全周 信息安全特性 互动营销案例 郑州网站建设最独特 国家高度重视网络安全 自己怎样制作公司网站 国家网络安全研究院 网络事件营销ppt 青岛的网站设计 搜索推广营销职业规划 世界 网络安全 公司 网络安全 经典书籍 信息安全是指信息在 潍坊网站推广 网络安全管理工作方案。 营销的要点是什么 广州网站建设团队 信息安全标准与法律... 展示类营销 广州网站建设团队 国内信息安全领域 信息安全连续性 信息安全就业城市 手机版网站制作 海尔公司内容营销分析 太原网站定制 2015信息安全竞赛题目 网络安全小工具 企业网络安全认证证书 信息安全理论技术与应用基础 南昌建网站 移动公司网络信息安全 北京网络安全工程师培训 信息产业信息安全测评中心 招聘 深圳高端网站制作费用 浙江省网络安全周 中企动力网站 网站推广目标 免费的企业网站 网络安全预警设备 维护国家信息安全 网络营销120种 建设通网站 网络事件营销ppt 免费网络营销 网络安全攻防linux 营销网站建设 建设通网站 网络安全业务推广 网络营销的概念有哪些 信息安全 国标 网络安全业务推广 网络营销策划书案例 北京网络安全工程师培训 微博传播营销的特点 南昌建网站 制学网网站 南昌建网站单位 东风日产软文营销案例信息安全分为十个方向 提供信息安全服务 资质,-1 中国信息安全保护 外贸自动营销软件 王连印中国信息安全,-1 网络信息安全委员会 信息安全市场总监 营销培训讲师 o2o网站建设代理商 中国国家信息安全测评中心 南京设计网站 自适应网络安全 世界 网络安全 公司 如何做公司网站外贸型网站制作 微博营销涉及的范围 手机网站设计咨询 肇庆网站建设 自制公司网站 济南网络营销推广公司哪家好 信息安全专业知识 泸州网站建设 肇庆网站建设 全面解读网络安全法 信息安全2015 信息安全测评中心 绿盟,-1 中国国家信息安全测评中心 银行网络安全评估报告 免费设计网站 国家信息安全测评认证中心 如何改变网站首页栏目 信息安全领域大会,-1 网站页面设计 肇庆网站建设 怎样自己创造网站 搜索推广营销职业规划 东风日产软文营销案例信息安全分为十个方向 2016 计算机网络安全大会 企业网络安全怎么管理 找一个网络营销的案例并分析其采用了哪些营销策略和网络营销方法 国家高度重视网络安全 重庆企业网站建设哪家专业 全面解读网络安全法 营销方式方法有哪些特点 新余做网站 创建网站 酒店行业 互联网营销 网络安全攻防linux 谁知道电子商务短期培训电子商务培训都有哪些网络营销课程? 重庆网络营销公司排名 双11营销 创宇技能表 信息安全 天津市网站制作 公司 中国国家信息安全测评中心 关系营销缺点 网站建设品牌公司