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
不属于营销战略4p的快速做网站网络安全威胁什么意思无线网营销山东济南网站制作优化网络营销营销渠道网络安全技术人员网络营销与销售的区别和联系网站制作公司 云南网络营销宣传方式有哪些游戏降临,现实与虚幻交织。 这里有武者拔山倒岳,声震十里。有妖兽双翼一展直上云霄,更有一种名为玩家的生物在当中嬉笑怒骂。 世界的交融,躲不开的命运。 当百米长的火焰刀气横贯于现实之中,当名为‘魔’的存在破碎空间降临之时。 举世哗然,一众玩家不由抬头仰望: “我kao!” ……魂殇 红尘浊世,崖外桃源 九霄云中,情丝谁牵 白衣皓雪处,落红颜 两相依,两心恋 怎奈何,天长地久阴阳断 江湖风雨,百千浮莲 恩怨情仇,岁岁年年 刀剑争鸣后,魂未散 月光冷,月影寒 一声叹,山盟海誓不复还 情难了,恨难填 却只剩,前路潇潇醉古兰 情未了,恨已残 斜阳下,踏歌杳杳几峰峦 一壶酒,一把剑,梦从前 一个人,一支歌,两缠绵无尽虚空,暗域缘起,幻境连绵,魂牵梦萦。如泡现盈破,似影隐现。通篇尽是浮想联翩,异想天开之事物,是略显温和的怪谈。内蕴玄机,有缘人或可勘破。财是什么?一千个人就会有一千个答案; 财是就是金钱,是贵重金属; 财是就是资源,一切发展的资源; 财,人生经历,认识,胆识,才华甚至是血脉; 为了财,我在亮剑中卖军火;为了特工技术,我在五号特工组中卖装备;为了钱,我在开日奇侠装提供保镖服务;为了财,我在平行世界帮助崇祯一统天下;为了,能量,我在建国大业帮助光头佬在火奴鲁鲁建立王国。 为财,我可以做一切。天道俯视众生,凝聚世间万法打造九重天阙,与之共鸣者可获天赐命魂,踏上修行登天之路。 顾铭,大楚史上第一个获赐七品命魂之天才,然成年之日,父母被杀、家族被灭、命魂被夺,临死之前侥幸踏入剑冢,铸造鸿蒙剑体,修行无上剑道。两年之后,顾铭离开剑冢重返世间,踏上剑道至尊之路,一剑可斩仇敌、可破九天、可镇诸天万域。 李江,一个不是这个世界的人来到了这个世界。他没有比别人更多的本事,唯一的长处就是他有别人永远都没有的经验。经验这个东西,可以让一个平凡的人成为神,不是神话里面的神。 李江,觉得自己不是神。他只是多了一点别人没有的记忆,这是老天爷的恩赐;或者是上帝的奖励。总之,他来了,带着神一样的能力,来到了这个世界。他不是来改变这个世界的,但是世界却要注定因他而改变! 哥不是神!但哥却可以成为神话!2656年———一个科技的时代 在这一年,人类文明已高度发达,逐渐转移家园,在宇宙之中寻找居住地。 而在这样的时代,人类却已忘记了孕育他的地球。高尖端人才们却抛弃了她,只留下一些“低级人类”们在这“低级星球”上自生自灭。人们也不得不将地球重新分洲,分别是:东洲、西洲、南州、北洲。其中,西洲与东洲因为没有留下任何技术导制文化崩溃,退回到2025年左右的经济。南州和北洲因为技术保存较好而存在于2200年左右的经济。 但是令那些资本家没想到的是,在这落后族群:地球上,会因为一次浩劫而改变他们的看法...... 一天重复着一天,当初选择并打算坚持的理想在不知不觉中变了质,面对现实中的种种无奈,不得不放弃一些长久以来所坚持的东西,迷茫的寻找着以后的路,如果有一天我们如众多穿越者那样穿越到不同的世界,我们又能做什么?又能改变什么?(PS:一直答应过一位好友要以他为主角写一本书,虽然好久好久没有联系,毕竟答应过的事情都要做到,人不能无信嘛,本书虽然会写得有些乱,未来可能骂评如潮,但是不会鸽,会坚持写完。) 末世+自然灾害+无系统+求生 气候突变,打破了世界原有的平静,冰川时代降临,幸存者挣扎求生。 面对未知的灾难和危险,一个个小人物组建到一块,共度危机,只为在这末世之下,走的更远在人类征服宇宙的无数岁月里,是否会有人想起一颗名为地球的星球 是否有人会重新寻找它的踪迹 是否有人会重新踏入它的怀抱
移动信息安全服务商 营销模式信息安全学院招生,-1 昆明网站优化 南京网站建设咨询 不属于营销战略4p的 失败的营销策划案例分析 美食网站案例 杭州网站设计 网络安全的研究 免飞网站 事业不顺的职场突破【www.richdady.cn】 脑部不清晰【www.richdady.cn】 如何识别冤亲债主咨询【www.richdady.cn】 事业不顺的职场提升路径有哪些?咨询【www.richdady.cn】 前世今生的改命方法【www.richdady.cn】 公司破产的后续规划咨询【企鹅383550880】√转ihbwel 去世的母亲的前世因果【微:qq383550880 】√转ihbwel 无形干扰的前世故事【企鹅383550880】√转ihbwel 财运不佳的财富转运【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家庭关系的心理调适威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的财富增长威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵的超度方法【企鹅383550880】√转ihbwel 冤亲债主干扰的前世记忆咨询【σσЗ8З55О88О√转ihbwel 忧郁症的治疗方法咨询【www.richdady.cn】√转ihbwel 失业的职业规划咨询【www.richdady.cn】√转ihbwel 前世今生的故事有哪些经典案例?【企鹅383550880】√转ihbwel 阴间生活的前世案例【www.richdady.cn】√转ihbwel 脑部不清晰的自我提升咨询【企鹅383550880】√转ihbwel 事业不顺的职场建议【微:qq383550880 】√转ihbwel 大龄剩女的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 洛阳做网站 失败的营销策划案例分析 自己建网站程序 建网站难吗 合肥网站建设的公司 网络安全技术人员 和田网站建设 廊坊网站制作 重庆互联网营销 免飞网站 南京网站建设咨询 营销学评价 渗透式营销 网站设计软件 dede移动网站时广告管理里面的网址为什么还是原来的 金融网络安全案例分析 免飞网站 无线网营销 上海大 小企业网站制作 网络安全信息化职责 传统零售营销的特点是什么 网站建设 趋势 黑客网络安全技术论坛 网络管理与网络安全 计算机网络安全事件 免费营销型网站建设 网络安全相关的暗网 青岛建网站 淄博网站建设乐达推广 模版建网站 廊坊网站制作 快速做网站 杭州网站设计 中国首席信息安全官,-1 渗透式营销 上海高端建站网站 营销型b2b网站 产品展示型的网站功能有哪些 沈昌祥 信息安全定义 支付宝全网营销软件破解版 企业网站网络营销方法 温州做网站哪家好 南通旅游网站建设 失败的营销策划案例分析 张新 网络安全与管理移动营销网 如何通过dreamweaver做一个完整丰富的完整网站 网站建设业务前景 开展网络信息安全认证 商务网站开发 网站开发制作公 营销培训学院招聘 建网站难吗 重庆互联网营销 衡阳做网站 最新2017网络安全事件 营销型b2b网站 网络安全等级保护工作的保障情况 西安市信息安全测评中心 陌陌的营销 网络安全技术人员 网络安全产品起名字 网络营销技巧 武汉网站制作 昆明网站建设公司 建网站难吗 快速做网站 什么叫整合营销机构 请问如何对以上传的网站进行内容的维护需要注意哪些事项 不属于营销战略4p的 佛山用户网站建站 佛山网站制作公司 网络营销中的不足 如何通过dreamweaver做一个完整丰富的完整网站 美食网站案例 网站高端网站建设 沈阳网站优化 网络安全顾问 免飞网站 松原做网站 口碑营销的概念 青岛建网站 网络安全企业50强 支付宝全网营销软件破解版 昆明网站优化 营销学评价 资阳建网站 信息安全管理考试 许可email营销的工具 下列不属于网络信息安全 上海专业做网站公 网站设计软件 营销模式信息安全学院招生,-1 网络安全战场 网站设计软件 免飞网站 网络安全的研究 关于网络安全的问题 南京网站建设咨询 网站赚流量 网络安全技术模块开发 重庆的网站建设公司 廊坊网站制作 app购物营销 免费企业网站创建 网络安全的威胁可以分为两大类 网站制作帐户设置 信息安全国内数据申报 最新2017网络安全事件 沈阳网站优化 计算机网络安全事件 龙岩做网站 全球网站建设服务商 网络安全专业的介绍上海制作网站的公司 中国首席信息安全官,-1 衡阳做网站 永恒之蓝 网络安全 洛阳做网站 广州网站建设优化 渗透式营销 重庆的网站建设公司 微信的网络营销价值 青岛营销型网站建设 美食网站案例 营销型网站推广方式的论文 营销会员 网站建设 趋势 信息安全依据 西安市信息安全测评中心 永恒之蓝 网络安全 上海大 小企业网站制作 网络安全顾问 网站设计 网络营销平台建设情况 宁德网站建设 广州营销班