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
信息安全新闻电信网络与信息安全开展网络安全nike网络营销案例信息安全 pdca全网整合营销解决方案网络营销启发网络营销的定义及分类网站整合营销中国国家信息安全漏洞库(cnnvd),-1在一个偶然的机遇下,云雾生认识了一个神秘杠爷(盗墓贼),使他这个本是天煞孤星命的人,在东鲁巫师墓中得到三部天书中的“人”字部天书,从而走上了一条惊险刺激的逆天改命之路。贵南鬼母地宫中的地下民族;神秘的藏地第一代赞普(藏王)的神墓;大沙漠魔鬼城下诡异的地下古城;昆仑山上远古时代的天域之城。都留下了他的足迹,在历经无数的艰难险阻之后,他和他的伙伴们终于找到了,天、地、人三部远古时代遗留下来的的天书。更是赢得了人生中真正的幸福。无数的惊险与刺激尽在此书…… 江城穿越平行世界,绑定神级科技系统,系统的触发条件是让他独自研发一项改变世界的发明。 于是他选择了可回收火箭,打造猎鹰九号升级版,在苦心研究五年之后,所有测试结果均为完美,成功率百分之九十五,一经上市,保守年收入五十亿。 为了拿到投资,他将自己的所有理念模型,包括他获得的荣誉电邮到了摩根银行,竟然真的得到了回信,并且对方愿意前来核验。 恰逢相亲走错桌,遇到年轻貌美的投行女大佬,没想到摩根银行的投资条件是让这项技术为M国专利,江城愤然拒绝。 摩根银行为此和媒体恶意渲染抹黑回收火箭技术不可能实现,想要毁掉江城。 关键时刻,看到一切的相亲女大佬林若溪在媒体面前支持江城,并且怒投十亿! 三个月后,当猎鹰九号升级版问世登上太空,并且成功返回之后,全世界都震惊了!这是一个悲伤的故事,宗教一度盛行。在县城的孩子们污染,病态的人格在传播。终于,鬼出世,没有任何疑问。悲的人生选择,是生是死隐匿,步步惊心,需要以今生不悔的勇气。具有看淡一切的品质。穿越平行世界,开局就被女星污蔑,沦为史上最强渣男。 结果开启搞事系统。 从系统开启的那一刻,就注定严谨是娱乐圈的一股泥石流。 面对媒体: “我说那不关我的事情你信吗?!” “真的,她说要蹭我的流量,所以……主动找我,我真是无辜的啊!” “你们不相信?我审美是在线的,就她那样的……我也瞧不上啊!” 凭借着自己的才华,他让网友又爱又恨。 甚至还被亲切的称之为——娱乐圈质检员!当你的世界,重新融入神秘。我们作为“生灵″的玩家能做些什么。试问,甄选的游戏又重新开始。亲情,友情,爱情。我们守得住那些,又守不出哪些。游戏已经开始。无法后退,无法结束,只能继续努力下去。捞尸人,黑金棺。 神秘的点金文化,埋藏着据说可以富可敌国的宝藏。 东南亚的降头师,苗疆的蛊术少女。 这一切,都和一座神庙有关,代表着人类的长生和永存。 两支考古队,万人玄门追求了二十年的秘密,都是一个局……张峰是一个大学生,还是良好市民,但是却进了监狱。 张峰想老老实实蹲个监狱,却学了武功还缓了刑。 张峰想复仇,却谈了个女朋友要结婚!我是一个混球;没人喜欢,没人关注的,混球 不知从何时开始,这个世界已不再是我们熟悉的世界,一个人与鬼物并存的时代已经到来。   在这里,人们永远无法知道危机会在何时何地出现,生存法则被大幅改写,每一秒都是与死神的博弈。在这里,亦不乏青春、活力与朝气,人与人在危难之时彼此相依,于困境之中相扶,书写着一个个感人至深的故事,完美地展现着人性中光辉的一面。 面对强大而邪恶的鬼物,人们究竟该以什么样的姿态去斗争?又是何种力量在支撑着人们,同鬼物斗智斗勇,在危机中孕育出新的希望?   一场福与祸、生与死、进与退的抉择,正式拉开序幕! 两年后,被军中战友称为“狂神屠灭者”传奇战神的特战兵王江晓如约归来,面对人事皆非的境况,该如何取舍,面对一步步浮出水面的暗黑真相,又该如何抉择! 世间的真爱该如何诠释,人间的正义又该如何解读。 孤儿江晓与独女简雯在一个城市读书,相恋四年,彼此深爱,毕业时江晓为追寻自己儿时便已植根内心深处的梦想做了一个让简雯无法理解也很难接受的决定,选择入伍。入伍临行前,两人定下两年之约。 两年后,成为特战兵王的江晓为两年之约离开了那片让他挥洒过无数血和汉承载着作为军人荣耀的火热军营。 回来后,却发现外面的世界已经不是自己认识的那个样子,简雯也变得如此陌生,所有的一切已人事皆非…… 不甘心的江晓不相信所看到的一切,化身“大侦探”的江晓随着调查的深入,一步步发现原来事情远没有自己想的那么简单…… 爱恨交织,黑白无道。 为守护爱和正义,江晓一步步走上了孤勇的战斗之路……
毕马威 网络安全法 搜索引擎营销顾问 信息安全的要素 怎么微博营销推广 信息安全漏洞产生的必要条件是: 网站移动站 网络安全红蓝对抗 百度知道营销回答规律 陕西信息安全产业基地 信息安全技术要点 家宅磁场的常见问题咨询【www.richdady.cn】 性压抑的心理调适【www.richdady.cn】 暗恋的情感表达咨询【www.richdady.cn】 家宅磁场的优化技巧【www.richdady.cn】 存不住钱的理财建议【www.richdady.cn】 特殊学校的教学方法【σσЗ8З55О88О√转ihbwel 前世缘份的重逢有什么迹象?咨询【σσЗ8З55О88О√转ihbwel 家庭关系的和谐之道【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世记忆恢复技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与男友前世的前世案例咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 强迫症的心理调适咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女的职场发展【www.richdady.cn】√转ihbwel 去世的父亲的前世故事咨询【微:qq383550880 】√转ihbwel 前世老公的前世案例咨询【企鹅383550880】√转ihbwel 孩子不爱读书的心理分析有哪些?咨询【企鹅383550880】√转ihbwel 磁场化解服务【σσЗ8З55О88О√转ihbwel 亲子关系中的沟通艺术咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主干扰【www.richdady.cn】√转ihbwel 公司破产的前世因果【www.richdady.cn】√转ihbwel 孩子不爱读书的阅读习惯威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 信息安全认证(cispcissp),-1 上海网站制作 公司 商城网络营销 信息安全 pdca 沂水做网站 江苏省网络安全和信息化 自建网站 免费网站建站 论网络营销 网络营销启发 网站整合营销 计算机网络安全 网络安全产业联盟章程 宝山北京网站建设 做网站技巧 营销竞争 公安 信息安全 网络安全涉密事件 网络安全网络探测实验室 信息安全技术要点 信息安全的应用技术 信息安全测评机构的资质认定主要有 公需 网络安全犯罪处罚 佛山网站制作公司 宁晋做网站 网络安全犯罪处罚 信息安全的应用技术 营销员之家 沈阳网站优化排名 网络安全月报 主要营销方式有哪些方面 滑动网站 百度知道营销回答规律 做一个营销型的网站多少钱 论网络营销 网络安全后立法时代 无锡知名网站制作 信息安全管理的原则 沈阳网站优化排名 信息安全认证(cispcissp),-1 网站群系统 网站建设的方式网络安全技术应用期刊 东莞做网站公司 app营销策划案例 国家信息安全服务等级资质 河南信息安全测评中心 感情营销案例 金融网站建设报价方案 信息安全大事件 东营网站设计 新建网站的缺点 黑龙江网站建设 上海外贸网站建设网络安全审计系统 网站群系统 网络营销的实践应用 网络安全招生 搜索引擎营销顾问 群营销方案 商城网络营销 中国信息安全体系 杭州网站建设设计公司哪家好 信息安全漏洞产生的必要条件是: 营销员之家 互联网信息安全规定 中国国家信息安全漏洞库(cnnvd),-1 怎样建网站 网络安全服务的功能 营销竞争 网络与信息安全等级保护 网络营销启发 营销型网站推广方式的论文 沂水做网站 上海高端网站开发公司 滕州网站优化 电信网络与信息安全 网络营销网站推广方法 群营销方案 网站和h5 网站设计模板免费建站 网络安全涉密事件 美国网络安全架构 佛山个人网站建设 网络安全专用虚拟机 网站设计软件 佛山网站制作公司 上海高端网站开发公司 昆明手机网站建设 互助网站制作公司信息安全识别 企业网络营销后期总结 桂林网站设计 网站托管 济南 网络营销成功案例事件 中山做网站的公司 网络安全服务的功能 台州哪里做网站 苏州企业网站制作 中国网络信息安全中心 网络安全员网络技术员 宁晋做网站 专业的网站建设公司 网站建设制作 南京公司 企业营销网络介绍 武大信息安全实验室 厦门网站建设要多少钱 信息安全意识动员讲话 单位信息安全 信息安全认证(cispcissp),-1 网络安全科办公室 桂林网站设计 公安局公共网络安全 大数据 网络信息安全 网络安全红蓝对抗 陕西信息安全产业基地 2014(第七届)全国网络与信息安全学术会议,-1 江苏省网络安全和信息化 网络安全审计设备品牌 广州 网站建设 信息安全意识动员讲话 网站移动站 网络目标市场营销策略 天津做公司网站 网络营销工具类型 开展网络安全 大学信息安全等级保护,-1 上海银基信息安全 信息安全大事件 网络营销工具类型 网络安全数据 网络营销网站推广方法 营销型网站推广方式的论文 侦查系好还是网络安全 沈阳网站优化排名 网络安全红蓝对抗 网站二次开发 怎样建网站