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
网络安全销售证有哪些网络安全论坛鸭蛋营销供应商营销企业网站代运营边界网络安全要求2017网络安全比赛经典网络营销案例分析沧州做网站网络营销服务有哪些苏铭带着系统来到平行世界,却意外和当红女星沈雨萱有了一夜绯闻。 什么!沈雨萱居然还是苏铭的头号黑粉! 苏铭写小说大火。 沈雨萱:“什么破小说,写得狗屁不通。” 苏铭写歌大火。 沈雨萱:“什么破歌,一点都不好听。” 苏铭导演的电影大火。 沈雨萱:“什么破电影,狗都不看。” …… 夏目瑶:“你这么讨厌苏铭,我可以让他做我男朋友吗?” 沈雨萱:“不行,他是我的!” 苏铭:“……”少年魏杰因车祸而亡,灵魂出窍,空越到古代,附体于被毒杀的同姓名、同年龄的古代少年。 死而得生的古代修真少年魏杰,拥有了现代少年的知识,古今结合的少年。被炼气门、炼体门的门主同时收为亲传弟子,指定为继任门主。由此演绎出一场场喜怒哀乐的人生大剧。芯的旅途本作品讲的是一个不知名的小人物一步一步成为仙界至尊武道巅峰的故事胡兴国因与张怀中之间有夺妻之恨,故意将张怀中彩云食品厂生产的问题奶销往城里。阴差阳错的是与城里奶娘乳业的司机两人同姓,并且在同一天送货,竟然错送到了对方的酒店。因为彩云食品厂的问题奶使参加礼尚往来大酒店婚礼的许多人中毒入院。市场监管局曾冠英奉命调查此事,却遇到重重阻碍。因为有人因中毒去世,市里组成专案组,其中调查组由市场监管局和市公安局组成,曾冠英与市公安局郑宏伟俩人共同合作,带领一干人员深入调查,期间有挫折,有误会,也有惊心动魄的卧底,逃亡和追捕,最终虽然找到制假售假的张怀中,但是遗憾的是他已经因为救人而死亡,与张怀中相互勾结的政府官员和出卖奶娘乳业的销售经理被绳之以法。如果每一位父母在有小孩之前学习怎么成为合格的家长,是否能在一定程度上避免这种悲剧。是乱世出英雄?还是英雄造就乱世?武道世界,强者为尊。梵天君临,诸天万劫,唯我独尊。 一块不起眼的石头,内里竟然容纳一方世界。少年只是随手一捡,便是陷入沉睡。 十年一梦,梦里十万年。 醒来,家族没落,承受着家族的血脉诅咒,他能否逆天改命。集合原著人物,重摆西游盛宴。
2016网络安全攻击统计 淘宝网店营销培训 张北网站建设酒店网络营销具体方案 上海交大网络安全教程 优酷 网络安全实习日志 目前个人网民的网络安全状况(结合2013年统计报告说明) 武汉建网站 广州华南信息安全测评中心 淘宝网店营销培训 网络安全 ctf 阴间生活的前世故事咨询【www.richdady.cn】 感情纠纷的情感调解技巧有哪些?咨询【www.richdady.cn】 大龄剩女的情感生活如何改善?咨询【www.richdady.cn】 家宅磁场对居住者的影响【www.richdady.cn】 改善脑部不清晰的方法【www.richdady.cn】 感情纠纷的情感和解咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何识别冤亲债主咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女的婚恋故事威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 失业的前世因果咨询【微:qq383550880 】√转ihbwel 冤亲债主干扰的解决方法咨询【σσЗ8З55О88О√转ihbwel 冤亲债主的干扰案例咨询【企鹅383550880】√转ihbwel 大龄剩女的情感困扰咨询【企鹅383550880】√转ihbwel 去世的父亲的去向解析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 不爱读书的案例分享咨询【企鹅383550880】√转ihbwel 不爱读书的教育建议【微:qq383550880 】√转ihbwel 事业不顺的职场突破技巧有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 去世的母亲的前世故事【www.richdady.cn】√转ihbwel 不爱读书【www.richdady.cn】√转ihbwel 忧郁症的自我提升【www.richdady.cn】√转ihbwel 儿子不读书的原因分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 2016网络安全攻击统计 信息安全的图片 网站制作视频教程 网站设计规划书 边界网络安全要求 鸭蛋营销 免费企业网站建设 社会化 口碑营销 公司 信息安全整体解决方案 淘宝网店营销培训 营销综合平台建设 怎么维护社交网络安全 广东信息网络安全协会 网站设计规划书 营销策划网 淄博做网站公司有哪些 返利网营销 网站图片标签网络安全实验室wp 广州响应式网站制作 网络安全能力 网络营销实验教程 图文并茂计算机信息安全 北邮网络安全学院 网站站制做橙网站 信息安全行业新技术 网络整合营销推广托管 网络营销公司培训 社会化 口碑营销 公司 台州网站建设企业 网络安全活动宣传 网站制作视频教程 日本网络安全专业硕士 营销型网站建设定制 网络整合营销推广托管 科技网站配色方案 目前个人网民的网络安全状况(结合2013年统计报告说明) 网络安全设备的功能 旅游响应式网站建设 网站加外链 营销品牌 舆情 福州做网站建设 网络有哪些营销方式有哪些影响因素 信息安全技术实训总结 国际 个人信息安全 信息安全有哪些应用 网站开发制作 昆明做网站 营销的宏观环境 全网霸屏营销系统 网站怎么办 工作+信息安全 江西神州信息安全评估中心 对于网络营销的看法 南京网站制作公司 郑州计算机网络安全 全网价值营销服务商 网络安全建设与维护 信息安全等级保护 费用 网络营销平台 定价 企业网站代运营 重庆微信活动营销案例 网络整合营销推广托管 网络营销研究调查问卷 别人不相信网络营销 网络专业的网站建设 腾达网络安全密钥不匹配 网络安全 ctf 中国信息安全大赛 沧州做网站 武汉建网站 腾讯 hook 网络安全 如何搭建自己的网站 信息安全行业新技术 国内网络安全平台 制作企业网站 网络营销平台 定价 做网站的 网站加外链 别人不相信网络营销 电子信息安全 如何搭建自己的网站 广东信息网络安全协会 网络安全事件处理案例 网络安全产品厂商 网站站制做橙网站 深圳教育平台网站建设 信息安全的图片 网站免费认证 信息安全认证体系,-1 网络安全建设与维护 网站设计公司无锡 营销综合平台建设 信息安全专业 营销型网站建设定制 网站设计规划书 信息安全有哪些应用 上海建站网站简洁案例 网络安全电子版 网络安全实习日志 网络安全与个人 饮料创意营销策略 网络营销工程师培训 鸭蛋营销 2017网络安全比赛 网络信息安全相关专业,-1 天津交通信息安全网 科技网站配色方案 网站设计公司无锡 云计算与网络安全视频教程 2017年5月 网络安全法 信息安全有哪些应用 b2b营销推广 2017网络安全比赛 网络安全销售证 图文并茂计算机信息安全 全网市场营销有限公司招聘信息系统 外贸网络营销书籍推荐 政府对网络营销政策 信息安全专业专业课 网络安全评估系统 移动网络营销优缺点 网络安全 人才队伍 怎么学网络营销整合 移动营销形式包括 破坏网络信息安全罪 2016网络安全案例事件 北邮网络安全学院 网站加外链 网络安全能力 内容营销作用 网络安全技术学什么 广州华南信息安全测评中心 武汉建网站 阿里云 信息安全 长安网站优化