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
网站质作全网营销网络网站制作开发技术网站制作设计收费营销都是企业做吗2015汽车信息安全报2017网络安全生态峰会开发商的饥饿营销网络安全框架计算机网络安全培训破碎的竹简,修改历史。接续的断玉,破茧重生。华夏大地的历史一次又一次的变幻,究竟哪些是真哪些是假。穿越各大王朝,一个终极的秘密即将揭开。两个组织的碰撞,守护华夏历史的责任。待我将这一切缓缓道来。“玄机神,九大神宗存在已近千年。是时候该挑起战争打破这九分天下的格局了。” “的确,这天下已经濒临崩溃。若再不挑起战乱,恐怕这个世界会再度毁灭。” “玄机神,不如趁着龙泉宗还没强盛,让天地历经战乱吧.....” 玄机神坐于高位,素手轻拂。 “百年之内,我不会挑起战乱。” “神尊这是何意?您明知百年之后龙泉宗将无人能敌.....” 玄机神轻笑“所以百年后,我会让八大神宗合力覆灭龙泉。” “这......” “但战乱并不会就此停止,龙泉宗也不会就此覆灭。” “会有一个少年,带着龙泉宗最后的希望出逃,直至将八大神宗全部消灭。”班上不说话的怪同学,是因为内向吗?为什么被人欺负会什么话都不说?某种事情的开端,现充女由纪慢慢对这个怪同学引起兴趣……小伙穿越20亿年前的上古地球,不仅有生命,还有修仙文明,从此开启一段奇幻的修仙旅程。东方无双本是仙界一代剑仙,并创立了灵剑仙宫,他一生痴迷于剑道,仙宫的大小事务都交由他视如兄弟的东方烈打理,可最终却遭到了东方烈的背叛,在他即将陨灭之时将必生修为注入到自己的佩剑之中,掉落凡间…… 仙界,所有修道者的理想之地。哪里有着怎样的生活,是否可以无忧的生存?最强者之子,出生便遭遇灾劫,最终他们历经坎坷、生死离别,与一群志同道合之人改变仙魔两界。 《神之法运》六年级小学生原创小说。 这,是一个天地灵气富裕的星球。 这,是一个妖、兽、魔、精各族鼎立的世界。 这,是一个人类力小位卑的世界。 这,是一个气运滔天的少年。 这,是一条单挑大能的项链。 这,是人族的机会?是异族的灾难? 在这,实力大于大。只有成为修仙者,才会有权利、金钱。成为大能,触摸世界的尽头,触摸上位世界的门槛。 这是一个双亲已故的少年,唯一一个拥有神之法运的人类,他将带领人类反攻……… 各国战争不断,在人族小国的首都内,追寻真理的少年隐藏于人族之中……… (都市+搞笑+爽文+阴间改革) “昨晚梦到我死了,进了阎王殿。” “阎王爷让我给他的生死簿做个后台管理系统。” 一场大梦之后,余乐成为了地府现代化的主导者…… “小余啊,我之前提到的自动匹配投胎功能,进行的怎么样了。” “我一个人实在太忙了,要不您把后端那个技术拉下去问问……”这个世界上没有无缘无故的恨,也没有无缘无故的爱。人们活在一个阴冷的世界里,见不到光明,但亲情,友情,爱情赋予了这个世界另一份情感,这个世界被称作太阳系。在现实生活中往往有我们现代科学无论如何都解释不了的。走夜路时莫名其妙感觉背后有人跟着;在房间内莫名其妙的会有声响;在黑暗中会莫名其妙的感觉到恐惧。你向往像电影中道士那样惩奸除恶吗?你向往在别人遇到危机是伸出援手吗?想了解这些,那就沉淀下内心好好感受东方这古老的传说吧!(本书纯属作者虚构,如有雷同,纯属巧合)
微营销的优点和缺点 如何做网站 网站报价方案 网络安全报警网 信息安全技术 交换机安全技术要求,-1 营销都是企业做吗 网站建设策略 电子商务网络营销 逛信息安全论坛 网站开发需要什么技术 投资项目的环境影响【www.richdady.cn】 精神不振的咨询技巧【www.richdady.cn】 事业不顺的职场提升咨询【www.richdady.cn】 意外的原因咨询【www.richdady.cn】 灵魂种子治疗咨询【www.richdady.cn】 心特别累的案例分享咨询【σσЗ8З55О88О√转ihbwel 孩子不爱读书的应对策略有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 自闭症的案例分享【企鹅383550880】√转ihbwel 前世缘份的前世记忆【σσЗ8З55О88О√转ihbwel 内心恐惧胆怯的解决方法咨询【企鹅383550880】√转ihbwel 提高情商的方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的咨询方式咨询【微:qq383550880 】√转ihbwel 婚姻生活不顺的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何识别冤亲债主干扰咨询【微:qq383550880 】√转ihbwel 什么原因意外的心理调适【σσЗ8З55О88О√转ihbwel 迟缓儿的心理调适威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 长期精神不振的原因咨询【企鹅383550880】√转ihbwel 什么原因意外的前世案例咨询【www.richdady.cn】√转ihbwel 纠纷的原因分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 暗恋的情感表达咨询【企鹅383550880】√转ihbwel 最近都在做企业云网站网站云推广云推广有什么功能效果呢? 简述网络营销的过程 石家庄制作网站推广 上海整合网络营销 核电信息安全入侵 个人网站的开发与设计 中国政府 信息安全 网站开发需要什么技术 网站备案需要什么 网络信息安全案例分析 沈阳整合营销怎么做 网络安全产品选型 全网营销网络 营销方式方法有哪些 建立网站备案需要什么资料 品牌情感营销案例 济南微信网站 中国民航大学信息安全测评中心 广州互动营销公司排名 如何做网站 网络营销模块 跨境电商网络营销教材 公司网络安全通知 网络安全报警网 中国信息安全标准 四川微信网站建设 营销投资回报 信息安全技术 交换机安全技术要求,-1 最近都在做企业云网站网站云推广云推广有什么功能效果呢? 上海整合网络营销 等级保护网络安全 2014网络安全大事件 深圳网络安全局 口碑互动精准营销系统 微营销的优点和缺点 手机网站建设哪个 互联网运营 营销方案 公安部信息安全 中心 营销号网文 品牌情感营销案例 海淀地区网站建设 中国民航大学信息安全测评中心 移动营销的形式 b2c网站开发公司网络安全公司采购 逛信息安全论坛 移动营销的形式 网络安全空间大赛 医疗网站建设案例 营销号网文 网站制作员 呼叫中心信息安全规范 全网营销网络 网络与信息安全研究生 厦门企业官方网站建设 石家庄制作网站推广 计算机网络安全培训 信息安全和管理中心地址,-1 腾讯网络营销事件 动力无限做网站 营销投资回报 南通网站建 顺的品牌网站设计信息 网络营销网站怎样收费 等级保护网络安全 全网营销网络 .org网站开发 信息安全规程 建立网站 网络营销是企业整体营销战略的一个重要组成部分.( )对错dw做网站 河北信息安全测评中心 信息安全月 南通做网站信息安全的文案 关键词网络营销 汽车网站模板 商务类网站 网络安全合作协议 电子商务网络营销 汕尾网站建设 中国民航大学信息安全测评中心 东台网站设计 二A信息安全院校排名 网络安全规划拓扑 房地产型网站建设 上海国家信息安全中心 2017网络安全生态峰会 武汉网站seo 莆田网站建设 广州互动营销公司排名 教委高校网络信息安全 深圳网络安全局 网站首页设计 2014网络安全大事件 中国网络安全大会2014 最近都在做企业云网站网站云推广云推广有什么功能效果呢? 山东企业网站建设 网络安全报警网 中国电信提供网络信息安全服务 绵阳汽车网站制作 最近都在做企业云网站网站云推广云推广有什么功能效果呢? 网络安全框架 清华网络安全哪个教授 章丘做网站 厦门免费建立企业网站 长沙做网站品牌 上海国家信息安全中心 备份 网络安全审计技术 b2c网站开发公司网络安全公司采购 中国信息安全技术大会,-1 网站与域名 网站制作设计收费 营销渠道都有哪些 手机网站开发教程 2015中国信息安全大会 中华人民共和国网络安全发 信息安全学 信息安全审核表 营销都是企业做吗 青岛网站建设培训 电子商务网络营销 清华网络安全哪个教授 网络营销是企业整体营销战略的一个重要组成部分.( )对错dw做网站 网站模 营销投资回报 绵阳汽车网站制作 关键词网络营销 营销引擎 深证市信息安全等级保护网 公司网络安全做什么 为什么通过关键词能找到网站.评价该网站却显示没被收录 玉溪做网站 html5简易网站建设 医疗网站建设案例 2015汽车信息安全报 互联网运营 营销方案 海淀地区网站建设