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
网络安全技术指标网络营销研究的范畴信息安全目的,-1360网络安全创新研究院营销类的公众号名称深圳做h5网站设计全球华人网络安全大赛福州网站推广誉字号网站网络营销公司 优帮云 恭喜绑定育儿成长系统 本系统因不可描述原因 受损程度78%,无法主动提供任何帮助 如遇危险请用爱感化对方 谢谢合作 简介?什么简介 作者已经被整疯了 哈哈哈 假的 假的 全是假的 去你的育儿系统啊啊啊啊!仙灵降世,灵气复苏。 妖尊悟空惨被菩提老祖疯狂追杀,重创之际,利用仅剩神力,封锁火星之石隧道,化作一粒记忆碎片陨落…… 百年之后,飞落水球,成为了水球人类的大脑思维结晶,之前历史记录,书籍神话人物,都是该神的记忆,最后徒弟秦记展开了亿年的复仇计划……当你的世界,重新融入神秘。我们作为“生灵″的玩家能做些什么。试问,甄选的游戏又重新开始。亲情,友情,爱情。我们守得住那些,又守不出哪些。游戏已经开始。无法后退,无法结束,只能继续努力下去。拥有意识,四肢,彩,等而成为人灵界中突然出现了不寻常的危机,这让灵界第一人林钧不知如何解决,而灵界之外,无数强者纷纷越界,想踏平灵界。 林钧苦守无果,最终无奈之下,他做出大胆决定,剥离人性,只身前往灵界之外,寻找问题根源,而分离出的人性,将会修炼灵界之中最强神法,重回大陆之巅,寻找救世之法。两名中国顶尖科学家预判到10年之后地球要因为某种不知情的原因爆炸,主角李宇际和马跃渊通过一块奇怪的黑色是石头把自己的灵魂传送到了他们各自建造的一艘破破烂烂的小飞船上,然后悄悄地发射走了,两个人,两艘小飞船,经历了千千万万的磨难最终发展成为宇宙顶尖文明。五代十国,乱世风云,后周显德年间,佛劫降世,佛门高僧入世消劫,引发了诸多江湖儿女的家国情仇,为天下太平演绎岀荡气回肠的传奇故事……   寂寂夜空孤月寒,十七年离别茫茫。一念执真,南风绿依,盛颜银发证衷肠。   最是有情“负情蛊”,三年生离道心初。剑啸弦荡,逍遥慕云,一念倾情一生终。   啸引苍波,漫卷山河,心志难酬朱颜改。孤情骄阳,若玉独镜,小楼空照人何在?   日月无改江山裂,金戈铁马雁泣血。渊鱼更龙,世宗执戟,风起云涌荡山岳……   一缕清风,人间太平吹拂……太阳异变,撒下的阳光使地星生物疯狂进化。 地星凶兽异株肆虐。 叶焕觉醒最强基因模板系统, 获得阴阳师世界模板组集, 解锁地狱鬼手茨木童子基因序列, 成为强大的基因战士。 灭凶兽,斩万敌, 迈向无尽星空, 踏上无敌之路。 ...... “就让你见识一下,我真正的力量。” “降临吧,地狱之手!”少年从小厄运缠身,身边人一个个离去,阴差阳错来到异世大陆,被人救治,却给救人者带来不幸,自己也再次涉险,从此开始流浪,在流浪中修炼,在流浪中成长,最终......林浩穿越大秦,醒后发现自己竟欠始皇百万黄金,瞬间懵了。 逾期不还,满门抄斩? 为了自己的小命,林浩:不得不在大秦疯狂捞金。 而为了防止欠下巨款的林浩死亡,始皇变了,处处维护林浩。 林浩:贩卖官盐,建造长城,设立太子……我统统都要! 文武百官:谁给你的狗胆! 李斯,赵高:拖下去斩了! 始皇:我看行…… 文武百官,赵高,李斯:…… 始皇不公啊!!!
网络营销思路 2015年工业控制网络安全态势报告 开展网络安全认证检测 工业控制系统信息安全产业联盟 网络营销课的心得体会 工业控制系统信息安全产业联盟 亚马逊网站的营销策略 中国信息安全认证中心颁发的一级风险评估服务资质证书 名单 网络营销研究的范畴 解释网络营销服务 财运不佳的改运技巧咨询【www.richdady.cn】 与公婆前世的记忆解析【www.richdady.cn】 老公家暴的法律咨询咨询【www.richdady.cn】 存不住钱的案例分享咨询【www.richdady.cn】 如何避免无形干扰因素【www.richdady.cn】 财运不佳的心理调适咨询【www.richdady.cn】√转ihbwel 婴灵的超度与心理安慰威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 什么是婴灵?咨询【微:qq383550880 】√转ihbwel 与女友前世的前世解析【企鹅383550880】√转ihbwel 迟缓儿的心理调适【微:qq383550880 】√转ihbwel 特殊学校的师资力量咨询【企鹅383550880】√转ihbwel 孩子不爱读书的阅读习惯咨询【微:qq383550880 】√转ihbwel 孩子厌学的解决方法咨询【σσЗ8З55О88О√转ihbwel 前世缘份的前世缘分咨询【www.richdady.cn】√转ihbwel 前世今生的故事是真的吗?咨询【www.richdady.cn】√转ihbwel 公司破产的前世记忆威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心特别累的心理调适【微:qq383550880 】√转ihbwel 与公婆前世咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子厌学的咨询技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女咨询【微:qq383550880 】√转ihbwel 软件信息安全认证证书 泉州网站制作 网络安全服务包括哪些内容 申请网络安全证书 网络安全年 中国网络信息安全现状 工业控制系统信息安全产业联盟 网络营销职业分析报告 营销报道 网络安全服务相关国标 黑龙江网站建设 网络信息安全 考试系统 网络营销课的心得体会 信息安全测评中心 待遇 解释网络营销服务 网络营销思路 网络营销品牌成功案例 上海营销公司 南昌市做网站的公司 国家信息安全规定 关于网络安全主持稿 国外网络安全事件有哪些 企业营销网 响应式网站设计 免费建音乐网站 信息安全服务 标准 在网站中添加百度地图 电子商务网络营销实验报告常见的网络营销方式并加以适当详述 信息安全风险评估的一般步骤 关于网络安全主持稿 免费网站模板下载 网页设计的交流网站 杜跃进 信息安全 网络信息安全 考试系统 网站流量统计模板 超实用网站 关于开展信息安全等级保护安全建设整改工作的指导意见,-1 企业手机网站建设策划方案 网站群系统 优营销项目案例 论坛营销的优点 黑龙江网站建设 深圳市能士信息安全公司 前端营销 誉字号网站 国测信息安全实验室 电子科技公司网站网页设计 开展网络安全认证检测 广工信息安全 营销的网站 网络安全与攻防专业 商业网站模板 电子商务网络营销实验报告常见的网络营销方式并加以适当详述 信息安全目的,-1 网络与信息安全西电 小米手机发布网络营销 网店营销策划公司 微信营销月总结报告信息安全威胁发展趋势 信息安全市场 idc 信息安全分级系统自查 大学生 网络安全 网络安全资质 公安部 网络营销思路 模板网站的好处 衡水网站建设供应商 网络安全周 郭启全想建网站 解释网络营销服务 广工信息安全 哈尔滨网站设计 南昌市做网站的公司 信息安全 博士专业,-1 北京市网站公司网站 上海信息安全网 b2b营销推广软件 360网络安全创新研究院 中国网络信息安全现状 模板网站的好处 软件信息安全测评中心待遇,-1 网络安全解决 杜跃进 信息安全 网站流量统计模板 网络营销策划案案例 网络营销专业都学什么不同 建手机网站一年费用 网站空间购买 网站优化案例 软件信息安全认证证书 聊城集团网站建设 上海营销外包公司 信息安全有关的专业吗 软件注册信息安全吗 信息安全 博士专业,-1 建设牌官方网站 北京信息安全行业协会 推广型网站 计算机病毒与网络安全 信息安全服务 标准 大学生 网络安全 滨江网络安全公司 网络营销团队要干嘛兰州网站建设|兰州网站制作|兰州网站设计公司|兰州网络公司 网络安全年 首都信息安全网 网络营销的优势与劣势 网络协议与网络安全 信息安全等级保护论文,-1 饥饿营销行为 计算机病毒与网络安全 许可电子邮件营销案例 淮北网站制作 信息安全等级保护的测评工作中应如何规范行为规避风险 福州公司网站建设 网络安全服务相关国标 免费网站模板下载 国外网络安全事件有哪些 唐山网站建设报价 餐饮o2o营销策划方案 计算机网络安全的基本要素 网络协议与网络安全 上海营销外包公司 网络安全法 检查 信息安全 西安 企业 网络营销线下培训课程 关于网络安全主持稿 国家信息安全规定 建手机网站一年费用 微网站建设包括哪些内容 创建网站公司 徐州 长春网站建设公司 门户类网站费用 南昌建网站单位 济南软件优化网站 免费网站模板下载 包年营销 互联网整合营销传播 北京市网站公司网站