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
目前的信息安全形势,-1北京网络营销师讲师北京招聘网络安全姚威信息安全2012年中国互联网网络安全报告从服务器复制文本粘贴到本机 信息安全 能查到么,-1企业营销平台番禺网站建设专家蘑菇街网络营销方案网络安全培训可见穷了十好几代,你告诉我叶家有个仙尊老祖? 叶不凡不得已,牵着牛儿,开始了一段弑仙屠魔的之旅! 修炼我又快又猛,杀人我又猛又快! 惹到了萧家?大武朝最鼎盛的修真家族? 那得说声抱歉了,因为主角外挂已到货! 纳尼,老祖下线? 不要紧,都不要紧,我和牛儿冲上仙罡杀天尊! 上古年间,随着创世五神陨落,大地陷入混乱当中,无数强者相序崛起,争夺着五神遗留的,那为数不多成神的机缘。 经过万年的厮杀,无数的神明相序出现,局面也渐渐的到控制,大地看似再一次恢复宁静,实则暗流涌动。 在这期间一个人的出现,让这不安的局面再一次爆发。 古小溪一个古怪神秘的人。 他拥有令神都嫉妒的恐怖灵魂,却也为此差点殒命。 他无心争夺神位,却凭一己之力挑战神明。 这一切只为心中的执念,那个他出现的唯一目的,刹瓦娜之魂。 苍天啊,明明是穿越,你为啥还要买一送一。 刚得知自己兄长也是穿越者的孙国瑞不由得闭上了眼睛,算了,还是装傻当个闲散王爷吧。稍有挫折就放弃,不可能!他们的字典里没有放弃二字,不就是支二流球队吗?对,就是这支二流球队,不单单要闯入全国大赛,还要豪夺冠军一个只有七岁的小男孩,没有任何修为。。。 一个凡人就敢叫板修炼者、最后差点死掉。。。 不被亲戚以及任何人待见的王无尘,晕倒在路边,被七彩宏光救醒。。。 撞见小姑被辱 激发无名怒火,唤醒七彩红光,使七彩发生变异,从此身高定格在一米六五。。。 被人侮辱、辱骂、各种各样的嘲笑都不在乎,就是不能触碰底线。否则,让你知道花儿为什么那样红。。。 宇宙掌控者阻挡我,我就撑破你的宇宙,把你的宇宙挤压成一团。 王无尘一步一步的建立门派,带领兄弟,踏着纨绔子弟、自以为是、狗仗人势的肩膀踏上修真界,踩着修真界、仙界、神界、圣界、虚无界、甚至宇宙掌控者的尸体,走上哪个高度,成为无上主宰 全球经历了一场浩劫,各路军阀体系割据,各自都有各自的利益需求,都想着为自己谋一份利益 主角则从一个小人物,一步一步爬上那个高处青国大元帅:两国交战不斩来使,除非来的是金小宝。 皇圣祖:只要金小宝愿意,我的公主随他挑。 一品太傅:岂有此理,金小宝你别落我手里。 瑶池圣女:金小宝给我滚出来,你躲得了初一,躲不过十五! 二表姐:金小宝,你别躲,我就跺你一根手指头。 月女将军:金小宝,我这三千手下,随时可以为你上刀山下火海。未来的世界,无限的未知,成为怪物亦或者成为英雄守护这仅有的这一方天空,怪物不断的进化人类又该如何才能再次爬上生物链的最高点一个舰队的去向又该去往什么地方生存。 没有任何人想要放弃,只要有一丝希望便要生存下去。[不要放弃,和我一起生存下去]意外穿越,自带外挂? 弱肉强食,适者生存? 修仙世界就没有人权? 看周奇如何在天玄大陆混的风生水起。 若无法,我来定。 若无正义,我来伸张。 若无将来,我来探寻。 帝令一出,万族臣服,莫敢不从…… 简介:本该人生平平无为的主角,从一个性格柔弱到脱变成刚毅的成长故事,后来主角从这跌宕起伏的生涯中成就无上荣耀。
顺的品牌网站设计信息 承德网站建设 营销培训课程体系 深圳 企业网站建设 重庆綦江网站制作公司推荐 建功能网站 长沙百度做网站多少钱 网站报价方案 医疗网站建设案例 深圳网络安全局 升迁障碍的职业发展如何规划?【www.richdady.cn】 投资项目的前世记忆咨询【www.richdady.cn】 耳鸣的环境影响【www.richdady.cn】 前世缘份的故事有哪些真实经历?【www.richdady.cn】 前世缘份的前世记忆咨询【www.richdady.cn】 财运不佳的财富积累方法有哪些?【微:qq383550880 】√转ihbwel 婚姻生活不顺的解决方法【微:qq383550880 】√转ihbwel 缺心眼的案例分享咨询【σσЗ8З55О88О√转ihbwel 前世缘份的案例分享【www.richdady.cn】√转ihbwel 财运不佳的财富管理威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 公司破产对股东的影响咨询【www.richdady.cn】√转ihbwel 婴灵的预防措施【σσЗ8З55О88О√转ihbwel 与男友前世的故事分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 迟缓儿的环境影响咨询【微:qq383550880 】√转ihbwel 大龄剩女的婚恋规划如何制定?咨询【微:qq383550880 】√转ihbwel 婚姻生活不顺的环境影响咨询【微:qq383550880 】√转ihbwel 纠纷的解决方法咨询【σσЗ8З55О88О√转ihbwel 莫名其妙感伤的解决方法【企鹅383550880】√转ihbwel 生活中的无形干扰有哪些咨询【σσЗ8З55О88О√转ihbwel 前世今生咨询【www.richdady.cn】√转ihbwel 网络营销要点 网站层级 线上营销必备 信息安全 框架 北京招聘网络安全 事件营销分类 网络安全的语句 网站的目录结构 淄博网站建设有实力 x网站免费 网络安全培训课程 西安商城网站建设制作常州网站设计制作 重庆綦江网站制作公司推荐 信息安全业务现状分析 营销型网站建设制作 响应网站 企业网络营销应用分析网站有哪些类型 如何防范信息安全风险 知名信息安全公司排名 跨境电商是如何营销 高端网站案例 映客 营销 福州企业网站建设 重庆 信息安全 2016网络安全雅虎上海创意型网站建设 病毒性营销案例图片 南昌网站建设公司资讯 深圳网络安全局 多媒体营销 公司网络安全做什么 高端网站案例 网络安全的主要类型 网络安全基础应用与标准 下载 网站链接数 网站制作样板 企业信息安全事故案例 营销型网站建设制作 售后服务网站 绿盟科技 网络安全排名 网站建设 甘肃 互联网公司营销方案 淮南网站建设 建设营销型网站的要素 太原制作网站的公司 响应网站 视频营销的推广方式有 北京网络信息安全公司 网络营销师百度百科 app网站公司 西安商城网站建设制作常州网站设计制作 重庆 网络营销 推广 网站控制 初级信息安全测评师 网站域名注册 如何防范信息安全风险 信息安全服务认证资质 好未来信息安全规范实施时间 微信营销案例分析总结信息安全攻防实训系统 网络安全法 启明星辰 中国 信息安全 法规 app网站公司 网络安全基础应用与标准 下载 国家信息安全意义 西安网站建设公司 昆明云南微网站建设 事件营销分类 济南营销 个人网站主页设计 自媒体营销的概念 浙江省网络安全事件 微信营销案例分析总结信息安全攻防实训系统 响应网站 企业网络安全策略 线上营销必备 顺的品牌网站设计信息 中国信息安全 大事例分析 时间,-1 医疗网站建设案例 中国地区2013 年第四季度网络安全威胁报告 - 趋势科技. 网站控制 2016网络安全雅虎上海创意型网站建设 中国网络与信息安全大会 深圳专业网站制作多少钱 网站站欣赏 信息安全登记保护制度 营销方案网 南昌网站建设 网络营销分为 淘宝直播的营销手段 常见的网络安全体系 保密局 信息安全测评 国家信息网络安全网络组织 信息安全专业岗位 网站的目录结构 顺的品牌网站设计信息 网站的访问量 网络安全排查 高端网站案例 x网站免费 徐州网站 网站方案书 网络公司营销策划方案 微营销有什么特点 保密局 信息安全测评 工控系统网络安全 网络安全系统运维内容 seo营销培训 长沙百度做网站多少钱 企业的网络安全 网站层级 网络安全的语句 信息安全登记保护制度 长沙百度做网站多少钱 .网站建设的目标 目前的信息安全形势,-1 绿盟科技 网络安全排名 美橙网站维护 网站制作样板 网站建设素材使用应该注意什么 病毒性营销案例图片 营销培训课程体系 中国地区2013 年第四季度网络安全威胁报告 - 趋势科技. 信息安全 培训考试,-1 玉溪做网站 好未来信息安全规范实施时间 西安商城网站建设制作常州网站设计制作 手机网站设计开发服务 太原制作网站的公司 网站开发需要什么技术 网络安全的主要类型 网站改版收费 南昌网站建设 网络安全故事 1号店营销 番禺微网站建设 信息安全 培训考试,-1