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
微博网络营销的例子关于检查网络安全的app山西网站制作公司哪家好北京网诺信息安全技术有限公司北海做网站网站目的整合营销?V告信息安全 安全维保社交网络营销武汉网站制作 app开发高二的时候学校校花莫名其妙的说我是她对象,害的我被学校大哥给盯上了…… 有一种孤独是,心心念念着一个人,却没有她的联系方式,如果最后是你啊,晚一点没关系。我叫路森尧,我的故事 从高二开始。身为一个反派,我将决定每个宇宙的生命星球的去留,我却干着正角的事情,哪去说理啊刘阳重生到平行世界,惊奇发现回到了08年老特拉福德的球场。 就在这个时候,自己所在的红魔正遭受维冈队有史以来最顽强地阻击。 对方后卫更是用恶意飞铲划伤了我方前锋。 维冈主教练气焰嚣张地在佛爵爷面前叫嚣。 “拥有巨星C罗和鲁尼又怎么样!被女王加封爵士又怎么样,还不是没办法!” 面对越来越近的比赛时间! 佛格森果断下令,换上刘阳。 刘阳不负众望,开启球王编辑器。 “完美的人球分过!三秒精准绝杀!” “我要裂开了,这是马拉多纳版本的彩虹过人吗?!” 一粒粒进球不断摧毁对手的心理防线! 从此红魔所向披靡!直指三冠王! 佛格森习惯性嚼了嚼口香糖:“夏国是一个人杰辈出的地方,刘阳必然也会成为一名闪耀的新星!” 温格教授震惊道:“怎么会?维冈十一人的铁桶方阵都换不来一个平局,那个刘阳是谁,快给我查!”“RIZ”部队旭东因公殉职,意外被阎王转生到了平行世界,在这个世界里,存在着一切,神魔、鬼怪,一切信奉强者为尊。转生后的旭东又会在这个弱肉强食的世界里如何生存。诸神的阴谋,还是另有所为?石小方是个很方正死板的人,说了不能妥协就是不能,说了不能少泡一个就是不能,一直以自己所能想到的各种无耻借口做着方正而死板的自己。但是现在的他很方,他只是个打算如方石一般横扫过人生这个终将有终点的大滑坡,怎么突然就告诉他,这个滑坡之下,是修真界这片汪洋大海呢? 俗世百年,我的钱呢?我的妞呢?我的七情六欲,你一片海就要我全丢了,去做你的定海神石?想得美呢吧老头子们!那一年,我与师父分道扬镳。从此,我走上迷途,四顾茫然…… 那一夜,我剑道初成,打开了一层层未知时空…… 在那无尽时空中,我理清了人生的来龙,也明白了人生的去脉…… 四方上下曰宇,古往今来曰宙。所谓时空宇宙,于常人而言,不过是一线时间流中的所有衍射空间,是绝对存在的; 然后,于修行人而言,真实的时空其实只是一种相对存在的物象罢了。 所谓剑道修行,即是以剑为载体,冲破时空的桎梏,返还无极道体。 免责声明:本文非本人亲历,非本人所写,非本人所想,纯粹扯淡,请理性看待。 他拥有令人艳羡的身世,他的的父亲是一国元首,而他的人生际遇却从没有受到过任何优待。 他拥有天生异能,他是传说中十二神石之首--“力量之源”的主人,但是这个异能却总在他需要时失灵。 他资质平平,没有一点武技和魔法的修为,却被上古邪灵看中,成为邪灵寄生体,变成了邪灵的傀儡。 他的梦想只是做一个普通人,但是命运总是跟他开玩笑,让一些不普通的事情跟他扯上关系,让他成为众人的焦点。 一个一心只想成为平凡人的他如何成就了他不平凡的一生,他的一生福兮?祸兮?武灵大陆,强者为尊,主角本以为有神秘老师相助会平步青云,踏上成为强者之路,但让他没成想到的是......世事一翻手,诗旧三折肱。 江湖多白雨,魂梦杂青灯。 都说世事无相,为何人要执着?得之,我幸,不得便是我命?叶枫若是没有历上世那彻骨痛苦,可能还真就做个闲人,一张琴,一壶酒,一溪云。可是这次他想做个强者,不为其他只为守护。 这是关于一个稳健的强者,守护身边人的故事。嗯,是的,很稳健~昆明,又叫春城,这是现在众人皆知的名字;但很少有人知道,这座约三万年前,即有人类生活的地区,就是古代佛经里经常提到的“膳戒城”。而更是鲜为人知的是,这座城市又叫龙穴。有龙穴的地方就有龙,有龙的地方就会有一个神秘而又古老的职业,那就是锁龙人。 而在民国时期,战乱不止妖孽横行,锁龙人在昆明一带活动频繁,大部分锁龙人降妖除魔的事都发生在这座城市之中,只是时间久远,不一定全是真事。我说你听,这是一个关于锁龙人的故事。
台州网站设计 解放路 建站视频教程全套 asp网站源码网页制作设计建设视频教程百度云 北京网诺信息安全技术有限公司 网络安全渗透技术培训班2015 营销型企业网站策划方案 常用的网络安全技术有哪些 网络安全案例视频 山西网站制作公司哪家好 好的数据库网站 广州做手机网站信息 人际关系不好的前世记忆【www.richdady.cn】 家庭关系的相处之道有哪些?咨询【www.richdady.cn】 什么原因意外的前世缘分【www.richdady.cn】 有官司的原因分析咨询【www.richdady.cn】 莫名其妙感伤的情感释放【www.richdady.cn】 心慌胸闷头晕的咨询技巧【www.richdady.cn】√转ihbwel 家庭关系的沟通技巧有哪些?咨询【微:qq383550880 】√转ihbwel 大龄剩女的婚恋困惑如何解决?【www.richdady.cn】√转ihbwel 如何发现前世缘份咨询【微:qq383550880 】√转ihbwel 不爱读书的咨询技巧咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女的婚姻建议咨询【www.richdady.cn】√转ihbwel 事业不顺的心态如何调整?咨询【σσЗ8З55О88О√转ihbwel 去世的母亲的影响分析咨询【σσЗ8З55О88О√转ihbwel 解梦咨询【www.richdady.cn】√转ihbwel 前世老婆的前世解析【σσЗ8З55О88О√转ihbwel 前世老婆的前世缘分【企鹅383550880】√转ihbwel 官司的心理调适咨询【企鹅383550880】√转ihbwel 冤亲债主干扰的超度方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 缺心眼的自我提升咨询【www.richdady.cn】√转ihbwel 微博营销的特点是什么意思 信息安全注册审核员 2016年网络安全大事件 医院网站建设 价格 设计公司网站 营销综合实践教学平台 手机网站设计机构 医院网站建设 价格 浙江网站设计公司电话 优质公司网站 计算机网络安全课程 e脉通网站 武汉做网站价格 电力行业信息安全第三测评实验室 通信信息安全优先级秩序:可用可靠完整 北京信息安全培训机构 武汉大学暑期信息安全 网站建设营销技巧 建个网站 网络安全等级测评要求 网络安全等级测评要求 微博网络营销的例子 信息安全竞赛 特色的佛山网站建设 免费网站推广 信息安全等级测评机构能力要求 北京网诺信息安全技术有限公司 中科大信息安全学院,-1 廊坊网站建设 炫酷的网站 网站红色 建站视频教程全套 asp网站源码网页制作设计建设视频教程百度云 廊坊网站建设 学校信息安全部 网络安全法 视频 mp4 大数据分析与信息安全 营销综合实践教学平台 网络安全法 视频 mp4 信息安全好的大学 网站制作多少钱资讯 石家庄移动端网站建设 广州做网站的 网站报价 珠海网站制作 特色的佛山网站建设 博客营销法 福清网站建设 微信营销软件推广 整合营销传播的作用 rsa信息安全大会网络安全取证 qq空间营销 网络安全渗透技术培训班2015 网络信息安全演讲稿 台州网站设计 解放路 税务系统信息安全 炫酷的网站 上海企业网站建设报价 医院网站建设 价格 北海做网站 全网营销云推广 医院网站建设 价格 qq空间营销 网站建设营销技巧 长春营销外包 已有域名 搭建网站 信息安全就业培训 达内网络营销有用嘛 武汉国际网络安全论坛 rsa2017信息安全大会 手机网站设计机构 网络安全实例分析 线上网站制作 设计公司网站 长春做网站电话 哪有那样的网站 沈阳建设公司网站 衡水高端网站建设 网络营销可以吗 广州做手机网站信息 达内网络营销有用嘛 武汉做网站价格 通信信息安全优先级秩序:可用可靠完整 "信息安全管理.iso,-1 2013网络安全事件 微信营销软件推广 上海企业网站建设报价 网络安全案例视频 咨询网站设计 2013网络安全事件 博客营销的弊端 网站制作多少钱资讯 网站有哪些内容 博客营销的弊端 被黑网站 济南网站制作公司报价 关于进一步推进中央企业信息安全等级保护工作的通知 湘西网站建设 税务系统信息安全 北京信息安全培训机构 xctf网络安全 陕西网络安全企业 昆明做企业网站多少钱 江苏省公安厅网络安全 好的数据库网站 网络安全监测手段 通讯网络营销. b2c商城网站 网站建设营销技巧 昆明建个网站哪家便宜直复营销最初形态是: 为企网站 蚌埠网站建设 中科大信息安全学院,-1 安徽网站推广 关于检查网络安全的app 重庆本地网络营销平台 网络安全等级测评要求 网络信息安全培训资料,-1 太仓做网站 网络安全的监管机构 整合营销?V告 网络安全等级测评要求 春秋网络安全 线上网站制作 建手机网站的平台 春秋网络安全 微博网络营销的例子 大连网络营销策划公司推荐 sns社区营销案例 被黑网站 信息安全注册审核员 企业营销服务展示 网络安全举办活动 国家信息安全测评 429网络安全日2017 已有域名 搭建网站