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
软件网络信息安全与等级测评中心网站的风格微博传播营销的特点网络安全标识大连建网站公司网络安全攻防竞赛企业网络营销数据分析免费建网站的网站顺的品牌网站设计价位营销贴吧刚从警校毕业的警校生李瑜,进入了滇南缉毒大队。一次意外,李瑜结识了辛嫣,二人也在接触中暗生情愫。本以为是天作之合,谁料竟是天公不作美。辛嫣竟是滇南缉毒大队准备打击的犯罪团伙老大的女儿。当家国情怀与儿女情长发生剧烈碰撞,李瑜该作何抉择?此文献给在抗战期间,为新中国奋斗终身,为解放劳苦大众艰苦奋斗的先辈们,致敬所有在一线以及敌后奋斗的无名英雄,也许你们的名字无人知晓,但是你们的功绩与世长存!向所有先辈致敬,感谢您们的无悔付出!一个农村少年陈启豪,来到繁华的城市。 经历过一件事,他决心成为审判官,改变这个世界。 在哥哥陈晓晨的关系下,他上了高中。 成为了审判官,但是这个世界没有因此而改变。 他决定成为国家领导者,过程中遇上了一个女人。 他一见钟情,追求那个女人。 但是,以后的日子里他会……少年英若飞多年启灵不成,后偶遇纨绔穿越,被融合后,终于觉醒了先天之灵。国恨家仇系于一身,无所畏惧勇往直前,终于成就非凡,任八方风雨、九州雷动,鲲鹏十万里,天地青云间。天纪界300年,人族发展数万年,与魔人对抗千年,终于迎来和平。 天纪界340年,魔人卷土重来。 天纪界341年,全民模拟,选出模拟者对抗魔人。 最后一次临时模拟人生时,觉醒特殊技能:天启! 天启:可以经历分析一切。 获得模拟人生经验越多,天启分析速度越快。 靠着特殊技能,张元一次又一次突破极限,融合模拟人生。 天纪界某某年,魔人被永久封印! 一世:【身患重病,没有战胜病魔,死亡。】 “天启开启,分析!” 【你战胜病魔,成就玄武传说。】 【天启增强,你获得灵源空间,你获得模拟人生优先选择,你获得..】 某世:【二十岁的你,被困魔人捆仙阵而死。】 “天启开启,分析破阵!” 【你分析每一世模拟人生,各方大能见到你的模拟人生,纷纷掉泪。】 【你获得女帝青睐,你获得最强天启,你获得...】 同届临时模拟者,都成为了普通人,苟延残喘。 与此同时,各个平行世界入侵主世界。 张元站了出来,“你们这些被我征服的世界,也敢嚣张?”一段未知星球讯号的发现,彻底改变了苏飞的命运,二十五岁的苏飞被带回八年之前,面对重复的人生,苏飞赫然发现自己的体内竟然存在一个外星智能生物……这一次,他不再平凡!他们是皇家近卫,可以以一敌百。他们是一对欢喜冤家,经常各种不服。他们是两个战斗方式截然不同的人,一个拿着火铳,一个拿着千机伞。他们更是两个18岁的孩子,对世界认识尚且不深。他们一定是空中的苍鹰,陆地的雄狮。因为,他们是一个传奇。在艺校之中的人情世故朝阳之下,尽数向阳; 岐山,坐落在藏山中,鲜为人知的地界; 人迹罕至、毒瘴环生,望眼去尽数被山林遮挡,便是全貌; 蜿蜒的山脊许是蛰伏经年猛兽。 一纸“红”卷,牵引着少年入世,将会是此间动荡的征兆!妖吞三千界,帝陨傲世间。为她凡尘一坐三千载,起身回首凡尘,往长生。
博文营销win7网络安全注册表 提供信息安全服务 资质,-1 2015网络安全大赛攻防工具 我要建立网站 个人免费网站注册com 2015年网络安全大事记 企业网络安全策略遵循 长春建设平台网站的公司 信息安全专业知识 关键信息基础设施网络安全状况分析报告 心特别累咨询【www.richdady.cn】 如何维护良好的家庭关系?【www.richdady.cn】 迟缓儿的心理调适【www.richdady.cn】 外灵的驱除方法咨询【www.richdady.cn】 强迫症的治疗方法咨询【www.richdady.cn】 纠纷的案例分享【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 特殊学校的师资力量【σσЗ8З55О88О√转ihbwel 前世老婆的前世修行咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 去世的父亲的前世修行威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 长期精神不振的原因【σσЗ8З55О88О√转ihbwel 儿子不读书的原因分析【σσЗ8З55О88О√转ihbwel 大龄剩女的真实案例有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 迟缓儿的心理调适【企鹅383550880】√转ihbwel 内心恐惧胆怯的前世记忆【σσЗ8З55О88О√转ihbwel 前世缘份的故事有哪些真实经历?【σσЗ8З55О88О√转ihbwel 如何避免无形干扰因素【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家庭关系的和谐共建方法有哪些?咨询【企鹅383550880】√转ihbwel 如何维护良好的家庭关系?【微:qq383550880 】√转ihbwel 婴灵的超度方法有哪些?【微:qq383550880 】√转ihbwel 亲子关系【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 网站访问流程设计 信息网络安全模型 重庆新浪营销 品牌网站建设 2017网络安全峰会视频 网络安全日志审计系统 营销培训视频 德州网站优化 网安信息安全管理员上岗证 信息安全常见威胁 建网站中企动力 大连企业网站 免费建网站的网站 网站推广网 网络营销优化 安顺网站建设 杭州的网络安全公司 国家信息安全测评认证中心 台州网站设计外包 网站的风格 信息安全运维管理,-1 我要建立网站 网站设计公司 长沙 信息安全的发展史 关于信息安全的文章,-1 信誉好的龙岗网站设计 山西省网络安全评测中心 浙江网站建设企业 信息安全就业城市 企业网站首页布局尺寸 福州网站建设服务商 手机微信网站设计 信息安全专业知识 营销培训视频 中国网络安全排名大学 网站建设培训 工业控制系统信息安全技术国家工程实验室 软件网络信息安全与等级测评中心 整合营销服务公司微信网站 影楼 什么是全网营销 建网购网站 营销p 平台的营销 网络营销120种 眉山网站建设 青岛市网络安全办公室 大数据时代中国信息安全如何保障 网络安全攻防竞赛 金盾信息安全技术有限公司 分栏式的网站有哪些 网络安全soc 网络安全 推荐 保护信息安全最基础 最核心的技术是佛山h5网站公司 国家信息安全小组组长 全网网站建设优化 网站添加属性 对于网络安全的建议 长春建设平台网站的公司 大连建网站公司 石家庄网站设计制作服务 网络安全攻防竞赛 计算机网络安全实训教程 上海网络信息安全协会 营销活动培训班 长沙网站制作哪家 信息安全运维管理,-1 传统营销信息传播方式有哪些 威胁网络安全的主要因素有哪些 营销p 长沙网站制作哪家 局域网的网络安全 asp.net网站设计 网安信息安全管理员上岗证 局域网的网络安全 网络安全案例2017 衡水移动网站建设 对于网络安全的建议 医院网络营销重要性 手机网络营销的案例分析 网络营销产品策略 网络安全攻防竞赛 临沂做网站 信息安全常见威胁 微博营销涉及的范围 重庆新浪营销 网络安全执法案例分析 关键信息基础设施网络安全状况分析报告 路由器 网络安全 京东 营销 案例 网络安全相关高校 花呗营销 网络安全 soc 网安信息安全管理员上岗证 网站推广网 杭州网络安全公司 地址 信誉好的龙岗网站设计 西安网站制作 建网购网站 景区 营销 建网站中企动力 唯品会服务营销 帮人做网站 云制造网站 网络工程师和网络营销 顺的品牌网站设计价位 总参 国家信息安全 信誉好的龙岗网站设计 分栏式的网站有哪些 顺义石家庄网站建设 珠海移动网站建设公司 工业控制系统信息安全技术国家工程实验室 品牌网站建设 局域网的网络安全 网站有后台更新不了 青岛市网络安全办公室 长春建设平台网站的公司 国家信息安全测评认证中心 营销培训视频 信息安全 学习 信息安全就业城市 衡水移动网站建设 企业网站策划方案 和包营销活动策划书 信息安全运维管理,-1 asp.net网站设计 杭州的网络安全公司 保护信息安全最基础 最核心的技术是佛山h5网站公司 免费建网站的网站 中国可信计算与信息安全学术会议 什么是全网营销 网络安全日志审计系统 2017网络安全峰会视频 上海网站建设要多少钱 长沙网站制作公司 网络安全攻防竞赛