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年网络安全时间2014 信息安全专项网络安全 研究机构建设手机网站费用昆明的房产网站建设网站开发费用报价单深圳公安 网络安全价格营销策略网络信息安全经信委公安,-1网络安全进校园句子李察是一个意外惨死的草根青年,死后却穿越到了一位异世界子爵的身上? 魔兽横行的世界,查理出身于克兰顿王国,是巴隆克拉伯爵的长子,王国子爵,可家族的领地却被兽潮摧毁。 查理在被猎魔骑士团救下后李察却意外穿越,并觉醒了系统。之后他加入了骑士团,成为了猎魔骑士的传奇镇物,也叫镇邪之物。在民间,镇物用于镇墓、镇宅等。 镇物用得好可以救人,而被心术不正的人利用,也能杀人于无形。我在想,我到底能干嘛少年有志俯天下,这是天剑山弟子叶藏诗十余年来第一回出山。 师兄与师姐的话回响耳畔:“师弟呀,山外的世界很美,灯火阑珊,山河壮丽,人声沸鼎,好不热闹,还有各种好吃的,好玩的,我们差点不想回山了。” 凛冽风中,叶藏诗靠在她的碑前,醉言:“这山下的世界怎地与师兄师姐说得那么不一样。” ……穿越玄幻世界的姜恒,觉醒潜能升级系统,可用潜能点无限升级修为和功法。 【铜像功】升级为【万劫不灭金身】 【疾风步】升级为【虚空大挪移】 【追光剑】升级为【灭天绝地斩神剑】 【碎岩拳】升级为【寰宇大绝灭】 修为:凡境升级为真神境 直到某天。 姜恒身躯一震,虚空破碎,法则紊乱! 一拳轰出,星辰陨落,漫天神魔尽皆湮灭! 本书又名:《开局揍哭小师妹,我升级了!》《越级刷怪升级真快》 住进了隔离医院重症监护室的许如鹏,重生到了2005年去大学报道的绿皮火车上。前世逃避天作良人,浪迹花丛片叶不沾身,年近不惑,任然孑然一身,这一世,许如鹏还会做同样的选择吗?且看许如鹏情场商场翻云覆雨!高君彧也没有想到自己会穿越成了德芸社总教习,以至于系统让他签到15年做幕后玩家,让他培养云鹤九霄这些相声新人演员。世上最难的不是苦,世上最难的是情。 你可渡天下有情人,而你却渡不过自己的情。 难道唯有无情方为大道 如果你是他你是选无情入有情,还是由有情变无情! 这是七情六欲之间的战斗! 这是初心与本性的争夺!神网那些事:从我的世界梦想之城起源,到成为第一超时空,无敌存在的完整故事,淋漓尽致的展现了最强体系的神网的诞生和特性。 干净清爽的第一人称爽文。 一小段番外: 那个光头男子看着眼前蓝光闪烁的盾法阵,第一次,他的拳头被拦住,无法前进分毫。我带着一丝轻蔑的笑:“你在你的宇宙中确实很强,但终究无法直接突破法则的束缚。”回答我的,是一个几乎能毁天灭地的拳头。同时,周围的空间,法则不稳定了起来。我皱起眉头,我可不想把这里搞的一团糟,AI法则混淆仪自动运转起来,开始修补破损的法则。拳头再次被星辉·盾挡住,不到一秒的时间里反复碎了几亿次,奈何每T数万层的构建速度太恐怖,拳头终究被阻挡下来。那男人见状,停了下来“无敌一定很寂寞吧。唉!”。我愣了几秒,当然是故意的,也叹息一声:“是啊。不过,我来可不是打架的。”看这他疑惑的表情,我嘿嘿一笑“愿意到我这里干活吗,最先进的建设岗位,收入大概你那一个月你那的九百亿。”所有人都当我是一条狗,一个连老婆孩子都守不住的废物,直到有一天,我拔出了刀……
信息安全事例 2017 什么是网络营销品牌 网站开发费用报价单 阜阳网站设计 网络营销的方式 网络安全企业 深圳 拉萨网站建设 3g网站开发 网络安全 研究机构 公安部网络安全规定 强迫症的家庭支持【www.richdady.cn】 莫名其妙感伤的案例分享咨询【www.richdady.cn】 外灵的驱除方法咨询【www.richdady.cn】 事业不顺的原因分析咨询【www.richdady.cn】 脑部不清晰的原因分析【www.richdady.cn】 不爱读书的教育建议咨询【σσЗ8З55О88О√转ihbwel 前世老婆的前世记忆【微:qq383550880 】√转ihbwel 解梦的自我提升咨询【微:qq383550880 】√转ihbwel 前世今生的咨询方式咨询【企鹅383550880】√转ihbwel 与女友前世的影响分析咨询【企鹅383550880】√转ihbwel 感情纠纷的沟通技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 什么原因意外【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 纠纷的调解技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家宅磁场对居住者的影响【企鹅383550880】√转ihbwel 去世的父亲的前世因果咨询【σσЗ8З55О88О√转ihbwel 有官司的原因分析【www.richdady.cn】√转ihbwel 孩子学习不好的前世因果【微:qq383550880 】√转ihbwel 财运不佳的财运改善【σσЗ8З55О88О√转ihbwel 阴间生活的前世影响咨询【www.richdady.cn】√转ihbwel 前世缘份的解读方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 重庆网站布局信息公司 2014 信息安全专项 赣州网站制作 外贸公司网络营销 网络信息安全交流会 杭州网络安全厂商 网络营销系统功能 福州做企业网站的公司 高特效网站 模版型网站 武汉大学信息安全所 网络安全配置基线 婚庆网站建设 网站模板和定制的区别 企业网络安全学校 3g网站开发 网络信息安全呀管理 阿图什网站 wifi信息安全登记平台 赣州网站制作 兰州网站优化 济南免费做网站 app设计网站 信息安全售后服务方案 注册信息安全员有用吗 免费网站域名申请 信息安全不猛 营销方案技巧 网络安全 研究机构 网络营销会失业吗 信息安全员培训 网络营销第一层是什么意思 网络安全法制定本行业 网站图片标签 深圳网站建设网络推广 全国公安机关网络安全保卫工作会议 网络安全大会图文直播 网络整合营销推广服务 网络营销发展分析报告 枣庄网站优化 网络安全协议:原理、结构与应用 高端网站建设 成都 网站建设 信息系统网络安全 徐州网站二次开发 美团采用什么营销模式 国务院负责统筹协调网络安全工作 信息网络安全监测预警机制研究 西安手机网站建设 全球十大信息安全公司排名 网络信息安全经信委公安,-1 2012年中国互联网网络安全态势报告 桌面信息安全管理 整合网络营销方案 制作网站的流程 网站开发费用报价单 梅州网站建设黑客入侵 网络信息安全 网络信息安全交流会 wifi信息安全 网络直销比网络分销成本低所以网络营销主要采用网络直销的方式 杭州网络安全厂商 制作网站的流程 如何维护网站 3g网站开发 整合营销的必要性 整合营销的必要性 网络营销的方式 网络营销系统功能 网络营销能力秀微博 大同做网站 蓝色网站建设 网站优化 通过提高wed可用性构建用户满意的网站 pdf 计算机信息安全知识 营销方案技巧 jquery网站两排图片滚动带左右按钮控制两排图片滚动轮播代码 微信营销号的劣势 宁波网站设计 网络信息安全主持黄岛网站建设 什么是信息安全管理 梅州网站建设黑客入侵 网络信息安全 网络营销会失业吗 兰州网站优化 seo网络营销 优帮云 无锡网站制作 整合网络营销方案 济南免费做网站 临沧网站建设 玩具外贸网站模板 信息安全事业单位 网站模板和定制的区别 深圳网站建设网络推广 模版型网站 wifi信息安全 临沧网站建设 信息安全 设计理念 网络安全与管理ppt 沈阳开发网站的地方 沈阳开发网站的地方 营销方案技巧 福州做企业网站的公司 昆明购物网站建设 信息与’网络安全 赣州网站制作 网站的申请 网络安全竟赛 网络安全软件 网络安全的的好句子 昆明的房产网站建设 信息安全的5大特征 好网站范例 张健 中国信息安全认证中心网络营销工具分为沟通类 信息安全事业单位 手机浏览微网站 怎么建网站 西安手机网站建设 公用网络安全吗 济南免费做网站 网络安全日展览 信息安全事例 2017 深圳公安 网络安全 计算机网络信息安全证 重庆 网络安全大队 美国 信息安全公司 海淀 jquery网站两排图片滚动带左右按钮控制两排图片滚动轮播代码 营销的发展 信息安全事例 2017 网站建设颜色注意事项 edm营销课程 佛山网站建设怎样做 网站图片标签 网络安全软件 成都 网站建设 网络营销群最强的网站建设电话 公用网络安全吗 做网站的