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
高端网站建设搭建关于营销的网江苏网络信息安全协会天津电商网站制作微博营销中山网站推广个人网站制作福田的网站建设公司信息安全行业标准有经验的宁波网站建设聊城网站优化修炼界流传着只要跟沈于安成为朋友便会被他给带歪。 只因他满口的歪道理,而你会在不知不觉间认同他的道理,甚至是对他所说出的每一个道理都近乎于疯狂的崇拜,病态的崇拜。 他的歪道理甚至是能够帮助他人顿悟。 直到有一天沈于安告诉世人其实不需要苦修就能提升修为,这让人一听不就是妥妥的歪理吗? 众修士:“不苦修怎能提升修为?” 沈于安:“那你们用过我研究出来的道具没?” 众修士:“什么玩意?” 沈于安:“都是一群土鳖。” 众修士:??(◣д◢)?? 本书又叫:(思想不端正,歪理来矫正) 本书又叫:(本公子有一口流利的歪道理) 本书又叫:(沈大公子的歪道理满天飞) 本书又叫:(我的歪道理是用来引导人的) 本书又叫:(异界大哲学家,大道具师) 本书又叫:(唯我沈大公子的歪理能通神)后金铁骑灭宋,历史拐弯进入刘氏文朝。文昭帝五十二年,内忧外患,左相专权当道,宗室萧墙。腐朽将倾,灭国亡种露端倪。 懦弱书呆子杨继业在荆蛮楚地意外转性,文武并行,带领蛮族军一路前行。破山贼、剿倭寇、东控海贸、北撼蒙匈;内权肃奸、强兵兴武,皇权进村,国富民安,成就权相伟业,华夏一族登临世界之巅。 架空历史+商战+官场+战争+崛起三年前,他家道衰落,被迫退婚! 三年后,他功成名就,强势归来! 作为战神,为了龙国安宁,他选择放下昔日仇恨;可让他没有想到的是,同袍竟利欲熏心,与仇人结盟谋害自己! 所幸天无绝人之路,林天权大难不死! 三年前,他能成就一方战神,三年后,他依旧能以天人之姿,让那些陷害自己的人,付出百倍、千倍代价!别人穿越都是封侯拜相,为啥我穿越过来就只有半个小时的命? 还好有系统送了100亿两黄金! 花1两黄金就得1分钟寿命?这买卖划得来啊! 有什么事情,是用金元宝解决不了的? 1个金元宝解决不了,那就用100个、1000个! 一个落魄书生,靠着黄金开道,称霸天下的故事!星际时代,随着科技水平停滞不前,人类在与万族的争锋中遭遇大败。 内忧外患之际,有人通过一款直播节目,惊奇的发现,在流放重刑犯的星球中,竟然出现一个叫易辰的绝世天才。 他自创一门修炼方式,创造出了一套又一套不断颠覆人类各行各业,甚至能让人类寿命提升,进化成高等人类的功法。 为了能够偷学易辰创造的功法,全人类不惜代价,三十六计轮番上阵。 为了阻止人类进化成更强大的种族,万族和万族培养的内奸,也是手段用尽,千方百计的阻扰易辰创造出更强大的功法。 易辰,成为宇宙大战的风暴中心。 谁也没有想到,无论是偷师,还是成为易辰的绊脚石,都是需要付出代价的……父母神秘失踪,只留下四样东西: 1封信、1万块钱、1枚扳指,1瓶老酒。 “小烨:18岁前,不许喝酒,不许找我们。” 今晚过后,苏烨就满18岁了。 喝不喝那瓶酒呢? 喝了之后将会发生什么? 这是苏烨面临的两个问题!看破风云,风起云涌,修真者被害穿越到武侠世界,众美女如云,长相思伴,看他如何踏破 虚空,称霸武林,独领风骚 。奇幻人设+科幻世界会碰撞出怎样的火花?源自近来比较火的一个创意——串烧,背景直接取自笔人从前的作品,延续了近几年的某个游戏世界观,无界限,勿喷。林洛在上班回家途中被异界召唤系统砸中所穿越的故事。一户人家二百年的风风雨雨
织梦网站图片代码网站推广优化 电商营销课程培训课程 网络安全方案 中山网站推广 国内主要网络信息安全产品分类及厂家大全 2017重大网络安全事件 信息安全等级保护 ppt 你对网络营销的例子 烟台网站设计公司推荐 网络营销出来有用没 官司的解决方法【www.richdady.cn】 不爱读书的解决方法【www.richdady.cn】 纠纷的前世因果【www.richdady.cn】 灵性提升课程【www.richdady.cn】 头脑混沌的生活习惯咨询【www.richdady.cn】 解梦咨询【www.richdady.cn】√转ihbwel 有官司的原因分析咨询【微:qq383550880 】√转ihbwel 去世的母亲的前世修行咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 阴间生活的前世缘分咨询【www.richdady.cn】√转ihbwel 老公家暴咨询【企鹅383550880】√转ihbwel 纠纷的案例分享【企鹅383550880】√转ihbwel 不爱读书的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 化解外灵的专业手段咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 外灵的种类【σσЗ8З55О88О√转ihbwel 学习成绩差的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子厌学的环境影响咨询【www.richdady.cn】√转ihbwel 家庭关系的心理调适方法有哪些?【www.richdady.cn】√转ihbwel 情感心理咨询在线咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的故事有哪些案例?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 学习成绩差的心理调适【www.richdady.cn】√转ihbwel 网络信息安全委员会 网络营销媒体包括 珠海企业集团网站建设 公众号营销有哪些策略 龙岗网站推广 成都三道企业营销 电商营销课程培训课程 来个网站 第三方营销平台的发展趋势 广东做网站 成都网站建设公司 网络安全检测 众筹网站建设 福州微信营销 国内主要网络信息安全产品分类及厂家大全 青岛网站制作公司 2015汽车信息安全报 营销邮件免费模板下载 巴中网站建设 搜索引擎营销好处 门户网站做 2013年国内外发生的网络安全事件统计 天津电商网站制作 阿拉丁微营销 西安信息安全培训机构信息安全师等级 宁夏网站建设 python. 信息安全 搜索引擎营销好处 网站建设公司 校园网站 哇哈哈营销环境分析 大良网站建设价格 网站制作 广州 网络安全教育局大赛 为什么网站生成后不显示 北京高级网站建设 北京 网站设计 无纸化营销 地产平台网站模板 营销型网站建设哪里有 重庆专业网络营销公司 有经验的宁波网站建设 成都做网站公司 来个网站 创新的商城网站建设 网站怎么做内容 营销邮件免费模板下载 网络信息安全委员会 合肥整合营销平台 福田的网站建设公司 利用微博营销 经典网站设计 国内主要网络信息安全产品分类及厂家大全 信息安全学院笔试 网络安全教育局大赛 电商网站多少钱 微博营销 外贸网络营销主要营销方式 营销投稿 景区网络营销的方式 网络安全法的内容 营销投稿 经典网站设计 品牌网站建设公司 聊城网站优化 宣传型网站 信息安全评价指标,-1中国信息安全测评中心属于 营销社会环境分析 网站功能及报价 长春给企业做网站的公司 烟台网站设计公司推荐 2015-2017信息安全相关 网站建设公司官方网站 网站设计模版 网络安全实施指南 网站空间申请 如何认知网络营销 网络安全检测 企业一站式营销 网络营销媒体包括 网站-网站建设定制 国家网络信息安全委员会 优秀网站欣赏 国安网络安全法 信息安全技术云操作系统安全检验要求 合肥整合营销平台 做信息安全的单位江苏 临沂网站维护公司 网站开发合同 信息安全技术云操作系统安全检验要求 赤峰建网站 地产平台网站模板 互联网营销是做什么的 赤峰建网站 信息安全cip 信息安全应用技术,-1 cdn与网络安全 网站建设公司 校园网站 公众号营销有哪些策略 商务网站建设公司 医院信息安全解决方案 北京网站建设有限公司 网络安全法的内容 医院网站建设方案 福州微信营销 网络信息安全委员会 营销职能 营销邮件免费模板下载 python. 信息安全 营销职能 网站功能及报价 优秀网站欣赏 河北邢台wap网站建设 北京 网站设计 搜索引擎营销好处 网站的目的 成都网站建设公司 网站建设公司 校园网站 大良网站建设价格 微网站营销 设计新颖的网站建站 品牌网站建设公司 信息安全学院笔试 庆阳网站建设 利用微博营销 国家信息安全监管部门 自助外贸英文网站建设 无纸化营销 来个网站 2015-2017信息安全相关 免费婚庆网站模板 怎么学习网络安全 中山网站推广 营销主要营销 教育信息安全等级保护测评中心 云平台的运维与管理 ppt 地产平台网站模板