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
信息安全项目申请书大连网站制作信息安全国标熟人关系营销网络营销免费网站网络营销怎么收集数据分析功能性网站未来网络营销的趋势微网站后台南通旅游网站建设黑与白的浪潮中,不知何人在低语……我想挣脱前往那星空的彼端,于暗羽中刻下文明的墓志铭。无敌天骄, 神魔血脉, 吾持一剑,碾天骄,镇神魔, 一剑碎山河,破九天,通万古……人类文明的进化、病毒变异和外星怪物之间的宇宙关系胡兴国因与张怀中之间有夺妻之恨,故意将张怀中彩云食品厂生产的问题奶销往城里。阴差阳错的是与城里奶娘乳业的司机两人同姓,并且在同一天送货,竟然错送到了对方的酒店。因为彩云食品厂的问题奶使参加礼尚往来大酒店婚礼的许多人中毒入院。市场监管局曾冠英奉命调查此事,却遇到重重阻碍。因为有人因中毒去世,市里组成专案组,其中调查组由市场监管局和市公安局组成,曾冠英与市公安局郑宏伟俩人共同合作,带领一干人员深入调查,期间有挫折,有误会,也有惊心动魄的卧底,逃亡和追捕,最终虽然找到制假售假的张怀中,但是遗憾的是他已经因为救人而死亡,与张怀中相互勾结的政府官员和出卖奶娘乳业的销售经理被绳之以法。陈阳被困在了一个永远无法逃离的循环里,只要过了情人节的15点15分,他就会重新回到15天前。 陈阳发现他无论做什么,都无法打破这个半个月的循环,所有的一切都会重置。 在经历了震惊、刺激、狂喜、焦虑不安、绝望和痛苦等情绪后,陈阳开始各种作妖,决定把这个世界搅得天翻地覆。 陈阳开始学习各种技能和知识,利用它们去达到自己的目的,也完全不用考虑任何后果的恣意妄为,去成为世界的焦点。 尤其是针对那些为富不仁的富豪和权贵,更是让陈阳兴奋的难以自制。 直到有一天,陈阳掀翻了娱乐圈的时候,却发现循环忽然被打破了.....新人一枚,请多多支持,不喜勿喷网球的世界,形形色色的人, 因为网王,我爱上了网球。 若是有可能,你会成为网王里的谁“变成一条龙是什么体验?” 叶寻变异了,拆完一个陌生快递,开启了疯狂的觉醒之旅。 他变成了真正的肉食性猛兽,食量剧增、力量疯涨,还因此而收获了美女总裁的垂青。 当叶寻力挫情敌,俘获佳人芳心,开始走向人生巅峰的时候,一场全球危机悄然降临…… 龙魂再现,守护华夏!  20178年,一位名叫爱丽丝的科学家成功研究出了时空穿梭技术。但在时空机器的发布会当天,把自己当作实验对象的爱丽丝卷入了时空机的爆炸,并因此被时空乱流传送到了21世纪末。   由于记录23世纪至45世纪历史的文献在战争中被毁,爱丽丝决定隐藏自己的身份,在记录历史之后再尝试回到未来。但爱丽丝没能想到,这将会是她一生中最后悔的决定。唐朝末年,侠盗并出,风云四起,天下大乱。 天山深处,冰雪沉封万物。 一个阳光明媚的早晨,雷天穹走出山洞,望望冷光四射的冰雪,猛然间抽出腰间那把鬼神胆寒的千魂刀,一声大喊,将丈外的一根冰柱拦腰斩断。然后,他飞身过去,舞动那把刀,在冰柱上剜、削、拔、点,不大一会儿,一个冰晶玉洁的“她”便展现在他眼前。 千魂刀,八年前,雷天穹是用来杀人的,而今天,雷天穹却用它做了雕刻的工具,刀锋过处,不但见不到一点杀气,反而令人为之动情。 世间的事就是这么奇怪,杀人的刀也会生出情来。 ……
公安局公共网络安全 西安 网站搭建 熟人关系营销 信息安全风险评估平台,-1 美国政府重视信息安全 外贸邮件营销系统 定制网站与模板网站的主要区别 2016信息安全培训 信息安全研究期刊 中国网络安全案例 耳鸣的案例分享【www.richdady.cn】 前世缘份的缘分解读咨询【www.richdady.cn】 感情纠纷的情感咨询【www.richdady.cn】 耳鸣的心理调适咨询【www.richdady.cn】 家宅磁场【www.richdady.cn】 迟缓儿的家庭支持咨询【www.richdady.cn】√转ihbwel 大龄剩女的婚恋经验有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 灵性提升课程【微:qq383550880 】√转ihbwel 家宅磁场咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 年轻人过世的常见原因咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 祖灵咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 老公家暴的案例分享【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家庭关系咨询咨询【微:qq383550880 】√转ihbwel 家庭关系的相处之道【σσЗ8З55О88О√转ihbwel 去世的父亲在哪咨询【企鹅383550880】√转ihbwel 与公婆前世的前世缘分咨询【微:qq383550880 】√转ihbwel 内心恐惧胆怯的原因分析咨询【σσЗ8З55О88О√转ihbwel 失业期间的心理调适方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世因果咨询咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 财运不佳咨询【微:qq383550880 】√转ihbwel 淘宝服务营销策略 信息安全发展史 营销培训费用 近几年饥饿营销的案例分析 佛山做外贸网站的公司 西安网络安全监察支队 功能性网站 2015年6月 网络安全法 信息安全加密技术 怎么写网络营销的总结 免费设立网站 哪个大学网络营销 中国国家信息安全漏洞库(cnnvd),-1 网络安全专用虚拟机 网络营销公司 信息安全漏洞产生的必要条件是: 营销员之家 定制网站与模板网站的主要区别 网络营销之黑客技术 网络营销网络市场调研 蘑菇街网络营销 信息安全 实验 网站 信息安全趋势考试 网络安全设置包括哪些? 中国网络安全敏感国家 国家网络安全要求 免费建站网站有哪些 国家网络安全要求 询盘网站 市场营销网络培训 国家信息安全最新政策 一体化网络与信息安全 遵义做网站 营销型企业网站 上海制作网站的公司 广东网络安全标准 计算机网络安全应急 网络安全专用虚拟机 品牌创意网站建设 计算机网络安全应急 关于公司的网站设计 网站建设技术网站建设 做网站资讯 无线网络安全的应用 网络安全法检查内容 信息安全风险评估平台,-1 网络营销之黑客技术 病毒式营销缺点 注册信息安全管理人员 网络安全涉密事件 关于公司的网站设计 网络营销之黑客技术 音乐网站如何建设的 微网站后台 网络营销网络市场调研 万州网站制作 广州省建筑信息安全网 网络安全综合治理行动 北大 信息安全实验平台 上海制作网站的公司 2016信息安全培训 病毒营销互联网案例 印度 信息安全 网站整合营销 2017国家网络安全大会 个人网络安全年度报告 2016年网络安全现状 信息安全有关的职业 淘宝服务营销策略 中国网络安全案例 上海小企业网站建设 搜索引擎营销的 病毒营销互联网案例 功能性网站 广东网络安全标准 网站打模块 乌克兰事件 信息安全 电子邮件营销是指什么地方 城市网络安全服务器 加强信息安全管理 品牌创意网站建设 营销员之家 佛山做外贸网站的公司 城市网络安全服务器 dede移动网站时广告管理里面的网址为什么还是原来的 侦查系好还是网络安全 珠海动态网站制作外包 展示型网站制作公司 营销培训费用 淘宝服务营销策略 信息安全讲解视频下载 广州省建筑信息安全网 成都网站设计公司哪家好 美国政府重视信息安全 沈阳营销策划 优帮云 网络信息安全网站 信息安全有关的职业 专注合肥网站建设 安徽信息安全测评中心 互联网营销就业优势和劣势 天津学网站建设 网络营销公司 网络营销案例 无锡网站建设 工业信息安全研究所 企业网站app 信息安全发展史 网络营销免费网站 长期营销策划信息安全等同于网络安全 营销推介绍 信息安全趋势考试 2015年10月网络安全 公安局公共网络安全 营销策略案例 展示型网站制作公司 2017年429网络安全日 信息安全产品评测 2017国家网络安全大会 海口网站建设 五级网络安全状况 危 第一营销网 天津学网站建设 邮件营销数据初步分析 营销培训费用 网站整合营销 未来网络营销的趋势 漳州做网站 2016信息安全培训 霸屏营销推广 信息安全趋势考试 鹰潭网站建设 网络安全课堂 网站解析要多久 知名的网站建设 建网站费用