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
国家级网络安全事件2015信息安全事件信息安全市场 idc网络安全怎样辨别北大 信息安全 实验室互联网公司营销方案沈阳做企业网站的公司网站质作广州网站建设公司高端网站制作检测到宿主濒临死亡,启动最强反转系统,治疗宿主伤势,“警告,警告,宿主伤势太重,系统能量不够,转移伤势。”陈明头上身上的伤正在慢慢复原,全部伤势慢慢的转入陈明的特殊部位。“考虑到伤势太重,系统帮你自动保存起来。” 豪车豪宅,香车美女,看神豪精彩人生。竹女为了找到云纸,决定与鬼针草小矮人和蒲公英魔女一同前往黄皮朗玛峰。 一路上,她们遇到了各怀绝技的火龙星,玉米女巫,火柴小队。 她们还遇到了木偶部落的埋伏。 …… 最终竹女一队到达黄皮朗玛峰,而危险也向着他们悄悄靠近……逍遥江湖客,为世界和平努力故事讲述一个普通青年阿福,身患怪病,四处求医无果,为了康复他开始四处寻求偏方医治,在四处求医的过程中有很多奇遇让他大开眼界,并偶遇世外高人参悟出高级文明,一路披荆斩棘,血战各路魔神,修仙成功,最终封神的故事梦在现实中成真就不是梦,现实走到尽头都是黄粱一梦!这是一个从梦开始的故事!天玑星附体的农村小伙考上大学,从此开启了奇异的经历,爱恨情仇,一段奇异的修炼之路。 这部作品内容它是写的太古时期,太古人,凭借道之乾坤,竖立天云道界。先祖云羲一脉五代之后的事情。 秦汉时期铸剑之魂,传于世。宝剑之主,死为忠魂。此由,往古,剑道而来。琴剑楚歌在,人间自有泪!剑起连波,梅花错了一场宿命之缘,山河社稷图现世,皇之江山,琴剑共鸣——剑舞绝歌,天下呼! 第一卷:《剑气连波》 人与剑的传说自古时便有流传。 ——琴剑楚歌在,人间自有泪。 作者联系方式:QQ:849987572 拥有天赋【剑道通神】的孟凡,重生到修仙世界,成为蜀山剑派的剑阁守剑人。   触摸到“七星剑”,获得七星剑诀。   触摸到“镇妖剑”,获得斩妖剑意。   触摸到“伏羲剑”,获得伏羲神体。   ……   在剑阁守剑的这些年。   有出生卑微的乞丐,千辛万苦来剑阁求剑,经孟凡指点,修成名动天下的降龙尊者!   有皇朝公主来剑阁撒野,经过孟凡的调教,成为当世女帝!   有魔道魔子前来剑阁盗剑,被孟凡教训后怀恨在心,欲有朝一日寻孟凡报仇!   有佛门弃徒到剑阁养剑,一朝顿悟,半魔半佛,成就当世唯一一尊魔佛!   ……   八十年后,妖魔入侵,锁妖塔坍塌,蜀山大乱!   早已修成陆地剑仙的孟凡,缓缓走出剑阁。   “我有一剑,可降妖,除魔,诛仙,斩神,灭佛,通天,彻地!”萧凡因被人害死意外穿梭异界大陆,无意间打开了屠龙变强系统,从此走上了神挡杀神佛挡杀佛的屠龙道路,走向人生巅峰。高武世界,人妖并立,人族式微,人奸横行,比妖兽更可怕的是人心,且看小人物罗文辉在逆境中成长,杀皇证道,成就人族守护神的故事。在海盐家雾城的两人,刘羽和柳青潇一直在调查小时候的灾难的实情,一次执行任务的途中,柳青潇失忆,智商也只是小孩的程度,却在找回记忆的途中发掘出了真相
禅城区建网站公司 2017网络信息安全形势 广州网站建设公司 营销群发器 石家庄制作网站推广 中国网络安全防护 胶州网站建设 高端网站制作 信息安全高校 网站的访问量 官司【www.richdady.cn】 不爱读书【www.richdady.cn】 冤亲债主干扰的前世因果咨询【www.richdady.cn】 升迁障碍的前世因果【www.richdady.cn】 事业不顺的案例分享咨询【www.richdady.cn】 学习成绩差的解决方法【微:qq383550880 】√转ihbwel 升迁障碍的原因分析【www.richdady.cn】√转ihbwel 去世的母亲的影响分析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵的前世今生【企鹅383550880】√转ihbwel 解梦的前世因果咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 意外的原因【www.richdady.cn】√转ihbwel 迟缓儿的症状与诊断【微:qq383550880 】√转ihbwel 前世缘份的轮回续缘【σσЗ8З55О88О√转ihbwel 去世的父亲的前世记忆【σσЗ8З55О88О√转ihbwel 升迁障碍的原因分析【微:qq383550880 】√转ihbwel 财运不佳的自我提升【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的修行建议咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老婆的前世影响咨询【σσЗ8З55О88О√转ihbwel 灵魂种子治疗【微:qq383550880 】√转ihbwel 官司的法律援助咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel h5网站开发 手机网站前 网络安全侦察 北大 信息安全 实验室 信息安全课程大纲 基于攻防对抗的网络安全动态评估方法 公司信息安全建议 营销型网站试运营调忧 神州网云 网络安全招聘 温江建网站 淘宝直播的营销手段 海尔电脑网络营销战略 国测信息安全实验室 徐汇微信手机网站制作 信息安全的人员管理包括 信息安全分级系统自查 网络营销的营销技巧 全国信息安全服务公司排行 上海整合网络营销 信息安全 框架 网站主色调简介 信息安全 行业新闻 信息安全等级保护论文,-1 网站与域名 章丘网站建设 x网站免费 沈阳整合营销怎么做 淮南网站建设 国际信息安全资讯 信息安全服务认证资质 国内信息安全问题 网络安全法中的网络一 信息安全课程大纲 银行信息安全案列,-1 网店营销策划公司 信息安全 行业新闻 顺德精品网站建设 绵阳网站建设 教育行业信息安全方案 北京做网站地方门户网站建设 如何用网络营销的方法有哪些方法有哪些特点 教育行业信息安全方案 教学营销 外贸营销公司 珠海企业集团网站建设 网站域名注册 手机微信一体网站建设 甘肃做网站哪家好 绵阳汽车网站制作 网络与信息安全系统工程师 开发商的饥饿营销 分析我国网络营销现状分析 昆明云南微网站建设 湖南高端网站制 山西做网站的企业 网站建设 甘肃 美橙网站维护 菏泽网站制作 微营销有什么特点 营销型网店美工教案 北京网站开发制作公司网络安全架构方案 基于攻防对抗的网络安全动态评估方法 杂志网站建设 网络安全怎样辨别 网站步骤 信息安全服务认证资质 昆明网站推广优化 客服营销方案 禅城区建网站公司 网站步骤 移动营销的形式 网络安全服务机构资质 手机网站前 移动营销的形式 企业建网站 国测信息安全实验室 伍佰亿官方网站 昆明云南微网站建设 网络公司营销策划方案 网络培训的网站建设 粉丝网站制作 网站-网站建设定制 石家庄制作网站推广 信息安全 框架 杂志网站建设 长沙做网站建设的 昆明网站制作 网站质作 二级域名网站价格 深圳建网站公司 番禺微网站建设 跨境电商网络营销教材 信息安全课程大纲 中国国际信息安全大会 众筹网站建设 网络安全与防范技术 信息安全高校 营销型网店美工教案 网络安全安全大会 中山网站推广 中国的网络安全威胁 信息安全高校 西安商城网站建设制作北京信息安全行业协会 金融信息安全研讨会 信息安全创业,-1 房地产型网站建设 公安局网络安全监察大队 昆明网站制作 北京网络营销师讲师 企业建网站 系统安全和信息安全 公司营销策划托管 广东省信息安全协调工作系统 南宁网站忧化 深圳高端电商网站建设者 非经营网络安全审计系统 1号店微信营销方案 沈阳做企业网站的公司 国网大营销 漯河做网站 顺德网站优化公司 有关网络安全的logo 网络营销宣传方案 信息安全市场 idc 医院网站建设方案 .网站建设的目标 从服务器复制文本粘贴到本机 信息安全 能查到么,-1 徐州网站 地产饥饿营销案例分析创新的商城网站建设 银行信息安全案列,-1 信息安全产业体系 南京网络安全类公司排名信息安全攻防实训系统 何德全 网络安全 信息安全的人员管理包括 网站域名注册