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天前。 陈阳发现他无论做什么,都无法打破这个半个月的循环,所有的一切都会重置。 在经历了震惊、刺激、狂喜、焦虑不安、绝望和痛苦等情绪后,陈阳开始各种作妖,决定把这个世界搅得天翻地覆。 陈阳开始学习各种技能和知识,利用它们去达到自己的目的,也完全不用考虑任何后果的恣意妄为,去成为世界的焦点。 尤其是针对那些为富不仁的富豪和权贵,更是让陈阳兴奋的难以自制。 直到有一天,陈阳掀翻了娱乐圈的时候,却发现循环忽然被打破了.....陈树和大学死党顾清两个人玩游戏喝酒。 输了一轮游戏,死党竟然整活把女总裁拉进了陈树的家庭群。 第二天醒酒之后,陈树才发现女总裁在群里聊嗨了! 本来以为自己被即将被炒鱿鱼了,却发现女总裁的要求一个比一个离谱。 陈树,到我办公室来。 陈树,跟我回家见父母。 陈树,我们同居吧。 面对女总裁的要求,陈树无法拒绝。 直到有一天,女总裁含情脉脉地向陈树求婚。 陈树:不是假扮情侣吗?你怎么玩真的?金卷在手,天下我有! 文曲星下凡降世啦! 头脑简单,四肢发达的陈抟竟一夜之间成为文物双全之人?! 武曲星?文曲星 陈抟学渣的逆袭之路 架空历史,从古至今 敬请期待!一个神奇的游戏,一次穿越时空的冒险,一个奇异的游戏时空,不可思议冒险。所有的历史人物齐聚于此,展开一场生与死的厮杀您好,欢迎致电最高派遣局。我们接受任何委托,目前预约需要排队。您问我们是谁?抱歉,无可奉告。王珂,一个普通的社畜,末世来临之际意外获得超能力,从此在末世混的风生水起,称霸一方。
网络安全监测预警平台 网络营销的竞争分析报告 个人网站建设制作 银行业 信息安全事件 专业的网站建设公司 惠州网络营销 网络安全审计读后感 长沙高端网站建设服务 银行业 信息安全事件 大网站成本 不爱读书的环境影响咨询【www.richdady.cn】 孩子厌学的家庭教育【www.richdady.cn】 与男友前世的前世修行咨询【www.richdady.cn】 缺心眼的咨询技巧【www.richdady.cn】 意外的前世修行咨询【www.richdady.cn】 投资项目的财务规划【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的咨询技巧咨询【企鹅383550880】√转ihbwel 孩子学习不好的前世因果咨询【σσЗ8З55О88О√转ihbwel 财运不佳的财运提升【企鹅383550880】√转ihbwel 家庭关系的幸福指南【微:qq383550880 】√转ihbwel 亲子关系的沟通技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 精神不振的案例分享咨询【σσЗ8З55О88О√转ihbwel 不爱读书威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 有官司的调解技巧咨询【www.richdady.cn】√转ihbwel 有官司的调解技巧【σσЗ8З55О88О√转ihbwel 去世的父亲的影响分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 内心恐惧胆怯的前世影响咨询【企鹅383550880】√转ihbwel 家庭关系威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 特殊学校的前世记忆咨询【σσЗ8З55О88О√转ihbwel 感情纠纷的情感沟通方法有哪些?咨询【σσЗ8З55О88О√转ihbwel 北京网站制作排名 星巴克微信营销案例 法国网络安全立场 威胁网络安全的主要因素有哪些 沈阳网站建设 整合营销公司简介 安全局管理网络安全吗 金盾信息安全技术有限公司网站优化课程 微网站怎么制作 制作网站的步骤 信息安全是一个专业 企业网站响应式 中国网络安全附属 湖南网站建设 营销外包贴吧软文发布 2016网络安全重大事件 网络安全soc 下载免费网站模板下载安装 ncre信息安全技术 中国网络安全宣传周 做网站创意 企业营销中心 全网营销云推广 商城网站主要功能 广州做网站如何 网站的排版 中国主要网络安全公司 网站建设市场需求分析 网络安全综合解决方案 高端汽车网站建设 淘宝营销顾问深圳营销型网站建设 信息安全世界学校排名 成都社会化营销 网站建设制作 南京公司 国家注册信息安全专业人员 网站设计品 网络安全标准规范 2013网络安全威胁趋势 湖南网站建设 长春市网站推广 大网站成本 网络安全改造 优优营销软件站 国家负责网络安全 中山微信网站 企业营销中心 昆明手机网站建设 专业的网站建设公司 网络营销的竞争分析报告 病毒营销的特点是什么 禅城区网站建设公司 app 网络安全 证书 网络安全网络端口扫描程序的源文件 公安部网络信息安全产品 镇江企业网站建设 济南网站建设 个人网站在那建设 网络安全公网接入网站建设客户问到的问题 营销外包贴吧软文发布 注册信息安全专家 网站建设市场需求分析 镇江企业网站建设 杭州做网络安全的公司 阿里网络安全 sem营销策划方案 信息安全 哪些资质证书,-1 网络安全改造 长沙高端网站建设服务 北京信息安全公司排名 企业网站响应式 sem搜索引擎营销案例 网站建设与应用 网络安全法 断网 建设网站的成本 b2b技术型社区营销 网络口碑营销 怎么建com的网站 微网站怎么制作 2016网络安全重大事件 个人网站在那建设 传统营销信息传播方式有哪些 优优营销软件站 无锡网站制作难吗 山西省网络安全评测中心 公安部网络信息安全产品 法国网络安全立场 制作网站的步骤 网站使用帮助 深圳网站设计平台 关键信息基础设施网络安全状况分析报告 国家注册信息安全专业人员 网络信息安全服务包括哪些内容,-1 无锡网站推广 制作网站的步骤 2014年网络安全报告 网络安全 思科 中国 济南网站建设 优秀企业网站 网络安全soc 中山微信网站 网络信息安全基础 中国网络安全宣传周 做外贸网站 唯品会的营销策划方案 个人网站建设制作 大网站成本 信息安全的认证中心,-1 品牌病毒式营销案例 网站设计品 深度科技商业官方网站 合肥网站开发 深圳网站设计平台 苏州企业网站建 2014年春节可口可乐的营销主题是 . linux 网络安全配置 天水网站建设 法国网络安全立场 网站建设制作 南京公司 下载免费网站模板下载安装 网站的排版 网络安全产品备案 网站制作想法 营销号公司营销工程师 网络安全审计读后感 长春网站制作 网站数据库制作 湖南长沙网站制作 沈阳网站建设 关系营销优势与不足 关系营销优势与不足 网站 域名 网络安全的漫画 网络安全小组成员组成 网络安全 实训机构 如何让外部的人员能够访问企业网站了解企业的产品及相关信息