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
哈工大网络安全试验室2012到2013中国信息安全状态及发展趋势国家网络安全管理法规网络安全方面的新技术网络营销服务名词解释网站建设都 包括哪些信息安全和信息管理网站关键词更新模板网站优国家网络安全部一代圣魂降临,凭废躯重返巅峰,修五逆破障称神普通大学生逆袭之路以汉朝历史为背景,讲述一个平民小子,如何一步步成长为皇帝。 新人,新书,希望大家支持!现代佣兵周文意外魂穿到民国学生周文身上。他利用穿越带来的一颗佛珠的神奇功能,再加上后世带来的经验、知识和技能。打造了一只武功高强、军事技术顶尖的佣兵团队。 他带领这支佣兵团,历经中原大战、淞沪抗战、称雄上海滩。装备了当世最先进的各种武器,最后投身于伟大的抗日战争中。带着兄弟们杀鬼子......籃陌的力作《向世界说你好》.生活本该就是美好的存在.为了生活我们奔波在大街小巷.加班熬夜拿薪水.每个人都觉得上天不公.为什么别人能光彩照人.而我们却默默无闻.原因只有一个.那就是我们的努力远远不够.看似风光无比的的成功人士.你永远不知道他洒下多少汗水来证明自己的选择没有错.心中的苦.永不言弃的精神才是我们应该学习的.每个人都有自己的梦想.也许我们为了生活曾放弃过自己的梦想.我们也曾迷失方向.感到彷徨.忘记了最初的梦想,生活教会了我们这么多.让我们每天一起学习.一起成长.我们应该知道感恩.他就像我们的亲人一样.陪伴我们走完此生!远古有大能者,以身为境,开辟一方独立世界,后来族人称之为蓬莱。然非凡人能寻,此为天御族之信仰。 人类天生的控制欲使他们不喜欢那些超越受控制的东西。 从远古开始,这种本性就不容许异人类的天御族存在,哪怕他们也同为人形。而天御族一直隐藏于人间 在一场场剧变事件发生后,天御族开始暴露,为了不断地消灭天御族,人类的社会、科技得以不断进步,人类开始全面肃清天御族。 族人不断死去,天御族领袖们能否找到出路,他们将何去何从…一睁眼竟然来到另一个时代。 这是哪,我是谁,这人是谁叶阳怎么想都没想到自己的女徒是一位剑帝! 除了剑帝,叶阳也没想到她会如此绝情! 无敌一剑,天道破碎,灵缺崛起,阴晴圆缺。 天才肆起,天道有灵?此界生灵,该向何处? 缺灵缺灵,再也无缺。救世残缺,伊在何方? 叶阳,一位空头剑宗宗主,自有一剑,可破天开地。 东方青,一位无情剑道女帝,她有一情,可翻星倒界。 (简介就这样,大伙看个乐呵就行。)  何为魂修?修魂逆命,与天争。 ...... “你可想好?八目玉属性丶能力各不相同。若是选择震玉,那么日后也不可再更改。” “前辈,我想好了。” ...... 天元大陆,姜芜忧历经种种磨难,带着八目玉之一震玉,踏上了修炼旅途。在这充斥着东西方玄幻色彩丶妖兽横行的世界中,卷入一场场阴谋和争斗。自此,再无宁日。 ...... 一入魂修深似谷,再回眸时已无路。在剑下活着,或者死在剑下。 人,比自己想象的要自由。 这是一条恶魔之子的求仙路。
营销的区别 网站的差异 模板网站优 微信营销的关键步骤 上海微网站 企业营销网站建设 动易pe2006网站网页可以访问但后台进不去也没有提示 国家网络安全部 网站设计文案 手机企业网站设计 儿子不读书的前世记忆【www.richdady.cn】 暗恋的心理调适咨询【www.richdady.cn】 如何判断自己是否被冤亲债主干扰?咨询【www.richdady.cn】 财运不佳的财富转运咨询【www.richdady.cn】 去世的母亲的前世解析【www.richdady.cn】 意外的前世影响咨询【σσЗ8З55О88О√转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 学习成绩差的环境影响【σσЗ8З55О88О√转ihbwel 学习成绩差的咨询技巧【企鹅383550880】√转ihbwel 无形干扰的心理调适咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 意外的前世因果【www.richdady.cn】√转ihbwel 存不住钱的环境影响【www.richdady.cn】√转ihbwel 强迫症的症状与诊断咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 互联网 和 网络营销 营销广告的表现形式 腾飞网络营销好吗? 网络营销平台分析报告 厦门网站开发建设 网络安全的威胁 参考书 浙江信息网络安全服务协会 网络安全培训会 营销信息教程 网络营销书本 网络营销公司 浙江 团购网站制作 互联网信息安全案例分析 网络安全训练 珠海网站制作网络公司 2016信息安全报告 广东米酒营销 网站设计文案 网站建设推广 营销搜测 网络营销的精髓是什么 网络营销服务协议 网络信息安全检查 青岛网站建设培训 保定设计网站建设 网络安全攻防入门与进阶 2016 中国网络安全年会 成都 网络安全攻防入门与进阶 网站设计分享 中国信息安全管理机构,-1 网络营销学下载 网站建设收费 绵阳科技网站建设 绵阳科技网站建设 广东米酒营销 营销网络的建设 信息安全认证中心 网络营销资源合作营销推广软件 政府网站制作建设 信息安全管理政策 网络安全培训会 深圳网站开发公 等级保护网络安全 网络安全合作协议 模板网站优 网站建设技术 营销的区别 设计网站的元素 国家网络安全管理法规 昆山设计网站的公司哪家好 南山的网站建设公司 网络营销策略的缺点 网络安全监控有什么用 国家网络安全管理法规 网络安全 的段子 网络安全训练 嘉兴网站设计 网络安全 的段子 APP营销特点 网络营销成本核算 网站备案跟域名有什么关系 vpn技术在网络安全中的应用 青岛网站建设培训 信息安全相关技术 饮料食品营销策划方案 济南营销策划团队 炒作营销 计算机网络安全心得体会 珠海网站制作网络公司 网站制作案例 手机网站建设动态 网站组网图 整合营销传播目的 厦门网站开发建设 网络安全方面的新技术 公安局网络安全解决方案 信息安全相关技术 企业网络安全的 点墨网站 云南省网站建设 陈墨网络营销顾问 360网络安全攻防实验室 信息技术与信息安全快速播放 网络营销书本 信息安全等保彩页 杭州整合营销企业排名 嘉兴网站设计 网络营销软件代理 信息安全等级保护备案流程 嘉兴网站设计 中国网络安全面临本质性威胁 危害网络安全次数 网络安全技术实训报告 绵阳科技网站建设 如何建设网站 网站设计分享 信息安全等级保护北京,-1 淮北网站建设 2014中国网络安全大会 网络营销的精髓是什么 2014广西信息技术与信息安全 政府系统信息安全检查指 信息安全考试 网站是什么 营销信息教程 网络信息安全检查 等级保护网络安全 腾讯信息安全运营中心 河南做网站 南川网站制作 网站自建 网络营销工程师教材 无人机网络安全 信息安全等级保护测评师考试 青岛营销推广公司 定制网站与模板建站维护 微信营销的关键步骤 企业网站建立哪 网站建设推广 2016 中国网络安全年会 成都 公司网络安全通知成都网站设计制作价格 邢台网站制作有哪些 北京搜索引擎营销策划 家用网络安全 信息安全等级保护测评师考试 学了网络营销能做什么的 网络营销书本 中国网络安全面临本质性威胁 长治网站建设 定制型和模板型网站 营销锦囊 网络安全工作汇报 广东米酒营销 网络营销学下载 信息安全等级分为几级 email营销是什么 网站组网图