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珠海企业集团网站建设网络安全 公安部网站建设方案设计心得网站设计咨询电话网络安全 构建网络空间简述网络营销漏斗原理网站质作网站国际化网络信息安全政府天才古枫,惨遭敌人挖仙王骨、打碎丹田,成为废物。 父母的棺材也被敌人挖了出来! 他在绝望中觉醒荒古圣体,获得荒古天君的传承。 他执掌天剑,抗衡视他为敌的天道,一步一步登顶世界之巅,达到与天道并肩的无上境界。 古枫:既然天要杀我,那我就要屠天……证帝!!!“夕木成熟后可是很好吃的”“真的吗”“骗你干嘛”在一个异世界中存在着很多国家,在这众多国家中有些国家正密谋着一场大事。这个世界上,有很多不为人知的秘密。它肮脏、丑陋但也不乏无奈、温情......在那个没有人关注的小城里,其实藏着更多底层人物的悲哀。也许每个人都深陷泥沼,但愿我们每个人都可以成为一束光,与黑暗抗争!什么?救世主,不感兴趣,我还是混吃等死的好!于是就这样我们可怜的主角方正被迫营业成为了一名救世主。孙玄意外穿越到了西游记的世界,和孙悟空一起从石头中蹦出,凭借着未卜先知的能力,兄弟二人也在改变着自己的命运!刑警队长罗生与歹徒双双坠楼身亡,妻女重伤难治。雷电交加的暗夜里,巨大的紫黑色的手掌将罗生拽进一个光怪陆离的修仙世界。 丧失前世记忆再世为人的罗生降生于六国雄立的无尽疆土,成为秦国中州一世家的嫡长孙“罗睺”。拥有爷爷与母亲的疼爱,父亲与师傅的严厉,罗睺是所有人的骄傲! 然而,当他失去这一切的时候······当他被命运中那只巨手扼住未来的时候,他能做什么? 削此轮回永恒族大能者操纵着棋局变幻,道盟,帝君,仙域之主彼此制衡,无法齐心, 无数生灵存活于仙灵庇护下,成为仙人创造的附庸,傀儡,多少追逐长生,名利,权力的天才死在贪婪之路上! 与群仙称雄,与群魔征战,三千小世界,十万大世界。 “一世命既万世命!” 罗睺昂首穹苍,坐在那孤独的三界之主的王座上,他的手上沾满鲜血,灵魂中的每一个毛孔都是死去对手的脸! “我可以选择放弃杀戮,但是那样会让更多的人死去。” “残忍,不是掌权者的专利!” “这是一个古代女尊男卑的世界,是一个带着乙女气息的女频后宫爽文,还是一个橘里橘气的百合文,咱们的女主一路扶摇直上,最后和一堆姐妹与小弟被和谐。” 啊对对对,唐泽就穿进了这本女频后宫小说,而且他还没把这本小说看完! 唐泽就看了开头和结尾,从第一章直接跳了几百章,中间的过程他一律不知,只知道里面的女主男女通吃!男女通吃!男女通吃!重要的事说三遍!男女通吃! 而他穿的正是原女主众多后宫中的男宠之一。然后唐泽莫名其妙的有了一个神奇的东西,它叫“剧情君” 唐泽:你为什么不叫系统? 剧情君:剧情君和系统是不一样滴 唐泽:…………求我现在的阴影面积 等等,这剧情不对啊?系统!啊呸,剧情君!你给我圆润的滚出来解释一下,为什么原女主的后宫走向都不对劲? 我不对劲,你也不对劲,大家都不对劲。 直到唐泽走上人生巅峰,望着他偌大的后宫,唐泽恍然大悟 原来他拿的是团宠、男主剧本。只是为什么他的后宫变得和原女主后宫一样了? 一个好汉三个帮, 司马龙飞是一个走路都费劲的大胖子,遇见命中贵人龙飞而破茧 成蝶,两个少年嘻笑江湖,指点天下。 懒得介绍
响应式网站 信息安全管理人员 等保 怎样建立网站 未来信息安全 重庆搜索引擎营销工具 计算机信息安全分级 网站建设网站 浙江省网络安全宣传周 火锅店的病毒营销文案 网站设计咨询电话 为什么过世的前世缘分【www.richdady.cn】 前世今生的故事有哪些经典案例?咨询【www.richdady.cn】 大龄剩女的婚恋经验有哪些?【www.richdady.cn】 为什么过世的前世修行咨询【www.richdady.cn】 大龄剩女的婚恋规划如何制定?咨询【www.richdady.cn】 什么原因意外的前世案例威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世老婆的前世影响咨询【σσЗ8З55О88О√转ihbwel 迟缓儿的环境影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 性压抑的自我提升【微:qq383550880 】√转ihbwel 冤亲债主干扰的化解仪式【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 性压抑的案例分享【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的情感重建方法有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 暗恋的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份如何影响情感生活?【σσЗ8З55О88О√转ihbwel 自闭症的家庭支持咨询【企鹅383550880】√转ihbwel 自闭症的症状与诊断咨询【微:qq383550880 】√转ihbwel 有官司的案例分享咨询【σσЗ8З55О88О√转ihbwel 大龄剩女的社交技巧【企鹅383550880】√转ihbwel 忧郁症的心理调适【企鹅383550880】√转ihbwel 家庭关系的咨询技巧咨询【www.richdady.cn】√转ihbwel 网站国际化网络信息安全政府 太原全网营销服务商 网络营销的作用价值 信息安全相关政策法规 简述网络营销漏斗原理网站质作 百度教育山东营销网站内容更新 营销书籍 扬中网站建设 怎么个人网站设计 精品手机网站案例 互联网企业 信息安全 网络安全技术对抗赛 网站建设公司销售招聘 信息安全国家标准 网站建设哪家公司好 直接营销优缺点 网络营销术语ip 外贸网站推 精美网站建设网站的目的 网络营销的职能关系 苏州专业网站设计制作公司 网站设计咨询电话 网络安全和信息化》杂志社 西安营销型网站 信息安全管理人员 等保 2016国内网络安全事件 网络安全入门培训 网络安全技术对抗赛 网站建设公司销售招聘 信息安全国家标准 计算机信息安全分级 中国信息安全应急中心 中国石油信息安全通报 信息安全 黄区 山石网科网络安全 深圳高端电商网站建设者 网络营销管理 e点营销 南昌网站忧化 信息安全 一级 关于网络安全的 外贸网站建设公司方案 展示型网站建设流程图 关于网络安全的通知 信息安全实施计划 网站内容好 如何定位网络营销渠道 杜蕾斯的网络营销 成都网站制作 网络安全怎样辨别 服装微博营销案例分析 怎么创造网站 未来信息安全 展示型网站建设流程图 网络安全文章下载 国家推进网络安全()服务体系建设 唯品会的营销策划方案 网络安全机构分支机构 太原全网营销服务商 甘肃营销型网站制作 外贸网站推 网站所有权 360网络安全大会 中国国家信息安全产品认证证书等级 网站导航营销的优点 cio 信息安全 新闻媒体网络营销案例 武汉做网站最牛的公司 国家信息安全实验中心,-1 蒙牛网络营销 i春秋网络安全大片app 太原全网营销服务商 邮件营销推广 浙江省网络安全宣传周 信息安全相关政策法规 重庆搜索引擎营销工具 信息安全 一级 成都网站制作 网络安全防范手段 计算机信息安全分级 网络营销术语ip 国家信息安全等级认证 学网络营销 商城推广人际营销 国家信息安全等级认证 信息安全国家标准 山石网科网络安全 口碑营销公司 南宁网站推广 专业网络安全公司 美国 信息安全风险评估 网络营销教学软件 物联网网络安全 seo营销技巧培训课程 门户网站有哪些 网络安全组织管理情况 网络营销的作用价值 川大信息安全系 未来信息安全 济南网站制 信息安全 讲话 2014 网站-网站建设定制 建高级网站 中国信息安全应急中心 网络安全培训 费用 重庆搜索引擎营销工具 外贸网站推 什么叫网站 网络安全公司起名 网络营销术语ip 网络营销教学软件 广东省信息安全等级测评机构备案(第三方测评机构) 什么叫网站 近期网络安全事件 cio 信息安全 红帽杯网络安全 近期网络安全事件 北京企业网站案例 网站制作 太原 潍坊市网站 长沙做网站建设的 太原哪里做网站好 信息安全保证人员认证(简称cisaw) 网站所有权 响应式网站 互联网企业 信息安全 网站内容好 网络安全 工控平台 网站注册免费 学生网络安全讲座 中国移动信息安全产品 山石网科网络安全 网络安全文章下载 直接营销优缺点 网络安全愿景