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
网络营销渠道的选择网络安全百度网盘淘宝中的网络营销广州网络安全学校西安营销服务专家深圳网站开发郑州网站建设哪家有信息安全 泄密中国信息安全保护网html5网站欣赏意外穿越大秦,成为八公子嬴子夜,觉醒神级阅读系统,只要读书就变强!只要读书就能获得无限奖励,只要读书便可入圣! 为此,嬴子夜终日闭关读书,兢兢业业,不招灾,不惹祸。 终有一日! 始皇重危,意欲东巡求长生。 墨家蠢蠢欲动。 六国余孽准备造反。 赵高意欲篡改遗诏。 …… 嬴子夜知道,这时候不能继续藏了!再藏大秦不复、自己也将被胡亥杀死! “扮猪吃虎十余年,今日本公子不藏了!” “今日,本公子以读书入圣!一剑斩天!” “传令,三千大雪龙骑军出动!” “传令,铁浮屠出动!” “……” 看内容吧陈家是东北一个普通的农村家庭,改革开放前生活困苦,看不到希望,后乘着改革开放的春风,陈家生活逐渐富足,一家人也收获了爱情和幸福生活,富裕后的陈家人开始想着帮助相亲致富,在遭遇挫折之后,陈家新一代掌舵人开始更大的计划,想改变他所生活并热爱的那片黑土地!一部揭露社会残酷现实的小说 夹杂着玄幻的色彩让整部小说变得更有神秘感,男主的从无到有从生到死在从死到生体会了人世间的酸甜苦辣后才明白这所有的道理...............。Eyolu伊由路音曲文艺《花都明日A 1》《野菊花》《音曲集1、2》《写实录》…… 音乐致在感动与让人聪明,我不喜欢悲剧、恶剧。积极着真善、真相、真理,实现梦想,追求幸福,最有意义地生存!天才少年萧辰,灵台被族人夺取,沦为废人,受尽屈辱,幸而觉醒神物九龙塔,拜得神秘少女为师,吞噬九天之灵,融万族血脉,以九龙之体,战尽天下英豪!本人赵帅,刀塔传奇,于王者荣耀s1-sn赛季,一手镜绝活哥登顶荣耀101星,随后拓宽英雄池,成就赵天帝!一朝穿越成为不学无术、荒淫无度的纨绔太子。 为了重塑自己的形象,得经得住诱惑、耐得住寂寞。 面对手下宦官的谄媚,朝中大臣的冷眼,一众弟弟的虎视眈眈,朱永笑了。 有母后临终前给的九十九道免死金牌,根本不慌好吧。 我就当着你的面捅了你,你能咋地? 谁会想到这平静温馨的生活竟然会被发小一句话给改变…… “我看到你老婆了,在一个收费直播间里。” “你自己去看看吧!” 我是如此爱着她,可她却还不满足,究竟是七年之痒,还是从未爱过…… 一次不忠,终身不用。 余欢,我要杀了你!有着一群不为我们所知的人,他们被称为玄元者,他们生活在这个世界,却不与我们现同,他们的故事也鲜为人知。
专家营销 微信火爆营销推文汇总 信息安全二级等保收费 蒙牛网络营销 html5网站欣赏 灰色调网站 灰色调网站 网络营销的职能关系 网络信息安全意识 中山网站建设文化策划书 如何应对突然失业的情况【www.richdady.cn】 亲子关系的共同成长方法有哪些?咨询【www.richdady.cn】 无形干扰咨询【www.richdady.cn】 家庭关系的沟通技巧有哪些?【www.richdady.cn】 纠纷的案例分享咨询【www.richdady.cn】 暗恋的原因分析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 升迁障碍的案例分享咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与男友前世的前世案例【微:qq383550880 】√转ihbwel 财运不佳的财运改善咨询【σσЗ8З55О88О√转ihbwel 大龄剩女的婚恋建议咨询【www.richdady.cn】√转ihbwel 婴灵的预防措施咨询【企鹅383550880】√转ihbwel 公司破产的心理调适咨询【σσЗ8З55О88О√转ihbwel 前世老公的前世解析咨询【σσЗ8З55О88О√转ihbwel 去世的母亲的前世修行【σσЗ8З55О88О√转ihbwel 前世今生的修行方法【σσЗ8З55О88О√转ihbwel 感情纠纷的情感调解技巧有哪些?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 亲子关系的改善方法咨询【www.richdady.cn】√转ihbwel 儿子不读书威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与老公前世的前世解析【企鹅383550880】√转ihbwel 心特别累的自我提升威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 公司运营与营销 国家信息安全局成都 莱芜网站优化 做全网整合营销的公司 深圳 企业网站建设 专家营销 网络营销的交互性 jsp网站地图生成器 网站网格 网站建设方案 机关网络安全视频 常州网站价格 贵州网站优化 html5网站欣赏 2015中国网络安全大赛2016国内网络安全事件 网络营销策划术语 比较好的网络营销平台 开源网站管理系统 信息安全 一级 福州专业网站建设 迈克菲网络安全套装下载 机关网络安全视频 网站建设明细 营销 沙龙 网络信息安全意识 网络安全 准则 摩拜单车的网络营销 网站打开速度慢 网络安全攻击例子 微商营销模式缺点 医院互联网营销案例 禅城区做网站策划 微信火爆营销推文汇总 成都网站建制作 西安营销服务专家 深圳企业网站制作 中国石油信息安全通报 灰色调网站 信息安全 一级 福州专业网站建设 网站建设知识 医院互联网营销案例 无锡网站制作排名 个人信息安全保护研究意义 营销 沙龙 谷歌网站地图 陕西省 信息安全 竞赛,-1 蒙牛网络营销 门户网站设计 2014信息安全培训 网络安全与我们的关系 商城网站包括哪些模块 蓝色的网站 南山区网站建设公司 jsp网站地图生成器 淘宝中的网络营销 深圳b2c网站构建 网站制作公司哪家好 成都网站优化公司搜索引擎营销竞价账户托管 营销对象 重庆如何做整合营销 模式营销 网络口碑营销过程 罗湖高端网站设计 模式营销 扩展名网站 网站建设方案 谷歌网站地图 上海营销app产品公司 物联网网络安全 网络营销的职能关系 网站版面设计 深圳营销型网站建设 小程序在建网站吗? 企业手机网站建设机构 电子邮件营销的缺点 网站空间免费 维护信息安全主要是保持其信息的保密性完整性可用性和( ).,-1 微信网络营销工程师 潼南网站建设 信息安全二级等保收费 太原全网营销服务商 信息安全等级保护 国标 网络营销的交互性 网络安全用户信息包括 网站展示型和营销型有什么区别龙岩网站优化 禅城区做网站策划 无忧网站 网络安全与我们的关系 2015中国网络安全大赛2016国内网络安全事件 开源网站管理系统 多语言网站 cc信息安全,-1 福州专业网站建设 上海武汉阳网站建设 网络营销广告图片 福州专业网站建设 网络信息安全意识 网络与信息安全技术案例 2016网络安全峰会 电子邮件营销的缺点 蒙牛网络营销 网站建设访问人群 蓝色的网站 莱芜网站优化 网站网格 中国石油信息安全通报 深圳 企业网站建设 福田建网站 淘宝中的网络营销 网站验收流程 网络营销最大的优势 网络营销渠道的选择 信息安全形势 营销 沙龙 网站建设访问人群 信息安全等级保护标准 html5网站欣赏 网络安全与大数据 网络营销团队培训课程 信息安全等级保护 国标 信息安全国家标准 至设计网站 常州网站价格 比较好的网络营销平台 网站版面设计 摩拜单车的网络营销 商城网站包括哪些模块 宝安网站制作公司 网络口碑营销过程 大连地区网站建设 中国信息安全学会 三门网站制作 国家信息安全局成都 公司运营与营销