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
营销培训讲课2015年我国互联网网络安全态势综述网络安全中的认证方法网络安全审计系统功能网络信息安全协议书网站建设总结南通网站怎么推广网络安全团队发展方向无敌邮件营销软件为什么发送的邮件被qq邮箱直接送到了垃圾站网站排版一介凡人妄图与天争个高低,实在是可笑至极,待看这天如何折磨这一介凡人。 我欲红颜斗万法,奈何苍天逆枉情。 【逆苍玄】有声读物已经开始更新,漫画版也在制作当中,敬请期待大地初开,灵气应运而生,以灵气之力,然后神得以化形,而所剩之灵气皆化为人,然神族视人族为蝼蚁,肆意践杀,天地为之不容,故以天地之力孕育一人族,其名曰:青阳。青阳出,神族灭。然神族万年一轮回,万年后神族回归,人族又将何去何从?清末民初是个动荡不安的年代,同样也是英雄辈出的年代。李氏家族由无到有,由兴盛再到衰落,时间鉴证了这一切。他们不屈不挠,拼搏奋斗的精神,将永远激励我们不断前行。威武华夏!陈铁柱小时候是一个弃婴,被师父捡到抚养长大。 20岁那一年,师父告诉他,让他去下沙村做一名上门女婿。 师令难违,他一连做了5年的上门女婿,受尽了无数人的白眼,冷言冷语。 终于这一天,他爆发了.......刘墨发现了自己的爷爷是盗墓贼,他选择走爷爷的老路去探寻爷爷未知的墓,一路上结交了许多对于自己来说非常重要的朋友.湘西尸王和海底墓到底是什么关系?余亦辰的身世之谜?刘墨的爷爷为什么不要他从事盗墓?八星卧足墓的噬魂刀真的有这么厉害吗? 河流蜿蜒,密林深处,一处古老部落正在举行盛大的祭祀仪式,而我们最美丽圣洁的雅加娜女神也将降临,在这片古老神秘的土地上,将发生怎样动人美好的故事哪?我本安于天下,应于盛世,虽志宇无争但如百花争艳,毅要有我一绝之名 上八大域其下太宇宇星空更有内界万千,材子更是无数,此为盛世之势皆为求道成仙,但仙道缈缈何人又能走到最后,是神?是魔?是鬼?是妖?是人?还是我?现在宿主已经穿越到凡人修仙的世界,请宿主选择身份: 选择一:身份张铁,奖励.............. 选择二:............................... 选择三:.....................................颓废的陆回穿越到20年前的初中,重拾激情。在他奋斗的过程中,历史也悄然改变。陆回不仅成就了一番事业,也获得了众多芳心。“居庙堂之高,则忧其民;处江湖之远,则忧其君”,庙堂、江湖,似乎是两个毫不相干的事,可天下事,便是江湖事。谁都没法逃离,谁都可以是这江湖风云之中的弄潮儿。
重庆b2c网站制作 设计一个网站的步骤 东莞网站制作公司 大型免费网站制作 国家信息中心信息安全研究与服务中心 信息安全等级 中国互联网信息安全 东莞做网站的公司有哪些 2017 网络安全峰会 武汉网站公司 事业不顺的职场调整有哪些方法?【www.richdady.cn】 失业【www.richdady.cn】 婴灵的超度过程咨询【www.richdady.cn】 孩子学习不好的家庭教育【www.richdady.cn】 感情纠纷的情感调解技巧有哪些?【www.richdady.cn】 外灵干扰的解决方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子厌学的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系的沟通技巧咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的轮回解析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子压力大的教育建议【σσЗ8З55О88О√转ihbwel 儿子不读书的心理调适咨询【企鹅383550880】√转ihbwel 冤亲债主的干扰与超度咨询【微:qq383550880 】√转ihbwel 财运不佳【σσЗ8З55О88О√转ihbwel 孩子压力大的自我提升【www.richdady.cn】√转ihbwel 外灵干扰的解决方法【www.richdady.cn】√转ihbwel 前世缘份的故事有哪些案例?咨询【微:qq383550880 】√转ihbwel 精神不振的生活习惯咨询【σσЗ8З55О88О√转ihbwel 人际关系不好的沟通技巧【企鹅383550880】√转ihbwel 缺心眼【企鹅383550880】√转ihbwel 事业不顺的职场调整有哪些方法?【σσЗ8З55О88О√转ihbwel 哪种网络营销最赚钱 中国网络安全年会 2017网络信息安全考试时间 创新的网站建站 高唐企业建网站服务商 杭州8月8日网络营销会 信息安全电子书 网络营销方法分为 网站开发 价格 信息安全运维资质 培训网站 建 网站注销 企业信息安全实施方案,-1 网络安全 教学 主流网站 国际信息安全等级 下列表述属于网络营销发展所面临的问题的是.地域管辖权问题关税问题 欢乐颂2 网络营销 杭州专业做网站的公司 网络营销好学吗? 信息安全的一级学科 为什么品牌网络营销 企业信息安全实施方案,-1 谈网络安全 信息网络安全普及教育培训教程 2017ctf网络安全比赛 中华人民共和国公安部网络安全保卫局 网络安全中的认证方法 网站建设总结 无敌邮件营销软件为什么发送的邮件被qq邮箱直接送到了垃圾站 信息安全服务资质安全工程类 大型免费网站制作 信息安全管理体系中的&quot;管理&quot;是指,-1 佛山网站优化 2015年我国互联网网络安全态势综述 网络与信息安全事件 中国信息网络安全计划 佛山做网站 企业营销网站建设公司 企业网络安全咨询网络营销调研的类型 网络e营销 深圳有哪些网络安全公司 中国互联网信息安全 中国信息网络安全计划 深圳企业网站制作报价 天津信息安全比赛做个网站要多少钱 如何进行网络营销策划 app网络安全测试 徐州市网站开发 杭州专业做网站的公司 网络安全 数据安全 网络信息安全系统 电子商务常见营销方式 可信赖的响应式网站 下列表述属于网络营销发展所面临的问题的是.地域管辖权问题关税问题 中国网络安全形势2016 哪种网络营销最赚钱 江苏 信息安全 东莞网站制作公司 国家网络安全知识 国家信息网络安全局 深圳企业网站制作报价 无线网络安全文章网络营销技术巨头 使用微博营销工具应该注意哪些问题 哈尔滨做网站电话 末加密的网络安全吗 网络与信息安全事件 2017网络信息安全考试时间 情感式营销步骤 培训网站 建 网络安全专业证书 4g网络安全 重庆网站营销案例 济南信息安全管理培训,-1 深圳网站制作公司机构 情感式营销步骤 网络安全ppt 下载 蓝盾网络安全(二级)测评记录 佛山做网站 无敌邮件营销软件为什么发送的邮件被qq邮箱直接送到了垃圾站 中国网络安全形势2016 国家网络安全招聘 网络信息安全协议书 企业支付宝 营销策略 海淀重庆网站建设 网站建设模板 .防火墙技术在网络安全防护方面存在哪些不足? 昆明网站排名优化费用 网站建设总结 网络营销好学吗? 一、一个甜品网站建设目标 贵阳做网站 2017 网络安全峰会 网络安全专业证书 网络营销的政策 哪种网络营销最赚钱 网络安全技术概论 个人信息安全规范标准 2017网络信息安全考试时间 厦门网站建设企业 网站开发 价格 高唐企业建网站服务商 2016网络安全调查报告 国家计算机网络与信息安全管理中心官网 信息安全电子书 快讯营销软件 安丘做网站 网站开发 价格 信息安全的一级学科 网络安全系统测试报告 培训网站 建 设计一个网站的步骤 当大数据遇上信息安全 2016年5月 企业信息安全实施方案,-1 王老吉营销 嘉兴网站备案 主流网站 信息安全管理体系中的&quot;管理&quot;是指,-1 网络营销秀怎么认证 下列表述属于网络营销发展所面临的问题的是.地域管辖权问题关税问题 深圳有哪些网络安全公司 网络整合营销及推广 杭州专业做网站的公司 武汉网站公司 信息安全技术发展历程,-1 信息安全的一级学科 高州做网站 网络营销咨询网站源码 企业信息安全实施方案,-1 重庆b2c网站制作 欢乐颂2 网络营销 信息网络安全普及教育培训教程 网站加视频 如何进行网络营销策划 中华人民共和国公安部网络安全保卫局