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网络安全技能大赛信息安全等级保护推荐国家信息安全保障人员信息安全大事情注册网站域名个人信息安全规范 产品网络营销专业建设指南网络营销的优势刘冰异世重生为地龙,信手翻天覆地破苍穹。 林明穿越到危机四伏的玄幻世界,开局就被成为苦力,惨遭007折磨。   就在林明以为要当一辈子牛马的时候,激活了人生模拟器。   只需要消耗灵石就能够开启模拟。   【第一日:你学习陈胜吴广,一句王侯将相另有种乎震撼众囚,囚犯们热泪盈眶直呼你为天人转世。】   【第二日:你的话在囚犯群体中传播开,你的地位直线上升。】   【第五日:你晚上睡觉的时候,突然有黑衣人闯进来把你带走,你自知实力不够无法反抗。   好在对方没有恶意,你们细细攀谈对方对于你的想法大为震惊,表示还会来找你的。】   【第六日:黑衣人果然来找你,你们相谈甚欢。   你接着这个机会寻问修行之法,对方随手给了你一本没有封面的功法,并且指导你修行。】   【第九日:有人指导加上你没日没夜的练习,你终于有了气感。】   【第二十日:你成功突破进入到炼气期成为一名修士!】男主一家是代代相传的除妖世家,更有神仙,阎王给的金字牌坊,自唐代以来,出了不少斩妖除魔的天才,但是到了21世纪,妖怪基本上斩的差不多了,委托越来越少,天庭地府不断裁员,家族越来越衰落破败,到了男主这一代,只剩下爸爸和他一起,家里更是穷的揭不开锅,这时,好不容易收集齐山海经,却被无名小妖偷走,圣上大怒,委托男主和其他除妖师找回遗失的山海经……活在这个动乱的年代,身为江湖大佬的许锐锋已经很疲惫了,当他准备相亲过点小日子时,没想到竟然相亲相回来一个间谍…… 她,深入敌营窃取情报; 她,组建底下情报网络向中央传递信息; 她,在敌后无孔不入,备受嘉奖。 当全世界都以为这个女人是王牌特工时,她,却矮下了身子正在给许锐锋洗脚。 因为她知道,没有这个男人,自己早死了成千上万回,而整个北满的日本人都在以抓到这个男人为荣。 他,就是北满第一杀手,左手枪王,北满地下秩序的统帅,大老许。陆云是一个偏远地区大家族的子弟,由于出生五灵根被称为废物,好不容易筑基却迎来了人生中第一次转折,家族的叛乱,使自己流亡在外,回来报仇之时,却引发战乱,整个凡界乱作一团……我也不知道我死了多少年了,组长说我是孟婆汤喝多了。 我在人间当鬼差,专门负责按照生死薄的时间和死法去收割人头。 阴间的KPI太重了,我想再死一死黑暗的墓穴中总有什么盯着你,古画图上隐藏着财富,地位,还是名誉,大佬汇聚一堂,风云再起,何人能探寻终极的秘密?一本关于过去的小说,单纯为了和过去告别,不喜勿喷。强子、秃鹰、梁叔各怀鬼胎的三人在机缘巧合下到会稽山寻觅黄龙玉,半路上遇到枭,经历一系列事情后决定结伴寻玉。待其进入会稽山中的洞穴后发现了一个神秘潭——汇龙潭。围绕着汇龙潭展开了一系列探寻“天眼”神秘力量、寻找阿尔法通道及探索的经历。在一系列经历过程中,三人各自的多重身份逐一揭开,同时人性中的扭曲与复杂也一一呈现。最终发现“天眼”神秘力量其实源于内心——佛魔居方寸,善恶一念间。 在寻找“天眼”神秘力量和阿尔法通道过程中,葛钰、阿郁和龙王先后出现,伴随着一系列的阴谋、阳谋犬牙交错中,阿郁和强子的真实身份逐一浮出水面,他们自以为天衣无缝,岂不知这一切被“天眼”一览无遗。正当其自以为即将大功告成之际,却惊讶地发现:他们自始至终都是上峰手里的棋子,而上峰也不过是自己欲望的奴隶。可谓:机关算尽太聪明,枉送了小辈们性命。而所谓的“宏图伟业”也不过是黄粱一梦,徒增笑料而已。其实“天眼”神秘力量就在人心而已。我是老中医,专治各种吹牛逼! 我武道超神,吊打一切不服气! 秦飞偶得神秘传承,拥有神眼,从此医术通天,武道超神,且看他逆天崛起,笑傲人生。
网站制作公司哪家好 天融信网络安全 销售群发营销信息 五级网络安全级别 高校网络安全小组 国家信息安全共享平台 做网站的好公司重庆 手机网站制作 网站内容管理系统 苏州网站推广 巴中网站建设 与男友前世的前世缘分【www.richdady.cn】 婴灵对家庭有哪些影响?咨询【www.richdady.cn】 如何改善财运不佳的情况?【www.richdady.cn】 灵魂种子治疗咨询【www.richdady.cn】 去世的母亲的去向解析咨询【www.richdady.cn】 与公婆前世的前世缘分【企鹅383550880】√转ihbwel 提高情商的方法【企鹅383550880】√转ihbwel 前世今生的缘分如何续写?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的职场困境【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 婚姻生活不顺的前世记忆咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 婴灵的前世今生咨询【σσЗ8З55О88О√转ihbwel 亲子关系的教育理念咨询【企鹅383550880】√转ihbwel 冤亲债主咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何解决孩子不爱读书的问题?咨询【企鹅383550880】√转ihbwel 升迁障碍的职场建议咨询【σσЗ8З55О88О√转ihbwel 升迁障碍的心理调适咨询【企鹅383550880】√转ihbwel 前世缘份的缘分解读威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 耳鸣的自我提升威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 亲子关系【企鹅383550880】√转ihbwel 纠纷的心理调适【σσЗ8З55О88О√转ihbwel 网络安全监测设备有哪些 重庆整合营销的公司 做网站的好公司重庆 手机网站制作 网络安全管理横向联系 互联网产品营销计划 网络安全检测时间频率 广州好的广告公司能独立承担汽车品牌营销策划推广服务 印尼 网络安全 北京 国家网络安全基地 营销综合管理首页 南宁互联网营销公司 智慧城市与信息安全,-1 网站空间申请 注册网站域名 中国网络安全平台作业 昆明的房产网站建设 网络安全监测设备有哪些 三门网站制作 好未来信息安全规范正式实施时间 信息安全等级保护推荐 天津电商网站制作 重庆整合营销的公司 企业网络信息安全培训 手机版商城网站都有哪 些功能 政府网络安全实现 宿迁网站建设 上海营销部 南宁互联网营销公司 学校网站建设哪家好 news营销 web网络安全培训机构 大同做网站 深圳高端网站设计 网络营销充电 进行公司网站建设方案 网络安全产品品牌 学校网站建设哪家好 网站建设: 网络营销专业建设指南 企业网络营销调查心得体会 网站内容管理系统 娃哈哈产品营销策略 信息安全管理控制规范 网站内容管理系统 国家信息安全保障人员 网络安全事件2017 信息安全的漏洞 英语 苏州网站推广 网络信息安全专题 销售群发营销信息 网站验收流程 金盾网络安全 铜仁网站建设 网络安全评估报告 常用的信息安全技术方法,-1 生鲜网络营销目标 注册信息安全员培训 营销综合管理首页 做网站的好公司重庆 手机网站制作 北京信息安全的公司 有哪些软文营销例子 网络安全和渗透测试工具 南宁互联网营销公司 信息安全分享,-1 昆明购物网站建设 网络安全防护产品 网站空间申请 智慧城市与信息安全,-1 企业网络营销调查心得体会 网站验收流程 广州网络互动营销公司 网站空间申请 安徽电信网络与信息安全管理部 logo网站推介 上海营销部 安徽电信网络与信息安全管理部 企业网络信息安全培训 信息安全泄漏 当前网络安全的现状 网络安全治理与黑客 网站建设: 中国地区2011年第四季度网络安全威胁报告 高校网络安全小组 昆明的房产网站建设 全网营销服务有限公司 做网站前景 信息安全大事情 网络安全监测设备有哪些 网络营销本科学校 信息安全邀请赛 网络安全事件2017 社会化内容营销案例 展示网站和营销网站的区别 分栏式的网站有哪些 我国信息安全存在的主要问题有 中央网络安全 运维网络安全宣传图 昆明微信营销公司 深圳 企业网站建设 营销型网站建设哪里有 义乌网站建设工作室 高校网络安全小组 信息安全保护二级证书 深圳 企业网站建设 中国培养 信息安全 网络安全方面的人才 培育效果 培养机制 常用的信息安全技术方法,-1 网络安全实验室上传关 中国培养 信息安全 网络安全方面的人才 培育效果 培养机制 营销公关专业柳州网站建设 自己的qq群营销方案 微汇通微信营销软件 企业网络信息安全培训 网络安全密钥最后一位 营销网事 网站建设方式 自己建网站 上海营销部 三门网站制作 网络营销带来的利与弊 网站建设方式 网站设计存在的不足 如何用好营销成本 信息安全保障人员培训 珠海网站优化 2017 网络安全周 武汉网络推广营销公司排名网络安全与openssl 网络安全检测时间频率 网络安全密钥最后一位 东莞网站建设推广 政府网络安全实现 注册信息安全员培训 昆明购物网站建设 中国网络安全平台作业 辽阳做网站烟台网站设计公司推荐 中央网络安全 管理互联网