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
2016网络安全重大事件网络安全服务方案单位建网站的优势网络安全协调局单立坡网络安全 一句话总结32个信息安全技术国家标准网络信息安全公民权利广告网络口碑营销运营酒网站模板大学生信息安全竞赛题目向季明原本是不相信世界上是有鬼的,直到有天他撞鬼了……神秘的世界向他敞开,走不尽的楼梯,喂人“吃屎”的变态蛊师,出卖灵魂换取力量的死徒,窃取鬼能力的诡法师,灵魂觉醒者,深渊……原来世界名校国际刑警学院竟然是一所培养驱鬼杀恶魔的人才的地方……“怎么说? 其实穿越没有那么好,异世界真的很危险。” …… 陈凡意外跟随系统来到异世界,也是直接住进单间小牢房。 不过还好,系统没下死手,还给系统新手大礼包的礼物 “天赋觉醒丸” …… 觉醒了天赋技能 “献祭·渴求” 只要献祭宝物就能获得和宝物同等的心中渴求的知识 …… 就这样重新燃起了对于活着的希望的陈凡,经历着复杂的人生 “你渴望可以让人死而复出的秘宝吗?你渴望解除这个世界的诅咒吗?…… 你知道在遥远的世界有一处伟大的世界吗?那里的人们不用受着饥饿,他们拥有着伟大的信仰。 你知道一个关于孙悟空故事吗?他孤身一人,他勇战天庭…… 你知道有个人为了守护世界化作石头雕像吗?” …… “我?我不过是个小小的普通人罢了。”凡人无非就是饿了吃饭,渴了喝水,走路靠腿,说话靠嘴……,百年而逝,皆顺天命。 修行一途却是争天命,夺造化,乱阴阳……每走一步都是逆天之路。每进一步都会被天道打上劫轮印记。 落霞村孤儿,叶轻语在机缘巧合下承得太虚道统。 从此势不可挡,征战诸天万域。 跨过万古轮回,越过宇宙洪荒,掠过天地玄黄,战至地老天荒,只为守着心中的温柔乡。然而在时间长河的尽头回过头来,一切早已逝去,只剩下了自己。 乾坤未定,你我皆是黑马! 乾坤已定,那就扭转乾坤! 总有人要赢,为什么不能是我…… 我叫方休,谁惹我,我就和他玩命,至死方休…… 《关注我的微信公众号:苏月夕》天道有缺,世间最强体质神魔霸体被天道所摒弃,十五年忍辱,终将迎来曙光! 大道枷锁自束己身桎梏又如何?我自当逆战苍穹,笑傲九重天,神挡杀神,佛挡弑佛,逍遥天地间! 一日破关,我为尊,一拳荡寰宇,一脚山河溃,一静万物生,一动诸天陨,一念可化阴阳轮回,一念可镇压永恒万古! 我为太古第一神王,天骄至尊皆是我帝路上尸山血海! 我当以一双铁拳,粉碎诸天万界,天道也不行!一个重生到异世的帅哥,没有老爷爷,没有系统,本以为只能靠出卖色相吃吃软饭。 却没想到他的宠兽都有外挂,一个比一个猛。让他只能享受被带飞的故事。大盛帝国边境一时间狼烟四起,烽火连天。镇远府陷落,敌军的铁骑逼近上京。内阁首辅之子郭曦受封征北将军,率军支援上京防线,面对危急的局势献出妙计,亲率军队大败北乾。 但随着他的凯旋而归,一场场政治风暴也随之而来。 自此之后,一代军事天骄崛起,他八出奇计,淹司城,烧井阳,千里奔袭包抄敌军……他用一次次的碾压的胜利剿灭五国,告诉侵略者:胆犯大盛者,虽远必诛。 最终,他踩着尸山血海与成林枯骨,用着阴谋诡计一步步走向了皇位,成就了一代传奇战神。(非穿越,非重生) “夕木成熟后可是很好吃的”“真的吗”“骗你干嘛”岚枫死后穿越修仙世界,发现金手指系统竟会吃修为。十年前,滨海第一大家族林家一夜之间被灭族,唯一幸存者林玄被一路追杀,所幸危急时刻被一个小女孩救下,北上逃难。 十年后,林玄成为一代王者,但却在加冕当天卸下王冠,回到滨海......
甘肃手机网站建设 信息安全厂商 响应式公司网站 2016信息安全会议 微博营销内容怎么写 武汉网站建设网页设计网站制作网站建设公司做企业网站公司 网络安全思维导图南京制作企业网站 网络安全管理软件 中国信息安全优秀用户案例 营销型企业网站 莫名其妙感伤的案例分享咨询【www.richdady.cn】 存不住钱的环境影响【www.richdady.cn】 家庭关系的改运方法【www.richdady.cn】 亲子关系的教育理念有哪些?【www.richdady.cn】 内心恐惧胆怯的自我提升咨询【www.richdady.cn】 如何克服“缺心眼”的问题威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女的真实案例有哪些?咨询【企鹅383550880】√转ihbwel 潜能开发与自我提升咨询【www.richdady.cn】√转ihbwel 莫名其妙感伤的咨询技巧咨询【企鹅383550880】√转ihbwel 暗恋【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 外灵干扰的环境影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 莫名其妙感伤的前世记忆咨询【www.richdady.cn】√转ihbwel 冤亲债主干扰有哪些症状?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何化解婴灵带来的负面影响?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 暗恋的情感表达咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 缺心眼的沟通技巧【σσЗ8З55О88О√转ihbwel 孩子学习不好的辅导方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世老婆的咨询技巧咨询【σσЗ8З55О88О√转ihbwel 与女友前世的影响分析【企鹅383550880】√转ihbwel 失业的前世记忆【σσЗ8З55О88О√转ihbwel 信息安全培训机构课程 网站优化课程 网络安全专题知识宣传 个人网站设计模板 网站红蓝色配色分析 教育部信息安全,-1 网络营销促销特点 免费注册网站韩国网络安全中心 软件资质 信息安全认证 网络营销战略是什么 2017年的网络安全 网络安全动漫 连云港网站建设 上海营销型网站 免费注册网站空间 深圳营销型网站建设电话 营销类培训课程 保护信息安全的技术和手段有哪些,-1 关关于信息安全的网站 信息安全铁人三 网络安全框架怎么写 安顺网站建设 flash网站欣赏 信息安全管理制度建设 如何攻破网络安全审计监控系统 企业网络营销方法 营销推广服务 信息安全厂商 单位建网站的优势 重庆信息安全评估中心 网络营销产品缺点 网络安全优化方案 网络营销硕士论文 曲阜做网站 营销培训证书 解密星巴克的微信营销 国内做信息安全的企业 信息安全等保宣传图片 开启网络安全认证检测 2017 信息安全 设备 32个信息安全技术国家标准 普洱网站建设 网站优化课程 唐山网站托管 江阴网站建设 华为信息安全服务证书 无线网络安全设置方法 广撒网营销 2016网络安全重大事件 网站优化课程 信息安全(四) 科研创新问题 网络安全管理软件 网络营销硕士论文 微信公众号关注营销案例 软件资质 信息安全认证 营销推广服务 个人电子营销平台登录 企业网络联合营销案例 湖南信息安全测评中心,-1 许昌做网站 2016信息安全会议 营销类培训课程 2013年我国互联网网络安全态势综述 营销培训证书 上海集团网站制作 b北京网站建设 北京网站制作排名 江阴网站建设 东莞做网站 网站意义 信息安全等级保护背景,-1 连云港网站建设 普洱网站建设 宜春做网站 网络营销常见的方式有哪些上海网站优化 it产品信息安全认证费用 信息安全铁人三 山西网站制作公司 甘肃手机网站建设 免费注册网站空间 网络安全密码如何查找 网络营销战略是什么 一般网站模块 网络安全基础关键技术操作 营销型企业网站建设教案 营销型企业网站建设教案 网络整合营销套餐 网站建设 长春 云南制作网站的公司 口碑好的无锡网站建设 武汉手机网站建设动态 保护信息安全的技术和手段有哪些,-1 小红书营销推广 武汉网站建设网页设计网站制作网站建设公司做企业网站公司 2017中国网络安全事件 国际间网络安全合作 网络安全优化方案 上海集团网站制作 新营销策划 信息安全铁人三 酒网站模板 网络安全专题知识宣传 网站红蓝色配色分析 网络安全框架怎么写 宜春做网站 免费注册网站韩国网络安全中心 许昌做网站 小程序营销案例 大学生信息安全比赛 网络安全 一句话总结 信息安全文档 flash网站欣赏 营销型企业网站 关于网络安全报道 福州口碑营销 亿玛客网络营销学院 国内最好的信息安全公司 国内最好的信息安全公司 网络安全仿真靶场 如何攻破网络安全审计监控系统 flash网站欣赏 信息安全应急响应中心 教育部信息安全,-1 关关于信息安全的网站 企业网络营销方法 信息安全培训机构课程 广撒网营销 浪潮网络安全 营销推广服务 信息安全培训目标是 网站筹建中 福州口碑营销 信息安全厂商 2017年的网络安全 信息网络安全建设方案