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网御网络安全审计系统v3.0武汉企业网站建设网站优化合同采用模版建网站的缺点外贸b2c网站建设北京市网络安全与信息化领导小组【文中内容纯属虚构,请勿模仿和相信!!!!】主人公慕成二十五年平凡人生的沉淀与积累。 且看他拥有异能后,怎样的处事风格,怎样造就了辉煌的一生,又是怎样一步步发现灵魂的秘密。 面对强大的守护神帕丁,慕成是如何战胜的,他又将创造怎样的理想世界? 李来顺是一个名不经传的小保安,一不小心和一个比他大了10岁的女人滚了床单。他本来想对女人从一而终,怎奈,他不但因此进拘留所丢了工作,女人也莫名其妙的消失。李来顺因此开启了老坦儿的不平凡的人生旅程。他先后经历酒店KVT经理、服务员致命诱惑;又差点被金融市场里的金钱、权利俘虏,但他都没被打败,而此时多前杳无音信的女人带来一个更加令人震惊的事件.......校园里的生活永远都是无忧无虑那么美好的生活,在学校里你的一举一动都影响着以后的生活,学习好的自然能上个好大学,上个 好单位,能挣很多钱,学习不好的,可能都毕不了业,匆匆忙忙步入社会,糊里糊涂过完自己的一生。 但是在校园里的爱情和友谊却是永远的,没有复杂的社会关系,彼此最纯真的年纪,认识一帮纯真的兄弟,这是永远无法换取的财富。欢乐向热血爽文,不小白,无后宫,权谋,热血,偷得浮生半日闲,半缘修道半缘仙,这是半个冷馒头开始的故事,且看一个垂死挣扎的小奴隶如何在边塞小镇崛起,搅弄朝堂,问鼎仙道,双刀斩断缥缈峰,八万玄甲战修罗,半生被镇无字碑,三千剑仙开天门。(剧情杀较多,虐主,勿寄刀片)古有卢生穷困,枕吕翁青瓷枕梦享荣华富贵;今有冷情失恋,得道士黄竹枕了却心中虚幻,大学生冷情表白师妹被拒,在桥洞偶遇邋遢老道士,大雨滂沱,靠着竹枕席地而梦。 一觉醒来,灵气苏醒,他化身流浪少年,意外发现脖子上的玉书签,竟是上古仙庭流落人间的空间法宝。时代更替,冷兵器回归,从武侠到仙侠,冷情在角逐中不断超越自我,成为时代的领跑者,完成着少年时代的仙侠梦。大东王朝之末,江湖纷乱,怪诞诡奇之事接二连三,天道何意,人心何向。具由一石村少年,与你结伴同行,历练江湖风雨。 这是个秩序安定,看上去没有任何异样的和平世界,然而,这个世界的和平能够一直得以长久维持,其实在背后隐藏着一段肮脏的过去。 七年前,突然降临在这个世界上的某件事,导致这个世界的一部分人对维持和平的秩序形成了一种“全新”的观念,这种观念在当时迅速发展为一种多人形成的势力,在遵循这势力的人想要维持和平的想法的推动下,那些不去认同这种“全新”观念的人,在他们的眼中便成为了必须被淘汰的存在,而到了现在,“全新”观念形成的势力已经占据了整个世界多年,进而维持着和平的秩序.....江湖风云出我辈,一入江湖岁月催,皇图霸业谈笑中,不胜人生一场醉。童念承诺之前说的话,不再抛头露面,待在家里大门不出二门不迈,继续写侦探小说,保持当红女作家的地位。 后来,童念得知自己的父亲成为东署警局第二任局长,心里感到非常高兴。 童念借此机会,想把太叔劂介绍给自己的父亲认识,去了一家电影院,结果发生杀人事件。 《女侦探童念》系列小说的第二部!
杭州集团公司网站制作 信息安全人员资质怎样建立网站 公安厅 网络安全培训 网站策划方案 中国信息安全 无锡做网站要多少钱 信息安全产品国际认证,-1 嘉兴网站优化 企业网络安全方案 南昌网站建设公司 去世的父亲的去向解析咨询【www.richdady.cn】 事业不顺的职场调整有哪些方法?咨询【www.richdady.cn】 感情纠纷的案例分享【www.richdady.cn】 前世缘份的前世故事【www.richdady.cn】 自闭症的家庭支持【www.richdady.cn】 去世的父亲的前世缘分咨询【σσЗ8З55О88О√转ihbwel 化解婴灵的最佳时间咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与男友前世的前世缘分威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 自闭症的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 婴灵的超度过程【www.richdady.cn】√转ihbwel 心慌胸闷头晕的解决方法咨询【微:qq383550880 】√转ihbwel 耳鸣咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子学习不好的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 暗恋的心理调适【企鹅383550880】√转ihbwel 如何缓解耳鸣症状咨询【σσЗ8З55О88О√转ihbwel 亲子关系的心理建设方法有哪些?咨询【www.richdady.cn】√转ihbwel 前世缘份的化解方法咨询【微:qq383550880 】√转ihbwel 财运不佳的财富增长【企鹅383550880】√转ihbwel 4. 财运与事业发展咨询【σσЗ8З55О88О√转ihbwel 前世今生的轮回解析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 内蒙古网站建设 信息安全硬件厂商 思科 2014网络安全 网站制作的收费 网站后台添加内容网页不显示 内容营销 软文营销 网络营销与营销的区别和联系 互联网营销语句 网络营销评价方法有哪些方法有哪些内容 共建网络安全的建议 苏州网络营销 全国公安机关网络安全保卫工作会 网站建设技术 当前的问答营销平台 信息安全——企业抵御风险之道 广州广告网络营销公司排名 高端的佛山网站建设 多边形网站 嘉兴网站优化 共建网络安全的建议 产品网络安全方针 广东省网络安全宣传周 微博建网站 科站网站 手机网站开发技术 内容营销 软文营销 网站建设技术 内容营销 软文营销 企业网站建设公司郑州 营销式网站 网络安全 微信 网站设计时应考虑哪些因素 物理安全 网络安全 网络安全保险怎么买 合肥网站商城开发 企业网络安全方案 与网络营销相关的书籍 建网站报价 营销型网站设计方案 wap网站制作 国际网络信息安全 网络营销与营销的区别和联系 两会提案 网络安全 网络安全类上市公司 采用模版建网站的缺点 防火墙技术与网络安全 东营专业网站建设 免费开网站 乌鲁木齐网站设计 在服务中有效地管理信息安全 满足顾客对信息安全管理的要求 网络营销面试邀请电话 嘉兴网站优化 两会提案 网络安全 网络营销专员工作要求 网络安全病毒防御 北京市网络安全与信息化领导小组 网站建设与制作价格 合肥网络安全大赛 常见的信息安全事件营销型平台网站建设 网站关键词长度 网络安全 微信 网站请人做的 域名自己注册的 知道网站后台 怎么挂自己的服务器 网络安全保险怎么买 公司信息安全部,-1 上海全国网站建设 信息安全破解logo chinasec安元可信网络安全平台网站模板网 企业网站建设公司郑州 东营专业网站建设 建网站 xyz 广东省网络安全宣传周 网络安全设备销售 乐清做网站 企业网络安全方案 建立自己的网站 手机网站开发技术 公司信息安全部,-1 网站策划方案 互联网营销与管理 互联网营销语句 常见的网络安全威胁及防范措施 网络安全类上市公司 信息安全个人挑战赛 网络安全.信息安全 信息安全人员资质怎样建立网站 常见的网络安全威胁及防范措施 内蒙古网站建设 采用模版建网站的缺点 网络营销讲师介绍 嘉兴网站优化 单位信息安全等级保护 网络营销面试邀请电话 物理安全 网络安全 唯品会营销方案案例分析 azure 网络安全组配置 国家信息安全等级保护制度 网络安全涉密资质 网络安全竞赛入口 网站设计时应考虑哪些因素 精品手机网站案例 杭州集团公司网站制作 网络安全审计内容 网络营销评价方法有哪些方法有哪些内容 网络安全与信息安方向 高中生学网络营销 ipad怎么制作网站 信息安全专家是什么,-1 网站设计遇到难题 企业网络安全实现的方案 ips 国际网络信息安全 网站建设与制作价格 计算机信息安全培训 网站优化合同 网络安全病毒防御 网络安全注册表编程 外贸b2c网站建设 上海网站建设网络公司 美国 网络安全 总统令 网络营销讲师介绍 广东省网络安全宣传周 网络营销与营销的区别和联系 高端的佛山网站建设 信息安全破解logo 双线网站 南昌网站设计单位公司 wifi信息安全采集器 易奇秀网站 2014年网络安全事件 chinasec安元可信网络安全平台网站模板网 当当的网络安全措施和技术 在线购物网站功能模块 免费开网站 合肥网站商城开发 东营专业网站建设 乐营销网站