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
我需要网站合肥公安部信息安全加密和解密技术对于信息安全中国网络安全机构网络安全=信息安全网络营销bbs信息安全风险管理制度网络营销事件介绍网络安全以后去什么单位上班?高端电子网站建设一朝穿越成为有钱人家的纨绔少爷,本想着就这样当一辈子纨绔子弟,奈何实力不允许啊... 于是,斗反派,除奸佞,平天下,看着自己彪悍的战绩,萧子澄很无奈: “我明明只想当个败家子来着....” 白夜穿越到一个全民领主的世界。   在这里,每人都拥有一座独立的领主世界。   招聘兵种,无限扩张!   资源不够怎么办?入侵其他领主世界,掠夺资源!   白夜开局获得神级天赋“超级强化”,发现自己的士兵可以突破上限进行强化。   你有骑士,我有圣骑士!   什么!你有精灵?   不好意思,圣精灵了解一下!   ……   当别人还在为升级兵种而苦恼的时候,白夜已经开始了对外扩张!   当别人思索该怎么培养英雄的时候,白夜的英雄已经升至满阶! “不可能,兽人战士怎么可能这么强!!!” “明明是辅助,为什么他的英雄伤害这么高!!!” …… 在不知不觉间,白夜已成为一界之主!!!            南玄学院外院弟子刘天被人欺辱,意外激活须弥介质,12头掌管诸天万界的神兽化作他的玄灵.....从此逆天改命.....“嗨嗨嗨……” “我竟然穿越成为了弗利萨?” “没错,就是那个到处装逼,无限给孙悟空送经验,然后每次被按在地上疯狂摩擦的人气反派,宇宙帝王弗利萨!” “这一世,我手握龙珠剧本,我胡鲤飒,不,我弗利萨大王发誓,一定要一辈子将孙悟空踩在脚下!” “哼哼哼!!!”诡异邪恶的门派,狼子野心的外族风雨飘摇的江湖,睿智勇敢的少年通过自己的努力,揭开隐秘至深的阴谋,联合所有能联合的力量,共抗外辱。既有阴谋诡算,又有刀光血影,更有无比恢弘的战场这个时代,要一位英雄,将四分五裂的大陆,重新归为一统!在这个钱财纵横的时代,没有钱你什么也不是,但是我史上最强富二代…… 美女成群,家族底厚。你跟我比!呵呵……述说异世大陆,种族纷争,魔物横行,皇子身份,天资受阻,离乡背井,开启新的人生,主角冥皇:“世间没有逆天,我来创造逆天!” 亲爱的读者朋友,请静心阅读我的小说,用鲜花和收藏支持我吧!这是世界从未有的大变化,神灵的末年,各大势力天才纷涌不觉,犹如扑火的蛾,将这盛世点缀。人吃人的世界,李言作为一个特殊的变数,让这场乱流拉开序幕。 永生者的传说刺激世人,先天神灵也隐世不出,万族争霸,这场人为的盛世终将缔造一位真正的无敌者。一位永生的生灵!秦凤鸣,本是一名山村普通少年,误食无名朱果,踏入修真路,以炼器起家,凭借制符天赋,只身闯荡荆棘密布的修仙界,本一切都顺利非常,但却是有一难料之事发生在了他身上…… 本书自开更之日起,从未断更,请放心阅读。经典玄幻,就在《百炼飞升录》 写的不好
网络安全 顶级会议 网站空间租湘潭做网站 网站建设规划方案 响应式网站建设咨询 工业控制系统信息安全第1部分:评估规范 营销小知识 免费网络营销课程 重庆做网站团队广东省计算机信息网络安全协会 商城网站都有什么功能 营销系统手机多少钱 头脑混沌的原因分析咨询【www.richdady.cn】 官司的解决方法【www.richdady.cn】 感情纠纷的解决技巧【www.richdady.cn】 家宅磁场干扰的原因咨询【www.richdady.cn】 存不住钱的财务规划咨询【www.richdady.cn】 祖灵的存在形式咨询【微:qq383550880 】√转ihbwel 与公婆前世的咨询技巧咨询【σσЗ8З55О88О√转ihbwel 冤亲债主的干扰与超度威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 特殊学校的教育理念【σσЗ8З55О88О√转ihbwel 前世缘份如何影响人际关系?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 灵性成长工作坊咨询【企鹅383550880】√转ihbwel 冤亲债主干扰的解决方法咨询【www.richdady.cn】√转ihbwel 性压抑的咨询技巧【企鹅383550880】√转ihbwel 如何预防过早离世咨询【www.richdady.cn】√转ihbwel 迟缓儿【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的风水布局咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子抑郁症的症状与诊断咨询【微:qq383550880 】√转ihbwel 冤亲债主干扰的前世因果咨询【微:qq383550880 】√转ihbwel 感情纠纷的情感修复方法有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子不读书的自我提升【微:qq383550880 】√转ihbwel 网络安全=信息安全 浙江省网络安全宣传周 台州网站建设公司 东莞网站建设服务公司 网络安全隔离 计算机与网络安全 广州营销推广报价 浙江省网络安全宣传周 昆明网站建设价格低 建 导航网站好 邮件营销推广 怎样开网站 windows网络安全设置 互联网企业信息安全 正规的搜索引擎营销企业 网站空间租湘潭做网站 网络安全的应用 手机网站广告 重庆整合营销哪家强 宣传网络安全 防火墙技术在网络安全中的应用 深圳网站优化公司 大学信息安全等级保护管理办法,-1 网络安全中心 网站策划制作公司 学信息安全 电脑 简述网络营销漏斗原理 国家推进网络安全()服务体系建设 windows网络安全设置 网站建设我们的优势 信息安全等级保护 步骤 单页网站 高密做网站 信息安全认证查询 熟悉b2b站点的业务流程 2掌握在b2b站点营销的方法和技巧 高密做网站 上海定制网站建设公司 成都做网站 网站空间租湘潭做网站 对于网络信息安全不仅个人要防范 大学信息安全等级保护管理办法,-1 常州企业网站建设价格 台州网站建设公司 信息安全技术 web应用安全扫描产品安全技术要求 网站被收录 广电网络营销实战营 全网营销顾问 网络安全 顶级会议 g20峰会网络安全 邮件营销推广 广东网络信息安全基地 网站如何优化 亚马逊网站营销策略 网络安全周 开展 手机网站广告 网络安全实时监控 浙江省网络安全宣传周 网站辅导运营与托管公司 大学信息安全等级保护管理办法,-1 公安部 网络安全试点 中国网络安全机构 技术保障及网络安全 信息安全宣传作品,-1 北京企业营销策划公司 扁平式网站 信息安全风险管理制度 怎样开网站 网络营销推广协议 e点营销 台州网站建设公司 留住用户网站 信息安全自评估报告 web网络安全教程 重庆做网站团队广东省计算机信息网络安全协会 网络营销网站推广 互联网企业进入信息安全 西安信息安全的软件公司 网络信息安全周活动 信息安全技术 web应用安全扫描产品安全技术要求 长沙网站制作电话 云计算信息安全管理平台 响应式网站建设咨询 防火墙技术在网络安全中的应用 我需要网站 网络营销推广协议 网络安全博士 网络安全 顶级会议 web网络安全教程 网站空间租湘潭做网站 云计算信息安全管理平台 网站前台 合肥公安部信息安全 昆明网站建设价格低 网络与信息安全科普 工业控制系统信息安全第1部分:评估规范 潍坊网站托管 信息安全事例,-1 政府网络安全现状分析 网站制作 常见问题 政府网络安全现状分析 免费申请做网站平台 微营销企业 房地产饥饿营销策略 成都做网站 烟草行业计算机信息网络安全保护规定 信息安全自评估报告 美国 信息安全风险评估 法国网络信息安全 建网站知识 专业网络安全公司 信息安全技术 章程 如何创建网站 信息安全宣传作品,-1 营销系统手机多少钱 windows网络安全设置 手机网络安全技巧 网络安全专家和黑客 企业网站个人可以备案吗 上海定制网站建设公司 网络安全周 开展 加密和解密技术对于信息安全 信息安全等级保护 步骤 信息安全实验 pdf 视觉营销就是网络营销 网站辅导运营与托管公司 计算机与网络安全 免费申请做网站平台 我需要网站 亚马逊网站营销策略 网站建设与搜索 视觉营销就是网络营销 信息安全等级保护 步骤 网络与信息安全管理人员配备情况 网站建设 北京 广州营销推广报价