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
公司建网站网站报价西安php网站建设制作外贸网站的公司安全的网站制作公司聚美营销银川怎么做网站成都企业网络营销重庆网络营销战略设计信息安全等保他本是虚夷之境人人景仰的尊圣,连仙帝都畏惧三分,在苍穹之巅上缥缈度日,虽为神,却终日郁郁寡欢,无人知晓他的感受,但他又是这世间必不可少的存在。千百年的时光,终将消磨掉他的信念。于是,他便就此陨落,虚夷之境也再无一位至尊。 后天,先天,宗师,大宗师,圣人,尊神,尊圣 (初境,小成,中境,大成,圆满 )一个玩世不恭的小子,因奇缘而获得特异奇能,在校园里由傻冒而一跃成名。走入社会,左右逢源,由此而暴富,走出一条自在的人生之路。邪魔入侵,乱世已至。 被杀死的人皇背后隐藏着怎样的秘密? 诸神混战,人族的先辈又去了哪里? 战败的士兵逐渐失去了纪律; 无家可归的流民拿起了镰刀; 混乱逐渐取代秩序; 直到那持刀的少年从火焰中历练而出! 我是一名女大学生,因旅游误入一个叫潮泗镇的地方,并且稀里糊涂的当上了一名古玩店店长...凭空出现的玉簪,夜里的吟唱声,各怀心事的镇民...朝泗镇的背后隐藏怎样的秘密,我又该如何在这波谲云涌的局面中拨云见日...天煞孤星的命格,不但带走了父母、亲人、自己也陷入困境。 直到十岁那年…… 民间那些诡异传说,神秘的乡野怪谈,全国著名灵异事件,比鬼怪更可怕的人心。 本书以第一视角为你讲述作那些年我遇到的灵异事件。 一切的一切都要从那件事讲起。颓废的陆回穿越到20年前的初中,重拾激情。在他奋斗的过程中,历史也悄然改变。陆回不仅成就了一番事业,也获得了众多芳心。 明朝永乐年间,传出陈友谅藏宝地图。江湖各帮争抢,锦衣卫寻宝未果,浙江按察使周浩然一家惨遭灭门,宁波巨富肖伯庸被抄家,流亡海外的张士诚的后裔为复国组织力量,寻找宝藏下落。 本书有三个主人公: 周浩然遗孤周行健身负血海深仇,在苦难中成长,和生世未知的江雪同生死共患难,成为一生挚爱,正当情深似海时,发现自己最爱的女友的父亲竟是血海深仇的大仇人   肖伯庸长子肖宇是个逍遥快活的公子,被盗贼劫持,表妹秀秀对他情愫暗生,却是落花有意,流水无情。明教教主女儿马梦瑶万里寻母,随郑和下西洋,与肖宇经历生死不渝的爱情,终成正果。家资被抄,使肖宇性格骤变,铲锄奸佞,匡扶江山,对抗赵策,从快乐公子成长为经邦纬国之才。 张士诚的后裔赵策流亡海外,武功卓绝足智多谋,一统江湖各派,组织各方力量对抗朝廷,被云南沐府千金沐颖倾心爱慕,和毒教教主阿尼美的情感纠葛,从英雄到狗熊的蜕变,权欲对人性的扭曲,一生只为复国,却好梦成空...... 我要让曹丕的名字干干净净的写在史书上。 我要让曹丕成为三国的传奇,天命所受,不得不从,我愿与天命齐修,我愿意拿我的性命相抵。 杨修,你知道死亡吗? 我知道,我看着我最在乎的人在我面前死去,就算我拼尽性命也难得相护。 甄宓,我想早点遇见你。 重来之后的很多事情都不一样,虽然算不上是件好事,但是也不一定是一件坏事,他想有自己的人生,他不想只做曹操之子,他也想做一个江湖浪客,也想去行侠仗义,也想去看看中原更美的地方。,这样就很好。王浩穿越到了修仙世界,成为了一名朝廷追杀的匪二代。 好在他觉醒了命运模拟器。 亿万次的模拟,只为主宰命运,寻找绝境中的一线生机,逆天改命。一个拥有着人、鬼、妖、仙的世界,在城市中少数能看到妖和鬼的人一部分可以和他们签订契约,成为和他们一起战斗的御灵师。由于分歧,他们形成了两大阵营,为了自己的理念而战斗。主角林墨和他的伙伴也会在战斗中相互成长,也在这个城市中过平常而温馨的生活……
珠海网站营销 网络安全法 项目管理 实现微信微博微官网聚合营销一体化的移动互联电子商务解决方案 网络安全框架有哪些 建公司网站 信息安全官 台州网站设计外包 重庆微信营销 网络营销应当实施以 为中心的产品开发策略 搜索引擎营销包括什么 升迁障碍的职场突破【www.richdady.cn】 投资项目的风险评估咨询【www.richdady.cn】 耳鸣的案例分享【www.richdady.cn】 前世今生的梦境解析咨询【www.richdady.cn】 冤亲债主的干扰解决方法咨询【www.richdady.cn】 去世的母亲的前世故事咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主干扰的真实案例有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的原因分析【企鹅383550880】√转ihbwel 精神不振的前世因果【σσЗ8З55О88О√转ihbwel 人际关系不好的解决方法【企鹅383550880】√转ihbwel 精神不振的原因分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 儿子不读书的解决方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 亲子关系咨询【企鹅383550880】√转ihbwel 长期精神不振的原因咨询【σσЗ8З55О88О√转ihbwel 去世的母亲的前世缘分威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 儿子抑郁症的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老公的前世修行【企鹅383550880】√转ihbwel 外灵的预防措施【企鹅383550880】√转ihbwel 意外的前世影响咨询【σσЗ8З55О88О√转ihbwel 升迁障碍的职场瓶颈如何突破?咨询【www.richdady.cn】√转ihbwel 网站建设服务 小米的内容营销案例 怎么买网站 网络信息安全项目 南京网络安全培训中心 新疆网站制作 网络信息安全监管方案 如何认识互联网营销 网络安全框架有哪些 网站设计公司北京 无锡品牌网站建设 西安php网站建设 信息安全产品社会效益 信息安全知识培训 网络安全实验室 解题 网络与信息安全法 重庆微信营销 网络和信息安全 软件信息安全吗 深圳网站建设卓企 佛山网站建设怎么做 重庆整合营销哪里好 信息安全产品社会效益 口碑营销的经典案例 情感营销策略案例 四大信息安全顶级会议 信息安全产品分类标准 网站信息安全定级报告 信息安全技术措施 做响应式的网站 网络营销存在什么问题 新媒体营销成功案例ppt模板 信息安全cnas认证证书 信息安全等级保护测评方法,-1 实现微信微博微官网聚合营销一体化的移动互联电子商务解决方案 重庆整合营销哪里好 书法网站建站目标 营销策划相关的视频 北京市委网络安全和信息化领导小组 免费网站域名申请 外国黄色网站 美国网络安全研究现状 牛肉干营销 网购网络营销基础知识 网络营销相关资料 加强网络安全培训 昆明网站建设多少钱 网站制作公司哪家专业 百度竞价营销 台州网站设计外包 国家信息安全中心主任 微博营销的形式 网站信息安全定级报告 麦包包营销 呼市推广网站 科研 信息安全 制度,-1 网络安全纪录片 吴桥网站 手机派网站 苏州高端网站制作 厦门企业网站制作 新疆网站制作 引擎营销关键词 建公司网站 聚美营销 网站设计公司北京 国家信息安全等级保护网 百度竞价营销 网络安全实验室 解题 营销软文范例 des加密算法 网络安全 lte信息安全性 银川怎么做网站 网络安全 成都 网站报价单 企业网站案列 建公司网站 字典营销 济南网站制作 信息安全cnas认证证书 微信公众号营销关键 达内2016网络营销seo 信息安全等保 安全的网站制作公司 网络与信息安全法 微信公众号营销关键 全国网络安全知识大赛 信息安全官 重庆网络营销战略设计 大型网络安全 信息安全内审员培训 des加密算法 网络安全 电气网站建设 网站死链查询 做网站推广邢台 厦门建网站 中石油信息安全体系 武汉网站设计公司排名安恒网络安全险 信息安全认证包括哪些网络安全世界领导人奖 网站注 移动网络安全管控 企业网络信息安全培训班 如何认识互联网营销 信息安全产品分类标准 苏州高端网站制作 edm营销 厦门建网站 山东网络安全周短信 深圳网站 深圳网站制作880 网站有后台更新不了 响应式网站栅格 设计好的网站 福州建网站 小米的内容营销案例 互联网营销 培训大师 产品型网站中华人民共和国公安部网络安全保卫局 网络信息安全项目 青少年维护网络安全 国家信息安全等级保护网 新疆网站制作 全国信息安全等级考试 珠海网站营销 如何认识互联网营销 贵阳设计网站 信息安全内审员培训 网站设计公司北京 信息安全运维服务方案 情感营销策略案例 西安php网站建设 企业网络信息安全培训班 设计好的网站 信息安全知识培训 网络与信息安全管理员,-1 网站搜索框