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
布吉建网站国家注册信息安全专业人员科技企业网站设计制作政务性网站制作公司中企网络营销顾问信息安全导师贵州网站制作公司电话易营销型网络安全的防御推广与营销天赋异禀的李正在梦里重获天眼技能,开启了人生的新篇章。在协助林娇娇解开她扑朔迷离的身世之谜过程中,李正历经了波谲云诡的奇遇,遭遇了不明来历者的重重绞杀。最终打开了连通意识和现实的通道大门。虽解开了林娇娇的身世之谜,却触发了历史倒转的开关。 为了维护现实世界的安全,李正在意识世界里的众位隐士高人帮助下,终于淬炼出了真身。只是这位天之骄子要如何从千军万马中杀出重围,阻止历史篡改者试图从意识通道重回现实世界独霸天下的野心呢……退役武警李北狐意外坠入一个与现世并存的江湖世界,这个世界因为他的闯入,打破了几十年的和平,一时间纷争皆因他而起,各方人马明争暗斗,而他最后发现,原来自己早就成为一个巨大阴谋下的棋子......能斩敌人百万雄师,却对她无能为力! 妻!是我的妻!    怨我、恨我、仇深似海! 无论如何弥补,都无法填平,婚前抛弃带给她的蚀心伤害! 这一生,只为获取她的原谅,哪怕是……    每一天都发狂! 叶涯穿越到平行世界,开局参加梦想挑战者,没想到凭借一首歌直接爆火全网! 紧接着每一首歌都火爆全网,成为乐坛的宠儿,不仅如此,他还是公认的诗仙,钢琴大师! “叶涯,是我见过的最好的音乐人,没有之一!”世界级天王说道! “叶涯先生,绝对是当代诗仙!”国内文坛大佬说道。 “叶涯先生的钢琴比我优秀太多了”世界级钢琴大师说道。 就这样叶涯一路成为世界上最出名的人!一言定生死,一语变乾坤。对不起啊,萧儿,没想到这最后的最后,我依然还是没能找到那个我想要的答案呢!或许人都会在生命即将迎来终结的那一刻彻底醒悟,但我想,可能那时已经有些晚了吧! 我们之所以会觉得悬崖边上的花很美,并不是它本身有多么耀眼,是因为我们总会在悬崖边枉然止步,而花朵则会向着空中迈出属于他那成功的第一步。 到这里,我的故事,也终于是····结束了!虽说这结局好像看起来的确····很难····让人接受呢! 这是父亲当年临走时留下来的话,的确很难让人理解,不过······ 身边的种种怪事在一夜间接踵而至,这一切假象的背后到底又掩盖着一个怎样的真相,各种谜团接连不断的笼罩而来,这幕后的操刀者究竟又是人是鬼,故事还在继续———我!又怎能后退! 一门被视为垃圾的功法,一个被同门视作废人的修炼狂人,在得到一枚阴阳玉佩之后,一切将彻底改变。 十倍修炼速度,令古飞一再突破武道极限,千百年来已被人认定的铁律,被古飞一一打破! 奇迹……古飞不相信奇迹,他相信的只有血和汗,在这个武道已经没落,真正的武道奥义已经失传的腾龙大陆修炼界,且看古飞如何以武逆天,脚踏道术神通,拳打妖魔鬼怪,怀抱红颜绝色,成就不灭武尊! 梁三的书群:群一:139735153;群二:274673223(空);群:11269273(满)!76376881(未满)!梁三完本作品:《都市之古武风流》!!这个世界,实力为尊…全靠自己的灵力宋南出了车祸,重生成了一只猴子,他要如何才能在这个全新的世界活下去……一个平平淡淡酷爱小说的人,不善与人交流。只有小说才是他的世界。
营销号公司安庆网站建设 珠海品牌机械网站建设 浙江网站建设企业 东莞销售网站设计 专业信息安全软件,-1 中国信息安全认证中心 主任 个人网站建设制作 网络安全攻击 平台 网络安全排行 中企网络营销顾问 前世老婆的前世记忆咨询【www.richdady.cn】 人际关系不好的表现及原因咨询【www.richdady.cn】 婴灵的超度方法【www.richdady.cn】 婴灵的安抚有哪些实用技巧?【www.richdady.cn】 前世缘份的修行建议咨询【www.richdady.cn】 发育倒退咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 性压抑的原因分析【企鹅383550880】√转ihbwel 纠纷的心理调适咨询【www.richdady.cn】√转ihbwel 与老公前世的故事分析【www.richdady.cn】√转ihbwel 耳鸣的前世记忆咨询【微:qq383550880 】√转ihbwel 头脑混沌的心理调适咨询【微:qq383550880 】√转ihbwel 精神不振的生活习惯威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女的自我提升咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家宅磁场干扰的原因咨询【微:qq383550880 】√转ihbwel 如何克服升迁障碍?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何解决感情纠纷?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 外灵干扰的解决方法【微:qq383550880 】√转ihbwel 婚姻生活不顺的解决方法咨询【σσЗ8З55О88О√转ihbwel 与女友前世的前世案例咨询【σσЗ8З55О88О√转ihbwel 前世今生的缘分揭秘【σσЗ8З55О88О√转ihbwel 个人微博营销特点 天津理工信息安全 做网站 深圳 网站有什么功能 网络安全测评备案 网络安全行业标准 自做网站 信息安全属性 如何写网站文案 微网站建设包括哪些方面 政府怎样维护网络安全 www的网站怎么申请 idc网站建设 沈阳网站建设 信息安全培训专业 中国信息安全认证中心 主任 网络安全攻击 平台 湖南长沙网站制作 沈阳网站制作公司 科大信息安全专业 网络安全审计读后感 北京网站制作 公司信息安全培训 用于演示的信息安全产品,-1 信息安全导师 北京网站制作 微信朋友圈营销的好处 广东外贸网站建设 信息安全的认证中心,-1 微网站建设包括哪些方面 个人网站建设制作 网站多语言 营销号公司安庆网站建设 免费网站 公司信息安全培训 网站制作设计 吉安高端网站建设公司复旦+信息安全 关于注意网络安全 信息安全竞赛 作品 佛山h5网站公司 口碑好的搜索引擎营销企业 个人微博营销特点 创旗信息安全管理系统 贵州网站制作公司电话 淮南网站建设上网认证管理系统 信息安全 网络营销顾问 但是网站相关内容和程序并没有建设完其次网站公司给我公司的 吉安高端网站建设公司复旦+信息安全 全国网络信息安全学院 中国网络安全宣传周 衡水高端网站建设 常用的信息安全防护方式是 投诉期新产品 营销策略 传统网络安全公司与新兴安全公司 科技企业网站设计制作 合肥网站开发 网络安全测评备案 网络信息安全中宣部 网站后台开发 手机短信营销软件 武汉信息安全网org,-1 网络安全行业标准 营销能力 重庆网络营销哪家专业 贵州网站制作公司电话 营销策略特点建单页网站 营销号公司安庆网站建设 网络安全监测预警平台 做网站 深圳 www的网站怎么申请 天津网络安全 服务营销优缺点 用于演示的信息安全产品,-1 湖州网站建设 科技企业网站设计制作 中国主要网络安全公司 idc网站建设 怎么创立网站 法国网络安全立场 南昌网站建设公司渠道 天津理工信息安全 湖南企业网站建设 哈尔滨网站设计公司 php网络安全 公司信息安全培训 福州+网站开发 设计2017网络营销大会 信息安全是一个专业 www的网站怎么申请 关于注意网络安全 建设网站的五个步骤 网络营销机会 信息安全大赛比什么 信誉好的龙岗网站设计 网络营销方法和应用研究 网站后台开发 北京网站制作 公司信息安全培训 东凤网站建设 wap手机网站建设 政府怎样维护网络安全 智能网联汽车信息安全 网络安全广告 合肥营销型网站建设 广东外贸网站建设 法国网络安全立场 信息安全 体系 网络安全座谈会 网络安全审计读后感 个人网站建设制作 移动端网络安全 周口网站建设 微网站建设包括哪些方面 网络安全业务资质 信息安全 白帽 如何理解IT信息安全 免费网站 营销策略特点建单页网站 外贸免费建设网站制作 信息安全建设依据 智能网联汽车信息安全 去哪里学网络营销师 网站多语言 湖南长沙网站制作 互联网广告营销策划 广东信息安全研究生,-1 企业网站响应式 南京网站推广营销公司哪家好 网络安全的目标有哪些 免费网站 红色网站建设 网络安全排查统计 网络信息安全攻防赛 长沙网络营销 营销的坏处