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
长沙微信网站公司京东区域营销策略网络安全日展览国家网络安全中心 英文网络安全产品有哪些三星营销手法免费建建网站珠海网站策划公司廊坊网站推广视觉营销网站唐轩只是一个普通的懵懂大学生,在鼓起勇气告白的这个夜晚,校花的突然来访改变了他平淡的人生。在惊悚与神秘的呼唤下,在爱与死的抉择下,他毅然选择了未知。王座高悬于上,陌生国度的大门向他缓缓开启。平凡的小人物走上不平凡的真理之路。然而王座的前面诡谲重重,当真相解开面纱,唐轩又该如何抉择? 是屠龙的少年终成恶龙,还是……颠覆整个世界。残疾少年张铁生,意外获得药王传承,自此村花、俏寡妇,哭着喊着找他治病,而他也成了远近闻名的妇科圣手。 一天重复着一天,当初选择并打算坚持的理想在不知不觉中变了质,面对现实中的种种无奈,不得不放弃一些长久以来所坚持的东西,迷茫的寻找着以后的路,如果有一天我们如众多穿越者那样穿越到不同的世界,我们又能做什么?又能改变什么?(PS:一直答应过一位好友要以他为主角写一本书,虽然好久好久没有联系,毕竟答应过的事情都要做到,人不能无信嘛,本书虽然会写得有些乱,未来可能骂评如潮,但是不会鸽,会坚持写完。) 重生异世的兵王靠自己的智慧与实力快速成长,在那风云诡谲的大陆中引领乾坤,现代的中华文化与异界文化的碰撞将会极其怎样的火花,大陆的合并又会带来怎样的疯狼,十方能人,各领风骚! 他与枪杀入阵中,左突右冲,上挑下刺,如入无人之境,那枪寒光闪烁,那人英武狂暴,翻飞之际,若舞梨花,遍体纷纷,如飘瑞雪,转瞬之间,目之所及,身之所在,一切灰飞烟灭! 血色战场,唯有一枪,无上! 万界永世,唯有一人,不败! 武穴市第三实验中学位于湖北黄冈市武穴市,是一所公办的中学,在这里,无数的狗血少年谱写华丽青春,他们有的四肢全无,有的神似刑天,但最后,都被叫兽联盟所拯救,最终成为三中抑智团的一员,那么,又是谁拯救了他们。 无数的奇异叫兽征战广济沙场,吼王猪文武,扭转空间的武王刘土豆,精通八国语言的李大头,以及生化指挥官江龙虾和李mar,外交官陈平国及时间控制师夏休息等丰厚的师资力量,鸡不可失,失不再来,三中抑智团,期待你的抑智! 学校联系电话:0713-6250449仙人其实是超能力者?西方的那些天神也是?百年前,一个由10位帝级超能力者组成的团队共同探索天河之上,希望能够找到成圣成仙的契机,然而却再也没有出现过。 九十年后,明灯村的看灯人李老头在天河迷雾弥漫的夜晚,在天河边捡到一个婴儿.....。从此少年林凡踏上了在大千世界中寻找自己身世的漫漫长路。这个世上有鬼吗? 真的有,而且有很多。 我叫徐艺,在我十八岁那年,我猛然发现了这个世界的真相。 少年天才于洋来到黄海市当保镖,且看他如何走上人生巅峰一次偶然的相遇,命运从此改变,讲述不一样成长历程,有丰富多彩的剧情,跌宕起伏的人生,爆笑而严谨,闯女生更衣室、旅游掉进女生池塘、被一群基友大叔追的满街跑……领略不一样的玄幻之旅。
网上营销 镇江网站设计 网络安全个人 河源网站建设 网站红蓝色配色分析 沈阳网站制作 上海平台网站建设公司 杜跃进 信息安全 个人信息安全指南 网络整合营销套餐 事业发展瓶颈突破【www.richdady.cn】 事业不顺的解决方法咨询【www.richdady.cn】 亲子关系的教育理念有哪些?【www.richdady.cn】 前世老婆的前世因果咨询【www.richdady.cn】 纠纷的调解技巧【www.richdady.cn】 官司的法律咨询【企鹅383550880】√转ihbwel 内心恐惧胆怯的解决方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心特别累的前世因果【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 亲子关系的心理建设【www.richdady.cn】√转ihbwel 忧郁症的治疗方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的原因分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的轮回解析咨询【企鹅383550880】√转ihbwel 与老公前世的前世修行咨询【www.richdady.cn】√转ihbwel 存不住钱的理财建议【www.richdady.cn】√转ihbwel 内心恐惧胆怯的案例分享【企鹅383550880】√转ihbwel 内心恐惧胆怯的心理调适【微:qq383550880 】√转ihbwel 前世老婆的咨询技巧咨询【微:qq383550880 】√转ihbwel 有官司的预防措施【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 迟缓儿的心理调适咨询【www.richdady.cn】√转ihbwel 事业不顺的原因分析【www.richdady.cn】√转ihbwel 网络整合营销套餐 比较常见的信息安全技术不包括 海尔内容营销 快速营销法网络安全技术的选择 公安部网络安全规定 雅虎营销 网络安全管理员培训 商业网站设计 论坛营销的优点 政府机关网络安全 鹤岗做网站 企业网站管理系统 重庆微营销公司哪家好 网上营销 网络安全条例的是 上海营销外包公司 长沙微网站 网站建立公司四川 网络营销公司 优帮云 全国大学生信息安全大赛2014 三星营销手法 怎么做问答营销的策划 装饰网站建设 网络营销公司 优帮云 微信营销月总结报告 信息安全 采访 网络整合营销套餐 广告网络口碑营销运营 建英文网站 网站上线后 商业网站设计 网络安全日展览 网络营销的优势与劣势 开网站程序 快速营销法网络安全技术的选择 o2o网站建设咨询 网络自由网络安全 信息网络安全监测预警机制研究 网络信息安全 考试系统 多终端网站 江阴网站建设 中国电子网络信息安全 2016年网络安全大事记 ppt 信息安全售后服务方案 信息与’网络安全 网站构架图 开网站程序 it产品信息安全认证费用 网络安全策划 武汉网站建设网页设计网站制作网站建设公司做企业网站公司 手机网站开发技巧 2016年网络安全大事记 ppt 软件信息安全认证 信息安全培训目标是 前端营销 2014 信息安全专项 简单网站制作 信息安全委员会 网络安全重大事件 营销推广服务 网络安全日展览 长春作网站 个人网站主页设计 国际信息安全 河南省信息安全协会信息安全风险评估的一般步骤 网站建设与应用qq空间给别人点赞营销 扁平化网站建设公司 网络安全条例的是 中国网络营销论坛 广告网络口碑营销运营 网络营销的优势与劣势 网络安全 僵尸网站 建英文网站 网站模板下载 网络安全形势严峻 连云港网站建设 营销型企业网站 成都网站建设市场分析 长春作网站 知道创宇信息安全 软件信息安全测评中心待遇,-1 扁平化网站建设公司 网络安全进校园句子 网络安全形势严峻 怎么做问答营销的策划 微博营销内容怎么写 英文网站设计 全国信息安全考试时间 佛山手机网站建设优化 重庆网站开发设计公司电话 深圳市能士信息安全公司 2012年国家下一代互联网信息安全 专项产品测试成绩 桌面信息安全管理 网络自由网络安全 网络安全管理员培训 山西网站制作公司 上海营销外包公司 南京企业网站制作价格 深圳企业网站建设哪家好 信息安全防护技术有限公司 河源网站建设 温州微网站制作公司推荐 网站建设公司深圳 信息安全博览会,-1 多终端网站 最强的网站建设电话 雅虎营销 企业网站管理系统 无线网络安全网关 常用的信息安全技术 假期网络安全分析 论坛营销的优点 论坛营销的优点 深圳企业网站建设哪家好 网站注 雅虎营销 做公司网站的专业公司深圳 装饰网站建设 信息网络安全监测预警机制研究 海尔内容营销 网站建设排版页面 信息安全保障为主题 网站建设资源 传统市场营销包括哪些方面 苏州网站建设logo 全国信息安全大赛培训 中国电子网络信息安全 网站迭代 网站换主机 北京网站制作 网络直销比网络分销成本低所以网络营销主要采用网络直销的方式 淄博微网站建设 比较常见的信息安全技术不包括 中型网站 网络安全学院 清华大学