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
业务系统信息安全开发网站的目标2014年第二届信息与网络安全国际会议网络安全厂商产品对比海丰网站建设搜索引擎营销的含义与分类郑州机械网站制作网络安全工作创新做网站公网站带后台少年天才于洋来到黄海市当保镖,且看他如何走上人生巅峰别家老师军训东躲西藏,你军训拿ak47突突教官?! 别家老师上课认真教书,你上课带我们玩VR?! 别家老师放假让我们注意安全,你放假带我们荒岛求生?! 抱歉,这样的老师,给我来一打!!! 对老师而言,保护学生是职责,即使自己是一个杀手。 灵气复苏的来临,阴谋与疑云渐渐浮出水面,一个脱离组织的杀手如何改变自己的命运?这是讲述精灵王东东与混沌魔君索伦森之间的关系,以及关于其他精灵王的故事镜花水月是一个虚幻的大世界,原来花月容就是那个沉睡的、姓庄的远古人。 觉醒的花月容,意味着镜花水月大世界的崩塌。 “花郝岳袁”组合,他们在一次次跌宕起伏的并肩战斗中,彼此产生了越来越深厚的感情羁绊。对于他们的不舍,花月容不得不有所抉择。 永生不死、绝对自由的造物主身份,花月容会放弃吗?…… 记得有位老朋友告诉我:“复仇是愚蠢者的游戏。” 记得有位修女鼓励我:“赌一把,权当爱是存在的,然后为之努力。” 记得有个混蛋叫嚣着:“最后活下来的,才是胜利者。” 记得有位长者落魄着:“我们的时代已经过去了。” 我知道他们说得都有道理,其实我也早该知道,有些事情的发生就仿佛堤坝崩溃于眼前,其势非人力可以阻挡。 也许有一天我也会像我那位老朋友一样,买个农场,逍遥度日,尽管我的那位老朋友,最终也死在乱枪之下。 但是我知道,自从我在这个狂野的西部世界醒来,我的命运,不仅不同于原来的自己,也不同于这个世界的任何一个人。 所以,我可能这辈子都得在路上吧。 不过谁知道呢。 ——摘自《布兰迪?芒尼的个人日记》2235年,两个种族的斗争爆发后,竟牵扯出恐怖的幕后黑手。玛雅、亚特、地心、上古部落……各个阵营浮出水面,他们有着共同的目的——“迎接”他的重生……江湖是什么?何为江湖? 江湖是一壶酒,一把剑! 有人的地方,亦有江湖。 江湖虽是打打杀杀,其中更有人情世故。 大丈夫生于乱世,当带三尺剑,立不世之功!妹妹的离奇失踪让叶上秋卷入刚刚问世的游戏《昊天》中。一个危险又神秘的游戏世界等着叶上秋去探索。再开封神界的纣王到底有什么秘密,世界诸神国又会发动怎样的战争,违背天道的诛仙四剑又会落入谁手里......高武世界,人妖并立,人族式微,人奸横行,比妖兽更可怕的是人心,且看小人物罗文辉在逆境中成长,杀皇证道,成就人族守护神的故事。平平无奇的打工人王虎穿越了?还穿越到了一个天赋渣渣实力菜鸡的人身上?怎么办?还好我自带系统,不说别的,爷钱多!想入最好的云海书院但天赋不行?没关系砸钱!想学习功法没办法理解?没关系砸钱洗髓丹可以拥有!有人想群攻?不好意思,已经砸钱开宗门了呢! 你我本无缘,就靠我砸钱!
2017网络安全博览会会 防火墙在网络安全中所起的作用 微信广告网络营销 营销活动公司 重庆 网站免费搭建 网络安全对话 网络事件营销的优缺点 企业手机网站建设信息 重庆 手机网站制作 信息安全(四) 科研创新问题 莫名其妙感伤咨询【www.richdady.cn】 存不住钱的案例分享【www.richdady.cn】 事业发展瓶颈突破咨询【www.richdady.cn】 脑部不清晰的前世因果咨询【www.richdady.cn】 忧郁症的改运方法【www.richdady.cn】 阴间生活的文化背景咨询【www.richdady.cn】√转ihbwel 特殊学校的前世影响咨询【www.richdady.cn】√转ihbwel 解梦的方法与技巧【微:qq383550880 】√转ihbwel 2. 通灵与灵性提升咨询【微:qq383550880 】√转ihbwel 感情纠纷的情感重建方法有哪些?【微:qq383550880 】√转ihbwel 如何判断自己是否被冤亲债主干扰?咨询【企鹅383550880】√转ihbwel 与男友前世【σσЗ8З55О88О√转ihbwel 大龄剩女的婚恋规划如何制定?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的续写有哪些方法?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主干扰的超度方法【微:qq383550880 】√转ihbwel 升职加薪的障碍分析咨询【微:qq383550880 】√转ihbwel 脑部不清晰的环境影响咨询【σσЗ8З55О88О√转ihbwel 官司的调解技巧咨询【σσЗ8З55О88О√转ihbwel 前世缘份的前世因果咨询【σσЗ8З55О88О√转ihbwel 意外的前世故事咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 网络安全 日志分析 信息安全(四) 科研创新问题 小米2营销案例 企业如何维护网络安全 做网站平台的公司 电子邮件营销模式 创建网站的优势 营销活动公司 重庆 建立个网站 微信广告网络营销 软件注册信息安全吗 网络安全信息网 网络安全测试请示 呼和浩特做网站的公司有哪些 企业手机网站建设信息 2017网络安全博览会会 国家信息安全工程研究中心 西安网站托管专业公司 网络安全展台 中国网络安全信息化领导小组名单 微信网络营销词条 徐州网站 信息网络安全 司法解释 网站备案时间 建手机网站 湛江做网站 网络信息安全课程报告 建立网站的步骤 新余建网站 网络安全 知识点 漯河做网站 成都信息安全测评公司 网站设计的公司 常州网站设计 信息安全发展过程 信息安全的研究生 海丰网站建设 32个信息安全技术国家标准 中国网站建设公司百强 广东做网站 动态网站制作 中国网站建设公司百强 珠海营销型网站 网络安全系统的管理 信息安全 项目 知道创宇信息安全 信息安全 pdf 式网站 营销邮件标题 上海网络安全监察部门 《信息安全服务资质》安全工程一级 信息安全管理制度建设 浅谈成功修改网站关键词的方法 虽然我们在做网站之前都会再三 网络营销可以分为 展示网站和营销网站的区别 佛山网站设计讯息 网站更新后为什么不显示 重庆 手机网站制作 信息安全风险评估的一般步骤 杜跃进 信息安全 网站备案信息加到哪里 网络事件营销的优缺点 网络营销有哪几种网络整合营销套餐 南桥做网站 网络安全宣传周官网 微信网络营销词条 创新的商城网站建设 营销邮件标题 网站建设咨询公 网络安全宣传周官网 网站建设成都 二网络安全工作情况& 建立个网站 网站建设成都 企业自建网络营销平台与第三方网络营销平台的特性比较?回答 进行公司网站建设方案 涪陵网站建设 珠海营销型网站 什么是营销型的网站 网站设计的公司 信息安全发展过程 郑州机械网站制作 国家网络安全主管部门 小米2营销案例 2017网络安全博览会会 信息安全应急响应中心 建网站备案 信息网络安全公安部重点实验室 网络安全系统的管理 门户网站建设方案 免费网站建设 h网站模板 网络安全信息网 梦想网络安全技术论坛 信息安全赛事 速卖通网络营销方案 湛江做网站 深圳市移动端网站建设 互联网 网站建设 信息安全发展过程 做网站平台的公司 湖南衡阳网站建设 信息安全风险管理指南 浅谈成功修改网站关键词的方法 虽然我们在做网站之前都会再三 郑州机械网站制作 网络营销3.0 电子书 速卖通网络营销方案 手机网络安全会议2017 手机网络安全性 济南网站建设 互联网产品营销 网站营运 银行业网络安全法 陕西省信息安全公司,-1 个人网站制作 国家信息安全师 公安部 门户网站建设方案 网络安全网站有哪些 网站营运 企业手机网站建设信息 网站免费搭建 软件信息安全测评中心待遇,-1建国外网站 西安网站托管专业公司 信息安全风险管理指南 信息安全(四) 科研创新问题 wifi无线网络安全设置 国家网络安全局系统 南昌网络安全 网络安全测试请示 网络营销有哪几种网络整合营销套餐 湖南衡阳网站建设 银行业网络安全法 快速网络营销软件 进行公司网站建设方案 营销团队队员介绍义乌网站