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装饰公司做网络营销 普通版本简介:陆有恒在陪女朋友逛街加班途中,撞到一根诡异的电线杆上重生了。重回十年前大一入学之际,平平无奇(俊雅清逸)的陆有恒只想通过前世记忆经验,合理安逸轻松地做个普通人。 装逼版本简介:数学分析习题中神秘遁去的“三”,开启了陆有恒的玄妙装逼之路,“鸿蒙剖破玄黄景,又在人间治五行。度得轩辕升白昼,函关施法道常明”的太上道祖,与陆有恒究竟有何关联? 林七羽发现自己在看完一本小说之后就可以领悟说里面的东西,于是他试探性的看完了一本永动机,没想到自己就把永动机图纸画出来了。然后他又在众人面前做出了反物质。天不亡林七羽,大夏万古如长月。玄龙大陆,以武为尊。 少年叶平安得到败天武帝的至尊天眼,从一个卑微的蝼蚁,成为至高无上的绝世武帝! 一路上白骨累累,红颜多娇路飘摇,无敌路上太寂寥!由于我兄弟孟强的死,我走上了侦探之路,更是接触了很多喜气股改的事情,拐卖儿童、情杀仇杀,总结出了一条经验,不要挑战人性当吴狄秉着爱国,诚信,敬业,友善的优良品质,混进金庸先生笔下的武侠世界当中,成为一名武当道士时 面对上辈子无数个夜晚在床上幻想过的武功秘籍,看见那一位位老爷子笔下倾城倾国的女猪脚们,吴狄表示 别无选择,唯有制霸江湖!上下五千年,穿越北宋、未来世界、春秋战国、五代十国、南北朝、南宋,纵横阴阳两界,遭遇妖、魔、鬼、怪和树精、狼人、人鱼、道仙、仙鹤等或敌或友,历经近百场或大或小或人或魔或远古或未来之战,侠义,历史,战争,魔幻,血腥,勇气,并有相伴左右的亦妖亦精的爱情,令人血脉喷张。高阳原本是个蓝星的雇佣兵,在一次执行任务中来到了金庸武侠世界--神雕。 在神雕世界中获得武林中人梦寐以求的武林秘籍,左手六脉神剑、右手降龙十八掌,年纪轻轻就达到别人一辈子的成就, 一个小小的蝴蝶能带动多大的效应?神雕世界因为高阳的到来又会有什么样的变化?神雕中的爱恨情况是否因为高阳的到来而改变? 让我们走进神雕世界,看高阳如何在江湖中翻云覆雨~~~~~ 各位书友要是觉得《神雕之我是大魔王》还不错的话请不要忘记向您的朋友推荐哦历史上,有很多名人,这些人性格多样,而我们故事的主角丘吉尔也有自己的性格,他的性格一个意志坚强、精力充沛,而且是个雄辩的演说家。在对德作战时期,他充分运用了这些素质来领导国务活动。他拒绝投降,他抨击希特勒及其党羽并号召全国人民积极抗战,最终成功赢得了生死之战。神话传说一代战神,因失去记忆,流浪街头,却稀里糊涂成为了秦城豪门朱家的女婿。 受尽欺辱的他,受到重创,记忆恢复,王者归来。 且看他如何收拾曾经欺辱过他的宵小之辈?如何踩着那些为富不仁之徒踏上世界之巅?如何千里走单骑救父母于危难之中? 他就是令边境悍匪和国际雇佣兵闻风丧胆的龙国战神龙之刃林灿。
福州网站制作好的企业 网络信息安全软件营销推广介绍 小米的网络营销方式 福州网站制作好的企业 北京网站建设公司分享网站改版注意事项 微博营销有哪些内容 绵阳公司商务网站制作 西安信息安全公司排名,-1 北京网络营销培训 装饰公司做网络营销 财运不佳的财运改善咨询【www.richdady.cn】 家庭关系的教育建议【www.richdady.cn】 存不住钱的理财建议咨询【www.richdady.cn】 不爱读书的前世记忆咨询【www.richdady.cn】 孩子压力大的解决方法咨询【www.richdady.cn】 婴灵的超度方法咨询【σσЗ8З55О88О√转ihbwel 缺心眼的自我提升【www.richdady.cn】√转ihbwel 感情纠纷的情感咨询如何进行?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何识别冤亲债主【微:qq383550880 】√转ihbwel 前世今生的轮回存在吗?【微:qq383550880 】√转ihbwel 学习成绩差的解决方法【σσЗ8З55О88О√转ihbwel 投资项目的案例分享威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的职场建议有哪些?咨询【企鹅383550880】√转ihbwel 纠纷的案例分享咨询【σσЗ8З55О88О√转ihbwel 大龄剩女的心理调适咨询【σσЗ8З55О88О√转ihbwel 前世缘份的解读方法咨询【www.richdady.cn】√转ihbwel 孩子不爱读书的阅读环境咨询【企鹅383550880】√转ihbwel 去世的父亲的前世故事【www.richdady.cn】√转ihbwel 去世的父亲的前世故事【σσЗ8З55О88О√转ihbwel 与老公前世的影响分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 微信营销员 网站价格表 免费网站模板下载 建网站费用 广东信息安全测评中心 破坏公共信息安全 保障电脑安全和信息安全的建议 网络营销的课程 qq营销的优缺点 国内网站设计案例 三只松鼠 动漫营销 建网站过程 济南网站推广 京东网络营销推广策略 莞城网站制作 微整网络营销 排名好的青岛网站建设 网络安全产品培训方案 网站的比较 南京信息安全测评中心,-1 建宣传网站 佛山网站建设 山西网站设计 免费域名网站搭建 网站维护机构 e万营销 网络安全管理技能大赛 现阶段营销信息被自动地快速复制扩散或群发的方式主要有 移动监控 网络安全 单位对信息安全等级保护工作 网络安全是什么 网站互动 cc 信息安全 中国 信息安全之业务安全 计算机网络安全的基本要素 绵阳的网站建设公司 排名好的青岛网站建设 朝阳市网络安全公司 设计型网站 网站价格表 微整网络营销 网站区分 如何做好信息安全 e万营销 什么是计算机信息安全 网站建设网站推广 2010年网络安全 三只松鼠 动漫营销 聊网站推广 国家网络安全 杂谈 温州网站设计 武汉网络安全反病毒 网络安全管理技能大赛 镇江网站制作 济南网站推广 关于网络安全资料 网站的比较 山西网站设计 1、大型门户网站服务功能 北京欢迎你网站制作公司 三只松鼠 动漫营销 即时通信营销的特点 风雨同舟网站建设 网络安全服务的功能有 免费网站模板下载 北京信息安全评测中心 专业开发网站公司 asp汽车销售公司网站源码 4s店网站源码 汽车网站建设 完整无 无锡网站建设原则 网络信息安全共享法案 建网站过程 网络安全产品培训方案 国内网站设计案例 镇江网站制作 济宁网站制作无锡品牌网站建设 2010年网络安全 宁夏网站设计在哪里 免费域名网站搭建 做网站讯息 互联网信息安全政策 北京事件营销公司 即时通信营销的特点 网络安全服务标准方案 要个网站 网络安全服务的功能有 北京事件营销公司 网站互动 .信息安全测评机构的资质认定 网络安全? 网站互动 大型企业网络安全解决方案 建网站过程 微整网络营销 佛山网站建设 重庆大足网站制作公司推荐 珠海动态网站制作外包 什么是计算机信息安全 网络安全管理技能大赛 移动监控 网络安全 营销知名安例 广东信息安全测评中心 微博营销有哪些内容 学校网络安全使用 如何做好信息安全 2016年网络安全政策 OpenSSL与网络信息安全 在网站中添加百度地图 北京网络营销培训 珠海动态网站制作外包 武汉网络安全反病毒 国际网络安全认证 网络安全保卫局副局长 设计型网站 重庆网站建设公司那好 手机网站界面设计 idc 中国网络安全市场 营销推广要点 北京欢迎你网站制作公司 网络安全防护2017 莞城网站制作 信息安全 物理安全 计算机与网络安全实用技术 计算机网络安全的基本要素 学校网络安全使用 网站价格表 asp汽车销售公司网站源码 4s店网站源码 汽车网站建设 完整无 营销型企业网站 长春建站网站 济南网站推广 腾讯 网络安全 网络安全? 网络安全是什么 怎么免费把自己在dreamweaver做的网站放到网上去 重庆网站建设公司那好 网站打模块