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
网络营销具体指什么区别营销型网站有哪些旅游项目网络营销案例信息安全建设,-1营销推介方式网络安全监督管理沈阳做企业网站网络安全传输山东网络安全周国内网络安全研究机构人活着无论干什么都挺困难。即使坚守不招惹人的原则都躲不过被人刁难。即使是对的,在金钱和权力的逼迫下变成了错的。人活着是最痛苦的事了,压抑的怒火早已烧毁了心脏。人需要发泄的地方,请来疯狂直播间。玄龙大陆,以武为尊。 少年叶平安得到败天武帝的至尊天眼,从一个卑微的蝼蚁,成为至高无上的绝世武帝! 一路上白骨累累,红颜多娇路飘摇,无敌路上太寂寥!熟读三国的刘宏突然穿越到了东汉末年早死的一个皇帝身上!算算还有五年就要死!刘宏决定!逆转乾坤!九品丹王羽逸风,古墓糟友人陷害与红颜若水自爆同归于尽,不料一柄古剑带回13岁那年,若有来生不负妾,黄泉九幽任你游!若水等我!一身热血洒遍万古之道,天上天下,唯我独尊!杨天意外觉醒全能系统,却不知这个系统是未来世界一个修仙高手的灵魂星,杨天靠着它逆天改命,一步步走上世界之巅。在杨天死亡后就跟着灵魂星去往一个未知的世界万界战场波澜壮阔,异魔入侵,诸天颤栗! 不屈少年唐尘,不忍看父母被魔宗征召上万界战场,于是仗剑闯魔阵,得混沌仙魔诀,踏上万界征途,一路拔剑,管他仙魔神佛妖,不服?给一剑,还不服?再给一剑。 我要成魔,谁人能阻,我要为仙,谁奈我何,是仙是魔,我自己说了才算。 仙魔同修,剑指万界我为尊!双日凌空,神秘再现,在科技崩溃的废墟中,万物迎来了无限进化! 穿越而来的沈凌,激活了自己的无限世界模拟器。 只要是花费足够的能量,就能够获得在模拟世界中得到的修为、武功和物品! 于是,在小李飞刀的世界中,沈凌获得了小李飞刀! 在大唐双龙的世界中,沈凌修成了剑心通明! 在蜀山的世界中,沈凌拿到了化血神刀! 在洪荒的世界中,他夺取了诛仙四剑……23世纪已经来到,这世上流传这异世界的传说,我林萧,我的爷爷曾给我说过,他去过异世界。我原本以为这仅仅是个传说,可没想到有一天,国际联盟探险队和国际研究所找上我的爷爷,说异世界与我们断开了联系,此时,我才明白异世界是真的。混沌永远不会消失,它无时无刻在寻找着它的继承者,将世界引入无限的混乱之中。在人烟罕至的地方,迷雾迭起,一座古老的城堡在雾中若隐若现,虽然不想相信,但这就是事实,我穿越到了,恶魔城的世界。本人也是恶魔城谜,这篇小说也是本人对恶魔城的一种致敬吧。不喜勿喷,有些地方不对欢迎各位读者指出,作者的写作能力不是很强,希望大家见谅。妖魔鬼怪神佛仙道本是一家
新潮远网络营销 网络安全动态 小说网站制作 网络安全管理员是什么 全网营销优点 高校信息安全建设方案 安庆网站制作 上海高端网站建设 提供网站建设的公司 珠海企业网站制作公司 老公家暴的法律咨询咨询【www.richdady.cn】 升迁障碍的职场瓶颈【www.richdady.cn】 前世今生的轮回真相咨询【www.richdady.cn】 干扰咨询【www.richdady.cn】 存不住钱的咨询技巧咨询【www.richdady.cn】 莫名其妙感伤的情感释放【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 交通意外的常见原因咨询【www.richdady.cn】√转ihbwel 家宅磁场的常见问题【微:qq383550880 】√转ihbwel 大龄剩女的心理调适咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 灵魂化解的意义咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 纠纷的心理调适【www.richdady.cn】√转ihbwel 佛教视角下的前世今生咨询【企鹅383550880】√转ihbwel 去世的母亲的影响分析咨询【www.richdady.cn】√转ihbwel 前世老婆的前世案例咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系的沟通技巧有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子不爱读书的阅读习惯如何培养?咨询【www.richdady.cn】√转ihbwel 大龄剩女的幸福指南有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的前世今生咨询【σσЗ8З55О88О√转ihbwel 升迁障碍的真实案例有哪些?咨询【σσЗ8З55О88О√转ihbwel 缺心眼的表现及成因【www.richdady.cn】√转ihbwel 做网站是三网合一有什么优势 公安部网络安全法 微信营销培训总结 2015 电力 信息安全 社交网络信息安全事件 网络营销微观环境的是 提供网站建设的公司 顺德手机网站设计信息 网络营销课的建议 华中科技大学信息安全综合设计与实践 网络安全监测设备 广州的服装网站建设中软吉大网络安全 网站建站前期准备工作 网站优点 重庆企业网站建站 优异网站 网络安全监督管理 淘宝如何实现网络营销 国内网络安全研究机构 重庆南川网站制作公司推荐 gartner 信息安全2015,-1 网络营销就 怎么管理网站添加代码 b2b网络营销企业过程 网络营销怎么搞 全网营销优点 计算机信息安全技术 全网营销优点 网络营销方法的概念 郑州建网站 新潮远网络营销 全国信息安全技术水平考试 太原免费网站建设 太原免费网站建设 网络安全监督管理 网店营销的特点 如何注意网络安全 网络安全 逆向 卡通类网站设计 网络安全基础漏洞类型 顺德手机网站设计信息 做网站公 购物网站设计需要哪些模块 b2b网站开发 全球网络安全体制的漏洞 山东网络安全周 信息安全等级 威胁 美团营销 关于公司信息安全的通知 营销型平台包括哪些 国家公安部信息网络安全专业人员认证 网络安全问题分析 网络营销具体指什么区别 关于公司信息安全的通知 网络安全扫描器 网站优点 哪个学校有信息安全 网络安全扫描器 什么是wifi网络安全 网络安全检测时间 营销的定义及作用 有哪些营销型网站推荐 b2b网络营销企业过程 网站建设公司上海商城网站主要功能 四川省信息安全基金 gartner 信息安全2015,-1 陕西网络安全监察大队 信息安全的防护,-1 重庆企业网站建站 信息安全专业学校 2016网络信息安全重大案例分析 php网站开发流程 网络营销最有效的方法有哪些 社交网络信息安全事件 公安局信息安全中心 网络安全管理员是什么 手机商场网站制作 高端公司网站 旅游项目网络营销案例 安庆网站制作 网络安全加密 整合营销传播的理解 苏州网站制作 华中科技大学信息安全综合设计与实践 科技类网站色彩搭配 公安部网络安全法 网站架设 网站建设公司是什么 沈阳做企业网站 网站架设 安庆网站制作 信息安全建设,-1 公司网站非响应式 什么是wifi网络安全 大良营销网站建设好么 广西南宁市网站制作公司 信息安全的前沿技术 旅游景区网络营销策略 广州网络安全评估公司 选择微博营销的原因 银行发的网络安全短信 互联网平台信息安全 大连 网站制作 计算机信息安全技术 网络安全检测时间 玉林网站建设 案例展示在网站中的作用 网络安全培训过程 广西南宁市网站制作公司 网站建设视觉效果 网络营销方法的概念 网站建设师 微信微网站开发教程 营销的术语 免费申请网站域名 互联网品牌营销专员 腾讯公司网络安全 高校信息安全建设方案 关于公安网络安全的通报 广州信息安全 网络安全大事记 信息技术与信息安全考试系统 云南网站建设 网站开发建设 信息安全案例演示 网络信息安全演练方案 灰色网站 关于进一步推进市属国有企业信息安全等级保护工作的通知 山东省网络安全技能大赛 提供网站建设的公司 营销型平台包括哪些 微信微网站开发教程 北京信息安全学院 设计 网络营销怎么搞 网络安全加密