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美团内营销深圳整合营销推广策略信息安全等级保护攻略小奴隶张小六,大名张青山,因为一次选拔,被挑中去修仙门派中选拔,从此开始了一条崎岖坎坷又九死一生的修仙之路,平行世界恐怖游戏降临,全人类笼罩在阴霾之中,苏毅穿越平行大陆,召唤九大鬼王,狂推各类副本。 笔仙:苏毅真的狗,跟几只鬼王把我通灵出来,笔被他折断,换成了电笔。 贞子:我正从电视往外爬呢,苏毅的鬼王就把我电给拔了,卡在电视当间不说,愣生生扯着头发将我拽了出来。 湘西铜甲尸:苏毅非说我身上的是古董,把我铜甲扒了,要上交国家! 苏毅通关了副本榜所有高难度副本,自此副本里的鬼物抱团取暖。 “坚持下来,活下去!”悠邃的宇宙深空中,埋藏着数之不尽的惊天密藏和骇人秘闻。 自古老深渊中苏醒的机械种族,自太阳中归来的战斗民族,他们从沉眠中苏醒意欲何为? 栖息在岁月长河上的吞星巨兽,能够实现一切愿望的许愿之龙,它们为何要借他人之手才能苟活于世? 黄金时代的诡异覆灭,光与暗横跨亿万载岁月的斗争角逐,究竟是谁在暗中推波助澜? 这一切的谜题……都和连冲没有半毛钱关系,此刻的他,只想知道是谁掏空了他的冰箱,还吃光了他半年份的口粮!!! ———— 本书为高武世界,机械飞升、异能化神、修真成仙、魔法证道……诸方大道皆可成神! 在这个钱财纵横的时代,没有钱你什么也不是,但是我史上最强富二代…… 美女成群,家族底厚。你跟我比!呵呵……剑未妥,江湖早,纵使不懂,也不默,少年啊,不归呀,吾辈皆是英雄! 鸟惊忽现白马,飘飘锦衣落梨花,少年呀,归来呀,千年谁复重生?一剑动京华!非典型的轻玄幻武侠载体。素不相识的两人,共同走入面对血狱幽冥傀儡的故事中,历经九洲大地,看遍风起云涌,知天下疾苦,晓人间冷暖,从出西秦始,至返蜀中止,在神州大地划了个大圈,圈尽世间百态。真红之血的互相共融,相识,相助,相知,相爱,志向共同的江湖儿女,同行,同心,同德,同力,共同营造出了一个激荡写意的家国江湖。他,一个自称为“弃儿”的少年 有着怎样的烦恼,迫使着他学习老庄 有些怎样的魅力,让几大美女环绕 他们的爱,是爱着别人,还是爱着自己 他们等待着的是怎样的结果 大智若愚的背后隐藏着怎样的命运 是真的疯了,还是真的命运作祟 请您揭开第一页开始认证 夺我灵脉,无妨!炼体也能成就有史以来最强卷轴师!男主灵脉被夺后巧遇神殿遗址,获得传承神力洗礼,神纹加持。捕获上古神虫。从无法修炼灵气的废材逆袭成为最强卷轴师,最后肉身成圣、武破虚空,来到神界找寻旧神陨落的原因,参与擂台神战,与新神平分天下!在第二次宇宙混战后,赵国朝廷内部的权力格局也发生了变化:陈滨海作为内阁首辅成为了朝廷里的首席大臣,他和其他六部尚书们利用手里的权利疯狂搜刮宇宙的财富,而军部和东厂却相继衰落。但伴随着赵国经济的不断发展,赵国的军部和东厂两部门相继崛起在帝国内部形成了三级鼎立的势头,与此同时皇帝也逐步成为皇朝的最大的王牌、故事主要讲述一个底层小兵从三国乱世中跟随曹操四处征战,与三国众多名将交手,渐渐成长为一员能够独当一面的大将。在乱世征战中主角对以后的出路慢慢产生疑问,更倾向于刘备阵营,在忠诚与背叛中,陷入挣扎与纠结。
2017北京信息安全峰会 网络营销公司培训 网站开发流程 网站后台更新 前台不显示 医院要怎样营销方案 北京信息安全行业协会 网络安全的相关资料 网络安全预警平台 信工所信息安全,-1 中国国家信息安全漏洞营销团队的介绍 特殊学校的环境影响【www.richdady.cn】 家庭关系的改善方法咨询【www.richdady.cn】 事业不顺的前世因果【www.richdady.cn】 孩子不爱读书的应对策略有哪些?【www.richdady.cn】 前世缘份的故事如何改变命运?【www.richdady.cn】 家宅磁场的检测工具【企鹅383550880】√转ihbwel 前世今生的故事有哪些案例?【σσЗ8З55О88О√转ihbwel 冤亲债主干扰的化解方法有哪些?【微:qq383550880 】√转ihbwel 自闭症的治疗方法咨询【微:qq383550880 】√转ihbwel 家庭关系的前世记忆【企鹅383550880】√转ihbwel 特殊学校的前世因果【www.richdady.cn】√转ihbwel 精神不振的原因分析咨询【www.richdady.cn】√转ihbwel 阴间生活的前世记忆咨询【微:qq383550880 】√转ihbwel 去世的父亲的影响分析【www.richdady.cn】√转ihbwel 家宅磁场对居住者的影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 邪灵的防范方法咨询【www.richdady.cn】√转ihbwel 冤亲债主干扰对生活有哪些影响?咨询【企鹅383550880】√转ihbwel 头脑混沌的自我提升【微:qq383550880 】√转ihbwel 什么原因意外的心理调适【微:qq383550880 】√转ihbwel 官司的案例分享【σσЗ8З55О88О√转ihbwel 常见网络安全威胁 欧美风格网站设计 成都电子网络安全管理公司 会员营销的案例 重庆网络安全周 天津高端网站建设 企业营销型网站案例 信工所信息安全,-1 网站制作字体商洛网站建设 无线网络安全实例 想自己建个网站 asp.net 网站连接sql server2012 2014中国网络安全大会 互联网营销精髓 网络安全历史 网络安全训练 国家信息安全检测中心 欧美风格网站设计 大连建网站 公司信息安全 系统 网络安全的相关资料 网站建设公司价格 天津高端网站建设 深圳市能士信息安全有限公司 信息安全等级保护的测评工作中应如何规范行为规避风险 无线网络安全实例 解决大学生网络安全 东莞网站优化 深圳整合营销推广策略 医院要怎样营销方案 深圳官方网站制作 php信息安全竞赛 网站营售 网络与信息安全技术pdf下载 计算机网络安全认证技术包括数据加密技术和网络安全传输技术 广州南方信息安全产业基地有限公司 网络安全的相关资料 天津交通信息安全网 外贸网站优化 网络安全攻防入门与进阶 课程培训营销 衡水企业网站设计 上海专业网站设计 大良营销网站建设价格 我国服装企业网络品牌的营销策略分析——基于凡客诚品品牌案例分析 开发网站用什么语言 广州南方信息安全产业基地有限公司 成都电子网络安全管理公司 网络营销平台 定价 成功英语网站 网络安全管理需要什么 网站后台更新 前台不显示 网络信息安全 ppt 2016信息安全报告公共无线网络安全 网银 企业无线网络安全 重庆网络安全周 营销方式与营销策略 黑客攻击和网络安全的关系 哪里的搜索整合营销 解决大学生网络安全 有关网络安全的文章 关于网络营销策略 网络安全攻防入门与进阶 深圳官方网站制作 家用网络安全 常见网络安全威胁 网站设计作业 全球著名网络安全事件 如何为维护网络安全做贡献 南川网站制作 网址制作网站 企业公司网站 北京 南京网站设计 想自己建个网站 杭州 网站建设公司 中山企业网站建设方案 北京信息安全行业协会 网站开发团队人员 网络安全的相关资料 徐州市信息安全等级保护工作领导小组办公室 全球著名网络安全事件 中国信息安全测评中心官网 无线网络安全实例 什么是网络营销 深圳企业网站公司 桐城网站建设 网络与信息安全技术pdf下载 企业网络安全监控 关于网络营销策略 深圳企业网站公司 会员营销的案例 外卖营销方式 2017信息安全缺人 会员营销的案例 网络安全法律服务 上海交通大学教授谈网络安全 营销要素 网站制作公司哪个好 网站建设渠道合作 珠海企业网站制作费用 泉州网站建设 国家信息安全工程技术研究中心官网 大连建网站 html5网站 沈阳做网站 大石桥网站 深圳市能士信息安全有限公司 学网络安全 深圳官方网站制作 信息安全的威胁 深圳整合营销推广策略 东莞网站优化 珠海企业网站制作费用 中国网络与信息安全大会 模板网站更改 北京网站开发建设 小型企业网站建设的背景 天津网站制作公司 网站营售 营销方式与营销策略 网络营销网站 功能 小型企业网站建设的背景 asp.net 网站连接sql server2012 南京网站设计 php信息安全竞赛 asp.net 网站连接sql server2012 网络营销公司培训 深圳市能士信息安全有限公司 计算机网络安全认证技术包括数据加密技术和网络安全传输技术 网络安全法律服务 南川网站制作 信息技术与信息安全快速播放 中国国家信息安全漏洞营销团队的介绍 佛山网站设计公司 解决大学生网络安全