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
2017网络营销大会什么是信息安全管理如何开展网络社群营销网站轮换图网络营销经理工业控制网络安全态势莞城网站制作哈尔滨做平台网站平台公司昆明网站开发公司深圳做网站(官网)赤焰军江辰,功高震主,全军被灭,幸得开启九狱封魂禁界,掌太古体修之法,炼五行神通,携赤焰英灵怒火复仇归来! 太古体修,最强体修之法。 不靠天不靠地,独立于天地之外,天地死而我不死,天地灭而我不灭! 任你千般法术,万种神通,我只问一句,可撼我金身否?1227年,成吉思汗走了,主人翁来了。 练功,种田,开科技 傲视群雄扫四夷 想打就打,不服就干 弱鸡南宋,有我无敌这本书的背景设定,是基于我写的那本:真修仙男主为罪犯,躲避警察抓捕,及挑衅警察底线,后面改邪归正帮助警察逐步抓捕罪犯,可是最后他们才发现,黑暗社会早已遍布全球,无处不在了,但他们并没有放弃,开始了新一轮打击罪犯  李长生一觉醒来,成为了大明王朝菜市口的一名刽子手!   偏逢八百年大明朝妖魔横行,乾坤巨变之时,他发现自己斩杀死刑犯,可以获得各种的奖励!   望气术,养气术,占卜术,替死术,纸人术,敛息术,换脸术,傀儡术,医术,机关术……   上下几万年,漫漫仙道,无数魑魅魍魉一刀斩之,誓护我神州大地永世不衰!风来是开始,风过为结束。 风来静寂无声,风过举世皆知。 封林是一个在北京潘家园旧货市场开旧物店的小老板,一次在给店里的老房屋装修的机会,竟然在家里墙壁地下暗格发现一个密室,不太大的密室角落里有着一口上了锁的红色的木箱子,盒子打开后里面有着几样东西,一块巴掌大纯金的腰牌。 一本非常破旧的遁甲巫术古书, 还有着一本记录了很多秘事的明朝古书,还有一张残缺不全的地图,箱子里面藏着很多的秘密,让他知道了自己的家族竟然是一个传奇盗墓家族的后人 从古至今的家族秘密缓缓的被揭开,父亲的突然消失,也与此事有关,是为了寻找哪些传说中的东西。 自己兄弟的回归,退役特种兵赵雷,去追寻着父亲的脚步去寻找那传说中的古遗迹,不得不踏入那些恐怖之地。 入活人的禁区,与僵尸斗法,与活人斗智,有一张尸面的鬼狐仙,荒冢野坟墓里的媚女,害人的白皮千年老狸子,披着美女人皮的行尸走肉,几十年难得一见沉没在海里的幽灵鬼船。 一张残破不全的地图,一截刻满符文的龙骨,到底藏着什么秘密? 林辰用短短三百年时间,成为仙界最年轻的仙帝,却遭三大老牌仙帝联手围攻,同归于尽。 未曾想重生回到少年时的蓝星,这一世他将不再留有遗憾,有怨报怨,有仇报仇! 修仙之路也将更加势不可挡!一朝穿越成为不学无术、荒淫无度的纨绔太子。 为了重塑自己的形象,得经得住诱惑、耐得住寂寞。 面对手下宦官的谄媚,朝中大臣的冷眼,一众弟弟的虎视眈眈,朱永笑了。 有母后临终前给的九十九道免死金牌,根本不慌好吧。 我就当着你的面捅了你,你能咋地?学生党彭创,为万年难得一遇的中二病患者。虽然身为学渣,但是内心确是对现实极度的不满。一个下雨天,独自一个人跑到公园,面对倾盆大雨,他仰望着天空,大声吼道:“老天赐予我力量吧!”…… 平日里,他是众人眼中“自甘堕落的学渣渣”,而他的真实身份却是——妖怪的主子! 看他如何领导他的妖怪小子们干出一番大事业!
昆明网站开发公司 网上拍卖营销策略 网络信息安全介绍 大连网站设计公司排名 网站轮换图 陕西营销型手机网站建设 新媒体营销深圳 黑客入侵 网络信息安全 汽车网站案例网页设计 房地产 网站 设计制作 事业不顺的原因分析【www.richdady.cn】 外灵干扰【www.richdady.cn】 长尾词咨询【www.richdady.cn】 事业不顺的应对策略咨询【www.richdady.cn】 冤亲债主干扰的根源是什么?咨询【www.richdady.cn】 暗恋的咨询技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 忧郁症的改运方法【www.richdady.cn】√转ihbwel 升迁障碍的职场突破【www.richdady.cn】√转ihbwel 婴灵的常见案例咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 处理感情纠纷的方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的重逢故事【企鹅383550880】√转ihbwel 学习成绩差的原因分析【企鹅383550880】√转ihbwel 阴间生活的前世记忆【www.richdady.cn】√转ihbwel 大龄剩女的婚姻选择【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 投资项目的环境影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 投资项目的自我提升咨询【www.richdady.cn】√转ihbwel 不爱读书【企鹅383550880】√转ihbwel 祖灵与家运的关系咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 脑部不清晰可能是哪些疾病的表现咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 公司破产后的员工安置问题【σσЗ8З55О88О√转ihbwel 网站群系统 深圳专业网站制作公司排名 营销神器 互联网营销赚钱吗 广工信息安全 北京市网站公司网站 网站 体系 网络营销漏斗图 360杯第一届信息安全大赛 1、大型门户网站服务功能 商城网站建站程序 网络信息安全呀管理 常用的网络安全应急响应办法包括 哈尔滨网站设计 嘉兴的网站设计公司有哪些 网站群系统 网站群系统 深圳做网站的公司 生物网站建设 信息工程 信息安全 汽车网站案例网页设计 深圳专业网站制作公司排名 如何自己建网站 昆明网络营销策划 2017 网络安全生态峰会 超简单网站 移动营销的劣势 水利网络与信息安全体系建设基本技术要求 东莞 外贸网站 建站 重庆微博营销公司 如何开展网络社群营销 企业营销网数据中心信息安全系统 网站首页页面设计 网站建设仪器配置表 网站建设中 价格营销策略每日信息安全资讯 汽车网站案例网页设计 信息安全软件是什么 整合营销什么意思 广州网络安全技能大赛 腾风网络安全团队 房地产 网站 设计制作 互联网营销赚钱吗 信息安全专业教育部江西南昌网站定制 简述网络营销及特点是什么意思 购物网站推广 价格营销策略每日信息安全资讯 外贸网站模板 网络安全与攻防专业 网络营销的大公司 介绍几个成人网站 空间网络安全 网络安全检查 网络信息安全介绍 签约 武汉新艺博彩绘 网站建设项目_武汉网站建设公司首选纵横互联 龙华三网合一网站建设 徐州建网站 国家信息安全中心待遇 如何保证企业网络安全 网络安全应急 如何自己建网站 网络安全2017的大事件 网络安全 乌云 莱芜网站建设 空间网络安全 企业营销网数据中心信息安全系统 网络安全年 信息安全目的,-1 ui的含义网站建设 汕头网站推广 房地产 网站 设计制作 沈阳网站优化排名 如何进网站 网站开发与维护的内容 顺德网站设计 1、大型门户网站服务功能 营销神器 顺德网站设计 信息安全目的,-1 太原网络营销师培训 水利网络与信息安全体系建设基本技术要求 电商网站制作 广州网络安全技能大赛 网络信息安全呀管理 2017网络营销大会 网络协议与网络安全 网络营销的企业 如何建自己的个人网站 常用的网络安全应急响应办法包括 网站建设中 青岛做网站建设的公司 美国网络安全信息共享法案 外贸网站模板 深圳网站制作公司人才招聘 设计网站酷 嘉兴的网站设计公司有哪些 信息安全情报,-1 网络营销前景好么 昆山做网站 东莞 外贸网站 建站 网站群系统 网络安全的图片有哪些 网站开发与维护的内容 2017网络营销大会 如何开发手机网站 网站群系统 嘉兴 网站制作 徐州建网站 网站怎么弄 嘉兴 网站制作 移动营销的劣势 重庆微博营销公司 长沙市网站制作公司 内容营销工具有哪些内容 沈阳网站优化排名 首都信息安全网 网站的颜色 成都网站设计说明书 d:/网络信息安全研究 (1).pdf 黑龙江网站建设 大连网站设计公司排名 武汉网站建设公司 广州外贸网站信息 开网站公司 太原网络营销师培训 陕西营销型手机网站建设 营销案例分析 服装外贸网站建设 信息安全软件是什么 如何自己建网站 网站如何编辑 创客通营销手机有用吗 网络营销的前言 长沙市网站制作公司 武汉网站建设公司