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
湘西网站建设网站维护与建设内容凡克营销网络上营销推广代理商城网络营销合肥网站设计高端公司常州网站优化东软关于开发活动的信息安全要求网络营销平台分析移动数据网络安全吗网络信息安全课程天道不公,我便逆天时隔百年,地球又恢复了灵气。看我们主角如何苟上天仙。与当时的天之骄子争锋。天地九州,邪祟的入侵,生灵涂炭;天魔的布局,人仙崩溃。 在蓝星的方尘被某种力量来到了这个世界,本以为是历史古代,却亲眼看见一名修士一剑千里之外,方尘的心不安跳动。 邪祟?食物罢了。 天魔?口味不错。 人族大圣(魔圣)降临,人族崛起!即使时间回溯,我们仍会重逢。《魔兽世界》无数人的回忆,无数人的青春。如果有一个机会,你来到艾泽拉斯,你会怎么做?在这危险且奇幻的异界大陆,是碌碌无为的度完一生,还是开启一场激情的冒险之旅? 大学生平静的生活遭到破坏,噩梦的生活开始,不值得相信的同学天赋异禀的李正在梦里重获天眼技能,开启了人生的新篇章。在协助林娇娇解开她扑朔迷离的身世之谜过程中,李正历经了波谲云诡的奇遇,遭遇了不明来历者的重重绞杀。最终打开了连通意识和现实的通道大门。虽解开了林娇娇的身世之谜,却触发了历史倒转的开关。 为了维护现实世界的安全,李正在意识世界里的众位隐士高人帮助下,终于淬炼出了真身。只是这位天之骄子要如何从千军万马中杀出重围,阻止历史篡改者试图从意识通道重回现实世界独霸天下的野心呢……记忆复苏,在外界大陆重新修炼,寻找当年的死。随着实力越来越强,真相便离我越来越近。犯我绝,吞天地,一生下来只为吞噬天道,自我化道。我不屑与任何一个人去争。爱我的,不用争。不爱的,争来也没用。任何事情,总有答案。与其烦恼,不如顺其自然。我叫叶轩,别人武魂觉醒不是动物就是武器。 我不一般,我觉醒了个人!岳峰,蓝星玩家联盟核心团第四军团长,180级六转大剑士。 在抵御异世界文明入侵失败蓝星彻底沦陷之际,他借助时空神器的力量携带游戏记忆重回三年前,【降临】开服前夕。 三年多的游戏生涯,让他知晓无数赚钱技巧、副本攻略、传说任务、装备出处…… 这些还不算,在第一次登陆游戏的时候,岳峰意外发现背包当中竟然携带了游戏中唯一的圣器《传承之章》。 凭借种种优势,岳峰在游戏中找回爱人,建立势力,统一游戏版图。 当三年后位面融合的时候,异位面降临者们悲哀的发现,等待他们的是游戏内攀升到了极致的工程学科技以及无数装备精良的玩家。 当团结一切力量消灭所有入侵者之后,岳峰发现,更大的挑战,还在后面……
微信网络营销成功案例 选手机网站 常德做网站 网络安全检测评估报告 春秋网络安全 网站打开速度慢 移动互联网如何一站式帮助企业解决营销方案的产品新闻发布稿 首都信息安全网 企业信息安全实验室 网络安全实训心得 耳鸣【www.richdady.cn】 前世缘份的奇妙重逢咨询【www.richdady.cn】 官司的法律咨询【www.richdady.cn】 化解祖灵的仪式流程咨询【www.richdady.cn】 心特别累的情感释放咨询【www.richdady.cn】 冤亲债主干扰的前世因果【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的原因有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 脑部不清晰的解决方法咨询【www.richdady.cn】√转ihbwel 婴灵对家庭关系有哪些影响?【www.richdady.cn】√转ihbwel 与男友前世的因果关系咨询【www.richdady.cn】√转ihbwel 暗恋的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 灵魂化解与心理疗愈咨询【www.richdady.cn】√转ihbwel 学习成绩差的辅导方法【企鹅383550880】√转ihbwel 商业决策的心理学支持咨询【www.richdady.cn】√转ihbwel 前世老公的前世记忆【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 纠纷的法律援助威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 交通意外的常见原因咨询【企鹅383550880】√转ihbwel 冤亲债主的干扰影响【σσЗ8З55О88О√转ihbwel 公司破产的应对策略【σσЗ8З55О88О√转ihbwel 公司破产的原因分析咨询【企鹅383550880】√转ihbwel 兼职网站制作 手机网站设计尺寸 网络安全培训报道 深圳市网站设计公司 无线网络安全测试 天津市信息安全服务资质 专业外贸网站建设 深圳市网站设计公司 小型企业网站建设的背景 广州做网站的 百度推广的知识营销 网络安全技术介绍 网络目标市场营销策略 信息安全的要素 网络安全 机器学习 网络安全执法检查 网络营销师考试形式网络信息安全 期刊 网络安全检测评估报告 杭州全网整合营销 国家信息安全服务等级资质 企业信息安全实验室 行业平台网站建设 蜂鸣营销 石家庄开发网站 饮料产品营销策划方案 建立微网站 企业网络营销后期总结 大莲网站建设公司 营销模式饥饿营销 合肥网站制作需 东软关于开发活动的信息安全要求网络营销平台分析 兼职网站制作 中山建网站 网络安全 最高法 聚美营销手段 移动营销师 营销图片 2017年最新网站设计风格 悬念式 营销软文 焦作建网站 大学生网络信息安全ppt,-1 唐山做网站 网络安全培训报道 二级域名网站权重 深圳网站平台 网络营销销售方案 国内网络安全问题 营销图片 信息安全的要素 瑞星2013年中国信息安全报告 关于加强网络安全学科建设和人才培养的意见 手机网站设计尺寸 重庆建设网站 重庆建设网站 网络营销传播渠道研究 选手机网站 无线网络安全测试 博客营销的要点 网站方案 网络安全团队标识 天津市信息安全服务资质 成都网站设计制作工作室 网络信息安全课程 上饶网站建设 专业外贸网站建设 重庆做网站重庆网站建设重庆网络推广重庆网络公司 中国移动 网络安全 网络安全防护框架 深圳市网站设计公司 商城购物网站有哪些模块 泰安网站建设公司 微信营销怎么引流 小型企业网站建设的背景 防火墙信息安全 网站被黑 信息安全识别 广州做网站的 阜阳建网站 重庆seo网络营销高手 建设网站优点 网络安全行业介绍 装饰公司网站建站 信息安全软件是什么 网络协议与网络安全 网络安全技术介绍 网络营销目标怎么写 微信营销怎么引流 中山建网站 深圳网络安全监察局 石家庄开发网站 高校网络安全实验室 网络上营销推广代理 网络安全检查内容 云建网站 合肥网站制作需 公安部网络安全监察举报 网络安全页面 高校网络安全实验室 良好的网络安全 网站移动端建设 工业信息安全培训课程 国网计算机信息安全,-1 网站一跳率 如何让百度收录网站 广州华南信息安全测评中心 怎样 网页是网站吗 网络安全团队标识 聚美优品的营销推广 饮料产品营销策划方案 专业网站设计哪家好 2015网络安全事件调查报告 企业信息安全实验室 信息安全的要素 知乎 无线网络安全 杭州全网整合营销 网络安全 机器学习 如何使用陌陌进行网络营销 大连网络营销 烟台网站优化 二级域名网站权重 石家庄开发网站 网络安全 魔力相限 营销 服务 常德做网站 商城网络营销 深圳品牌建网站 网络安全实训心得 阜阳建网站 网络营销销售方案 中国信息安全公司排名 保定 网站建设 微信网络营销成功案例 实施e mail营销的流程 悬念式 营销软文 深圳市网站设计公司 网络安全博士生 长沙网站制作 网络安全与攻防专业 淘宝网商营销策略分析 计算机信息安全技术分为两个层次 唐山做网站 网络安全机构 关于网络安全的信息安全 武汉市大型的网站制作公司 上海公司做网站 聚美营销手段 焦作建网站 保定 网站建设 百度推广的知识营销 网络安全防护框架 网络安全博士生 网络安全 实验报告 武汉市大型的网站制作公司 首都信息安全网 常州网站优化 传统网站和手机网站的区别是什么意思 深圳网站平台 东软关于开发活动的信息安全要求网络营销平台分析 移动营销师 2015网络安全事件调查报告 高端网站建站公司 常州网站优化 提供企业网站建设价格 企业营销网络介绍网站内容维护 网络安全 最高法 网络安全 最高法 网络安全执法检查 重庆seo网络营销高手 国内网络安全问题 网络安全与云计算 国家网络安全中心发布 博客营销的要点 网站被黑 网络上营销推广代理 公安部网络安全监察举报 云南网站推广 上饶网站建设 2015网络安全事件调查报告 天津网站建设怎么样 网站方案 信息安全软件是什么 信息安全测评中心 待遇 如何使用陌陌进行网络营销 网络营销体系都有什么意义 卓进网站 杭州全网整合营销 计算机信息安全技术分为两个层次 防火墙信息安全 网站制作哪家专业 网站内容 合肥网站设计高端公司 广州做网站的 建设网站优点 无线网络安全测试 专业外贸网站建设 装饰公司网站建站 微信营销思路 良好的网络安全 网络上营销推广代理 互联网内容营销公司 网站建设营销技巧 凡克营销 大学生网络信息安全ppt,-1 中国信息安全讲座,-1 网络安全团队标识 网站一跳率 阜阳建网站 idc网络安全报告 网络营销团队宣传视频 上饶网站建设 网络安全行业介绍 网站制作哪家专业 网络安全 北邮 网络安全检测评估报告 大莲网站建设公司 电子工厂网站建设 网络营销传播渠道研究 企业网络营销后期总结 博客营销的要点 实施e mail营销的流程 中国信息安全公司排名 网站维护与建设内容 深圳网站平台 泰安网站建设公司 网络信息安全课程 网络营销课程的认识 网络安全 机器学习 网银网络安全方案 中石油信息安全测评 中石油信息安全测评 电子工厂网站建设 网站打开速度慢 泰安网站建设公司 合肥网站制作前3名的 广州华南信息安全测评中心 怎样 网络安全培训报道 淘宝网商营销策略分析 传统网站和手机网站的区别是什么意思 专业网站设计哪家好 网络目标市场营销策略 移动互联网如何一站式帮助企业解决营销方案的产品新闻发布稿 广州华南信息安全测评中心 怎样 聚美营销手段 营销 服务 焦作建网站 企业营销网络介绍网站内容维护 c 信息安全做网站赚钱 微信营销思路 大莲网站建设公司 如何让百度收录网站 石家庄开发网站 网络安全与攻防专业 聚美优品的营销推广 博客营销的要点 寿光做网站 网站一跳率 合肥网站制作需 企业信息安全实验室 网络营销销售方案 聚美营销手段 提供企业网站建设价格 深圳网站平台 微信营销思路 网络营销目标怎么写 网站一跳率 二级域名网站权重 长沙网站制作 湘西网站建设 兼职网站制作 工业信息安全培训课程 网络安全机构 云建网站 2015网络安全事件调查报告 长沙网站制作 上海公司做网站 常州网站优化 网络安全培训报道 装饰公司网站建站 汕头网络营销外包 信息安全行业企业排名 烟台网站优化 网络安全行业介绍 2017年最新网站设计风格 上海做网络安全的有哪些公司 网站维护与建设内容 营销图片 网络安全检查内容 国内网络安全问题 天津市信息安全服务资质 武汉市大型的网站制作公司 高端网站建站公司 免费建网站 专业外贸网站建设 寿光做网站 国网计算机信息安全,-1 大连网络营销 二级域名网站权重 网络安全 实验报告 网络安全信息保护 网络安全 北邮 小型企业网站建设的背景 实施e mail营销的流程 饮料产品营销策划方案 深圳品牌建网站 关于网络安全的信息安全 网络安全信息保护 网站竞价 合肥市做网站的公司有哪些 湘西网站建设 网站移动端建设 瑞星2013年中国信息安全报告 悬念式 营销软文 网络安全博士生 信息安全的要素 首都信息安全网 选手机网站 构建网络安全方案 聚美优品的营销推广 网站内容 网络安全执法检查 春秋网络安全 云南网站推广 建设网站优点 上饶网站建设 网络安全 机器学习 中国信息安全公司排名 手机网站设计尺寸 第四网络安全周 网络安全 实验报告 网络营销有那些职能 网络安全与云计算 企业网络营销后期总结 广州华南信息安全测评中心 怎样 中国移动 网络安全 免费建网站家谱系统 信息安全识别 饮料产品营销策划方案 网站建设营销技巧 网络营销团队宣传视频 网络营销课程的认识 信息安全网站有哪些内容 信息安全网站有哪些内容 关于加强网络安全学科建设和人才培养的意见 天津市信息安全服务资质 如何使用陌陌进行网络营销 互联网内容营销公司 网络营销传播渠道研究 合肥网站制作前3名的 中国信息安全讲座,-1 信息安全软件是什么