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
中国信息安全风险国家网络信息安全网网络与信息安全提醒国家网络与信息安全中心国家网络安全管理法规如何用搜索引擎营销网站建设技术深圳网站设计 建设元南山的网站建设公司手机企业网站设计展示型网站解决方案他喜欢在杀人之后擦拭自己的剑,有时候他就是没有杀人也会擦拭自己的剑,他喜欢见到漂亮的姑娘就问人家有没有相公,他喜欢让战败的人在他的面前跳舞,他喜欢一个人提着酒壶躺在房顶........ 神师林枫遭弟子偷袭,机缘巧合重生回到高中时代。 修通天修为,掌无上仙法。 这一世,我林枫定要让那些曾经欺负过自己的人付出代价! 贺宏己是一名十九岁的大学生,三观正,爱国家,家境富有,但是钱财来源多是他那唯利是图的父亲收敛来的不义之财,曾被贺宏己多次匿名举报。 有一天一个女孩告诉他父亲,如果再行不义之事,报应将会降临在你的后代之身,果不其然,在贺宏己的父亲想要挖掉英烈之墓建造房产时,贺宏己便意外坠楼了,这一切贺宏己都不知道是如何发生的。 在坠楼的一瞬间,贺宏己来到了一片空白的空间内,他遇到了一个穿着绿裙子的女孩,这个女孩改变了贺宏己的一生,她给予了贺宏己特殊的能力,把他带到了武工队传奇的世界里。 平平淡淡的日子永远不会到来吗? 这个世界会有不可思议的事情发生吗? 我到底要以怎样的方式去活着,他们到底是人还是“鬼”在一个偶然的机遇下,云雾生认识了一个神秘杠爷(盗墓贼),使他这个本是天煞孤星命的人,在东鲁巫师墓中得到三部天书中的“人”字部天书,从而走上了一条惊险刺激的逆天改命之路。贵南鬼母地宫中的地下民族;神秘的藏地第一代赞普(藏王)的神墓;大沙漠魔鬼城下诡异的地下古城;昆仑山上远古时代的天域之城。都留下了他的足迹,在历经无数的艰难险阻之后,他和他的伙伴们终于找到了,天、地、人三部远古时代遗留下来的的天书。更是赢得了人生中真正的幸福。无数的惊险与刺激尽在此书…… 狂妄野心家,欲在地球上称霸挑起世界大战,银河系几个有人类的星球统治者,贪婪地球美,虎视眈眈要占领,刮起战争风云。奇异事件层出不穷,形形色色的怪异人物,扑朔迷离的各种阴谋频频出现。璀璨星空风云变幻,弄得地球千疮百孔,银河系文明一片混乱。 天降大任绝代双雄,千锤百炼成“圣”,抗起正义的大旗,战胜邪恶,重新建立了银河系文明。 他本是虚夷之境人人景仰的尊圣,连仙帝都畏惧三分,在苍穹之巅上缥缈度日,虽为神,却终日郁郁寡欢,无人知晓他的感受,但他又是这世间必不可少的存在。千百年的时光,终将消磨掉他的信念。于是,他便就此陨落,虚夷之境也再无一位至尊。 后天,先天,宗师,大宗师,圣人,尊神,尊圣 (初境,小成,中境,大成,圆满 )武域迎来大劫,邪恶之族入侵各界,相传唯有神域之主才可拯救苍生。一个未来的地球华夏人,无缘无故穿越到异世大陆,面对着妖、魔、鬼、怪横行的灵界,人族界王的无故消失,各个组织与势力的不怀好意,他又该何去何从。五年前,一心沉迷于武侠梦与仙游的他,高考名落孙山,一次与少林的邂逅,成就了五年后身怀绝技的少林俗家弟子,在这个现代文明的暗黑江湖,他身怀绝技,更也柔情似水,怀揣着武侠梦,收服恶势力,成就小人物的一番霸业。暗黑世界,儿女柔情,铁汉硬血,看混世小武僧如何成就雄霸伟业。
网页营销qq 网站制作优化济南网站建设 网络推广 信息与网络安全问题 宁夏做网站 信息安全实验室,-1 深圳网站设计 建设元 国家网络安全管理法规 乌鲁木齐网站设计 广州购物商城网站开发 网站制作的收费 大龄剩女的前世记忆咨询【www.richdady.cn】 孩子学习不好的案例分享【www.richdady.cn】 儿子抑郁症的康复训练咨询【www.richdady.cn】 耳鸣的咨询技巧【www.richdady.cn】 家宅磁场的检测工具咨询【www.richdady.cn】 暗恋的前世因果咨询【微:qq383550880 】√转ihbwel 性压抑的前世因果咨询【www.richdady.cn】√转ihbwel 前世老公【微:qq383550880 】√转ihbwel 与老公前世的前世解析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何改善亲子关系?咨询【www.richdady.cn】√转ihbwel 祖灵的存在形式咨询【企鹅383550880】√转ihbwel 公司破产的原因分析咨询【微:qq383550880 】√转ihbwel 不爱读书的咨询技巧【σσЗ8З55О88О√转ihbwel 什么原因意外的原因分析【σσЗ8З55О88О√转ihbwel 不爱读书咨询【企鹅383550880】√转ihbwel 大龄剩女的改运方法咨询【微:qq383550880 】√转ihbwel 财运不佳的原因分析【企鹅383550880】√转ihbwel 强迫症的治疗方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婚姻生活不顺的前世记忆咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心慌胸闷头晕的心理调适咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 乌鲁木齐网站设计 绍兴网站建设公司 国家网络安全要求 网络安全问题产生的原因 动易pe2006网站网页可以访问但后台进不去也没有提示 优优营销软件站 信息安全监管 nike传统营销的案例 南京营销型网站 家居企业网站建设平台 上海网站推广 许可email营销有哪些 中国信息安全风险国家网络信息安全网 2016网络安全大事记 网站知识 网络安全实验室wp 中国信息安全管理机构,-1 网站制作的收费 败笔网络安全技术 上海 互联网营销网店营销最基本的模块 德州网站建设 2014信息安全会议 国家网络安全管理法规 天融信网络安全审计 网络安全百科 南山的网站建设公司 自己站网站 手机企业网站设计 信息安全服务资质证书 级别 如何用搜索引擎营销 陕西信息安全产业基地 网络安全专用虚拟机 信息安全外部威胁 关于信息安全的图片 信息安全等级保护测评师考试 网络安全涉密事件 深圳网站设计 建设元 重庆有哪些营销公司 网站优化吧 网站设计技术 重庆九龙坡营销型网站建设公司推荐 网站优化吧 银行信息安全等级保护,-1 官网营销 主要营销方式有哪些方面 石家庄专业模板网站制作价格 网络营销公司 浙江 苏州企业网站建设 网络安全技术 网站整合营销 代运营网站 互联网 和 网络营销 邢台网站制作有哪些 信息与网络安全问题 网站内容维护 北京市网络安全检测 网站组网图 网页营销qq 整合营销的广告 网站内容建设 科站网站 微信小程序与网络营销 甘肃网络安全等级保护网 信息安全实验室,-1 城市网络安全服务器 德州网站建设 网站单子 沈阳市网站设计公司大全 用html5做的网站 城市网络安全服务器 网站建设推广 手机网站建设的趋势 南京营销型网站 网站建设推广 支付宝营销策划案例 网站转换率 2012国家信息安全专项 银行信息安全等级保护,-1 乌鲁木齐网站设计 信息安全外部威胁 信息安全等级保护测评师考试 网络安全服务 网络安全实验室wp 高端的佛山网站建设 计算机网络安全心得体会 营销搜测 太原网站建设dweb 信息安全和信息管理 官网营销 郑州好的网站设计公司 国家网络与信息安全中心 网站域名组成 许可email营销有哪些 学网络营销有啥用 信息安全评测报告 微博的营销方式 票务网站建设 科站网站 败笔网络安全技术 ccid 2010-2011年中国信息安全产品市场研究年度报告 信息网络安全包括 票务网站建设 全网整合营销公司 代运营网站 衡水企业做网站 2016网络安全大事记 上海 互联网营销网店营销最基本的模块 北京企业网站开发多少钱 ipad怎么制作网站 支付宝营销策划案例 营销员之家 厦门网站建设要多少钱海军工程大学信息安全 网络营销成本核算 珠宝内容营销案例 网络软营销 信息安全趋势考试 网站设计技术 网络安全问题产生的原因 网站建设都 包括哪些 flash网站设计 优优营销软件站 公司网站制作 步骤 免费作图网站 nike传统营销的案例 信息安全 运行标准 信息安全服务资质证书 级别 家居企业网站建设平台 网站制作的收费 广州产品营销公司 网络营销一般学多久 台州哪里做网站 上海网站推广 wifi信息安全检测报告 珠宝内容营销案例 德州网站建设