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
金融网站开发网站建设学习微网站搭建平台广州高档网站建设网络安全图片和文字上海网网站建设闭环营销 客户服务三元软营销正合营销网站建设服务商营销引流软件“我是给你脸了,还是怎样?老子都给你道歉了,你还想要老子跪下,你在想屁吃吗?”白楠瞬间就不乐意了,用全身最大的力气把手中握住的球朝火团砸去。 因为白楠刚才道歉的时候离火团很近,所以球砸过去的时候,火团来不及躲开,被这颗篮球正中脑壳,随后,那颗篮球以一个诡异的弧线反弹砸到白楠。 火团先倒下,白楠摇晃了一会也跟着倒下。 自此这颗篮球拿下了它球生的第一个双杀!?你知道世界末日吗?这片土地上曾经出现过一次巨大的浩劫,我只记得天空之上,无数火球从天空坠落,很多生灵消亡在那场浩劫之中。那后来呢?后来,当时世界最强大的人拯救了世界,他用尽能量震碎了无数火球,只见火球陨落地面砸出无数巨坑,只剩下一个最大的火球,按火球撞击地面的威力看,那个最大的火球可以击穿整个大陆,那个人释放全部能量冲击向那个火球。最后呢?他拯救了世界,但他也就此消失了。他死了吗?谁知道呢。那他是谁?他,他就是当年起兵叱咤整个世界击败混沌的不败王者,啊,你应该也知道了,他就是辰。灵气复苏,诡异降临。 万族入侵虎视眈眈,神秘传承不断涌现。 星空战舰,超凡生命,血与火的碰撞,生与死的较量。 是苟存还是湮灭? 钢铁森林中是谁在彷徨?璀璨星穹上是谁在守望?随着月球人的皇室后代纳尔斯逃到地球,刘宣与安晓天的生活发生了改变,刘宣选择接纳尔斯的灵魂,成为了第一个捍卫者成员蓝面人,安晓天也因战斗中受伤而接受了与烈鹰装甲的合体,成为烈鹰侠。纳尔斯告诉了他们关于刹神者的可怕秘密,两人开始紧急组建捍卫者联盟,寻找中国其他几位身怀绝技的英雄,以对抗刹神者的入侵。除了他们两人,还有中国最强狙击手梦魇,双臂力大无穷的神拳,甚至经过千年修炼后的孙悟空,等等。一场决定人类命运的战争,一触即发。 穿越到玄幻世界,好不容易加入了圣地宗门觉醒了御灵系统 谁想到攒了几个月家底贷款炼制出来的御灵丹就被圣地的圣女师姐误食了 结果因祸得福,获得隐藏奖励 但是接下来的和灵宠服从性测试任务让白云琦傻眼了 “首先是原地转圈!” “然后是摸头舔手!” “最后是以坐骑形态出击!” ....... “师姐,你也不想你在大庭广众之下做服从性测试吧?” 本以为一次是意外,但一次接一次的被其他美少女吃下御灵丹,白云琦的心态发生了微妙的变化:这是御灵还是御人啊......送快递的穷屌丝楚风,为了借钱给母亲看病,无意中得到仙尊的衣钵传承,从此开始了不一样的人生。 他法术救人,仙法御敌,战妖兽,平恶徒,不仅笑傲人间武道,更是登上了世界的巅峰,至高的神途。 生死看淡,不服就干。 没有什么是一顿打解决不了的,如果有,那就两顿。这是一本写李卫龙和他的妹妹李薇在一个战乱年代求生的故事“恭喜宿主抽到物品绿巨人血清。” 我踏马,这个牛背啊,作为漫威十年老粉,对绿巨人可谓是极其深刻,尤其是那个回眸一笑,不由得就想起一张动图,让人不寒而栗。 坠崖盲童,竟然获得光明。全新身躯,天妖血脉。于这修仙界,快意恩仇。一场赌斗,天下九州做棋子
最新微信营销软件论坛 信息安全资质证书 问答营销的平台选择题 网站建设新闻 网络安全图片和文字 长沙网站空间 合肥网络营销外包公司 打开网站弹出窗口代码 网络安全系统对数据库 电商行业网络安全 意外的前世解析咨询【www.richdady.cn】 什么原因意外的前世修行【www.richdady.cn】 孩子厌学的环境影响咨询【www.richdady.cn】 儿子抑郁症的症状与诊断【www.richdady.cn】 冤亲债主的干扰影响【www.richdady.cn】 孩子学习不好的原因分析咨询【企鹅383550880】√转ihbwel 大龄剩女咨询【企鹅383550880】√转ihbwel 迟缓儿的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 解梦的梦境解析【www.richdady.cn】√转ihbwel 心理咨询与灵性指导咨询【σσЗ8З55О88О√转ihbwel 灵魂治疗与心理辅导【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子压力大的咨询技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 发育倒退的前世记忆咨询【σσЗ8З55О88О√转ihbwel 脑部不清晰可能是哪些疾病的表现威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 特殊学校的师资力量【www.richdady.cn】√转ihbwel 婴灵的超度与家庭和谐【www.richdady.cn】√转ihbwel 孩子压力大的教育建议咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 头脑混沌时如何提高注意力咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 婴灵、邪灵、祖灵咨询咨询【微:qq383550880 】√转ihbwel 亲子关系【www.richdady.cn】√转ihbwel 临沂网站 拐角型网站 网络安全实训报告 小米微信营销成功案例 cdn网络安全加固培训 俄罗斯 信息安全中心 网络安全威胁的分析 网络营销适合的年龄段 商贸网站建设 网站后台更新没有变化 企业网络安全案例分析 网络安全 湖南两会有那些网络安全小知识 湖北省信息安全等级 东莞外贸网站推广 拐角型网站 网站搭建和网站开发 更新网站的图片加不上水印 上海网站制作 绵阳营销策划 优帮云 网络营销网站规划建设 手机营销有哪些方式 一般公司为网络安全设置怎样的防火墙设计方案 互联网营销适合女生吗 南通营销网站建设 wap网站模板 深圳整合营销活动 什么是营销策略组合 信息安全风险管理介绍,-1 企业营销学 长沙网站空间 移动营销主要的优点 更新网站的图片加不上水印 信息安全软件提供商 网络安全 黑客 三元软营销 2g网络安全 医院信息系统的网络安全策略和管理的关系 营销学课程 网络安全 安恒 网站设计规划书 广东营销网站建设服务 企业网络与信息安全 临沂网站 网络安全威胁报告2016 经典网络营销案例分析 网络安全局长 2012信息安全事件 信息安全国赛 南京定制网站建设 家电行业 营销方案 长沙网站空间 计算机网络信息安全技术,-1 信息技术安全技术信息安全事件管理指南 信息安全软件提供商 网络安全防护项目技术方案 微网站案例 广东做网站策划 网络安全信息收集 医院信息系统的网络安全策略和管理的关系 怎样创建旅游网站 上海网网站建设闭环营销 客户服务 信息安全是什么系 移动营销主要的优点 经典网络营销案例分析 营销学课程 网络安全信息化小组庄 别人不相信网络营销 更新网站的图片加不上水印 南京网站制作 建设响应式网站有哪些好处 深圳整合营销活动 电商行业网络安全 移动营销的优点 网络安全 安恒 网站建设前期资料提供 定制网站多少钱 网络安全接入控制 落地页网站 金融网站开发 信息安全 管理需求 技术需求 信息安全软件提供商 网络与信息安全实验教程 网站建设 php 一般公司为网络安全设置怎样的防火墙设计方案 网站建设服务商 信息安全 管理需求 技术需求 定制网站多少钱 网络营销是谁提出来的 合肥网络营销外包公司 网络安全防护项目技术方案 南京网站制作 企业网站的维护 营销辅助类 网站后台更新没有变化 网络安全局长 网络安全信息收集 南京网络安全赛 郑州网站建设案例 网络安全接入控制 南京定制网站建设 注册网站网 合肥网络营销外包公司 利用网络新段子营销 企业网络安全案例分析 整合营销公司 深圳整合营销活动 营销公司新媒体运营 初级信息安全保障系统 网络安全文明网络 网站建设 php 广州广告网络营销公司 网信办网络安全技术局 商贸网站建设 企业网络营销策划论文 网络安全局长 信息安全等同于网络安全,-1 正合营销 南通营销网站建设 信息安全专业 中企动力官网网站 2g网络安全 经典网络营销案例分析 利用网络新段子营销 信息技术安全技术信息安全事件管理指南 落地页网站 facebook 病毒式 营销 经典网络营销案例分析 小米微信营销成功案例 互联网营销适合女生吗 网络交易中的信息安全 小米微信营销成功案例 国际网络安全标志 网信办网络安全技术局 数据安全与网络安全 打开网站弹出窗口代码