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网络安全资产管理制度永恒真神经过背叛,重生少年心里是江湖风云,侠客胸中有家国天下。 其实每个人的心中都有遗憾 在风谷道馆地下室捡到了人皮书的张鹄,探索着人皮书上给出的一个个任务,解开了身上的一个个能力,逐渐触碰到灵异的真相。   张鹄利用人皮书以一个还愿师的身份驾驭厉鬼,走上了一条与灵异事件处理司截然不同的道路。一方面抗衡厉鬼,一方面抗衡灵异事件处理司。 另外他发现,人皮书做完的任务赋予他的能力,逐渐把他也变成了一个鬼,来到了死后的亡者世界,见到了所有的前任还愿师,还愿师的目的是掌控亡者世界,让它不至于失控,他要重新规划亡者世界的规矩和法则,只是刚到亡者世界的张鹄在这里的实力和刚触碰灵异事件的他一样,这是一个新的开始,一次在亡者世界的变强之路。一夜醒来,秋藤原发现自己来到了穿越者云集的东京,还是有妹有房父母双亡的王道开局。 正当秋原藤以为自己穿越成了轻小说男主时,随处可见的异常存在让秋原藤明白这个世界没那么简单。 (不定期更新,更文极慢,请莫期待) 天地之间,你我存一 人去仙来,渡后方知 仁心相崩,礼乐亦损 万生万物,劫后方新 这是一个略微畸形的平行世界。 因为科技发展速度太快,商业和文艺的脚步完全跟不上进度。 导致这个世界大部分行业,都处于重技术,轻内容的情况。 而其中,尤其以游戏行业表现的最为明显! 没有电脑游戏,没有手机游戏,所有游戏都是VR的! 甚至连免费游戏都没有! 在这个世界,游戏是有钱人才有资格享受的昂贵物品。 “一个VR设备几十万,穷人就没资格玩游戏了?” 《传奇》《暗黑破坏神》《地下城与勇士》《梦幻西游》《魔兽世界》《英雄联盟》…… 陈风带着前世无数款经典游戏穿越而来,为无数普通玩家发声做事! 一步步走到世界之巅峰,被所有玩家和网友尊称为:游戏界的慈善家! 第一个求生副本:生化危机! 挑战者:四人副本! 奖励:按贡献度可获得转世重生,情报窃听,肌肉强化,幻术等奖励! 惩罚:求生副本中死去,随机剥夺自身能力,甚至是……生命! 一个声音出现在整个世界的云顶之上,犹如神明。 “现在……游戏开始!”楚林重生穿越到一个未知的修仙世界。 武功尽失、曾被称为“奇才少年”的他跌落神坛。 正当楚林痛饮美酒,卧床难安时,他居然又跑回现实了。 从此获得:驾驭现世与修仙世界! 某天公司举办Cosplay展览会,楚林意外遇见一名古装女子。 她窈窕妩媚,柔桡轻曼,冰肌莹彻,两眼流苏像极了制作游戏里的人物。 “凛秋雪,这个家伙居然也跑到现实了!” 楚林不敢置信地抓住她的皓腕,只见凛秋雪铁青着脸。 “流氓!” 本书又名:《炒股致富真是太难了》、《韭菜的自我修养》、《如何不被股市绿》、《技术流&amp;amp;价值投资流的选择》、《亏损八成的我是如何回本的》、《斩断亏损让利润奔跑》、《拒绝成为股市中的乌合之众》、《炒股就是赌运气,别用实力亏掉靠运气赚的钱》······ 看铁逵炒股直播的网友们表示,以上书名都是错的,本书应该又名:《可恶,又被他买到涨停股了》、《放开那个涨停板,让我上!》、《高喊要亏光的他又赚到了》、《他真把股市当取款机》、《我要拜他为师学炒股》、《买股票一定要跟紧他的步伐》······
营销型网站建设案例分析 网站设计公司 长沙 多层次营销 信息安全分析师是什么专业 网站手机版开发 国家信息安全漏洞共享 信息安全资质分几级 开商城网站 金牌网络营销 网站建设有模板吗 去世的父亲的前世缘分【www.richdady.cn】 前世缘份如何影响事业发展?咨询【www.richdady.cn】 家庭关系的改善方法【www.richdady.cn】 孩子厌学的咨询技巧【www.richdady.cn】 感情纠纷的心理调适【www.richdady.cn】 不爱读书的自我提升咨询【微:qq383550880 】√转ihbwel 暗恋的心理成长咨询【企鹅383550880】√转ihbwel 感情纠纷的情感重建咨询【www.richdady.cn】√转ihbwel 事业不顺的职场突破咨询【σσЗ8З55О88О√转ihbwel 事业不顺的改运方法咨询【www.richdady.cn】√转ihbwel 事业不顺的原因分析【www.richdady.cn】√转ihbwel 投资项目的财务规划【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心慌胸闷头晕的前世因果咨询【微:qq383550880 】√转ihbwel 纠纷的心理调适【企鹅383550880】√转ihbwel 去世的母亲的前世记忆【www.richdady.cn】√转ihbwel 大龄剩女的真实案例有哪些?咨询【企鹅383550880】√转ihbwel 如何缓解耳鸣症状【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与男友前世的故事分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 财运不佳的风水布局咨询【企鹅383550880】√转ihbwel 不爱读书的前世记忆【σσЗ8З55О88О√转ihbwel 群营销好处 网站建设费用 企业互联网营销的策略 信息安全 一级学科 2014 区块链 信息安全论文 信息安全有什么认证 营销的坏处 浪潮信息安全 网站建设有模板吗 浙江省 网络安全 网站建设有模板吗 金牌网络营销 网站手机版开发 营销中心对定位运营提供什么支持及策略 网站h12014信息安全竞赛题目 新媒体营销的总结 徐州网站优化网络安全技术有哪些 seo网络营销 衡水如何做企业网站 信息安全互联网公司 网络营销网站的功能 网站主页设计 php信息安全竞赛 多层次营销 企业响应网站 信息安全 科普 广西网站建设 区块链 信息安全论文 信息安全技术有哪些,-1 郑州做网站公司 企业网站设计经典案例 信息安全 一级学科 2014 为什么要做事件营销 大学生营销 西城公安分局网安大队 国家电网 信息系统信息安全等级保护 网络营销方法综合应用 网站制作好在百度里可以搜到吗 浙江省 网络安全 信息安全的感谢 网络安全法公安部遂宁网站设计 安顺网站建设 网站h12014信息安全竞赛题目 网站备案流程 上海市网络与信息安全协调小组 网络安全检查工具 金牌网络营销 cisp注册信息安全专家 网络安全是啥 网络安全是啥 工控信息安全防护指南 seo网络营销 信息安全技术有哪些,-1 聊城市网站制作 濮阳网站建设 无锡网络公司可以制作网站 网站手机版开发 网络营销效果评价指标 网站制作好在百度里可以搜到吗 金牌网络营销 什么是网络安全等级保护 濮阳网站建设 华途信息安全技术公司 徐州网站优化网络安全技术有哪些 沈阳网络营销资讯 网络营销方法综合应用 群营销好处 网络营销公关 企业b2b网络营销的过程 seo网络营销师 优帮云 中山市网络营销 网站目标 上海市网络与信息安全协调小组 重庆整合营销多少钱 企业 网络安全 案例分析 网络营销课程培训费用 大学网络安全专业 常州网站建设公司机构 鄂尔多斯网站建设 顶级网站 网站备案流程 网站盈利 网络营销的实施方法 电子邮箱营销优势 信息安全的保护技术 信息安全厂商 外贸网站建设公司方案 关于网络安全的总结 旅社网站建设 金融信息安全的复杂性 铁人三项信息安全大赛 网站目标 多层次营销 上海市网络与信息安全协调小组 网站盈利 新媒体营销的总结 信息安全的感谢 信息安全服务要点,-1 网络营销效果评价指标 网络营销的技巧是什么 网络营销课程培训费用 找柳市做网站 什么是网络安全等级保护 网站h12014信息安全竞赛题目 外贸网站建设公司方案 网站设计公司 长沙 开展网络安全认证检测风险评估等活动 信息安全逆向和渗透 顺的品牌网站设计价位 电视整合营销 网络安全靠人民征文600 关于网络安全的总结 网络营销的技巧是什么 北京网诺信息安全技术有限公司 制作外贸网站的公司简介 太原网络营销 信息安全岗位分类 搜索引擎营销过程包括 企业互联网营销的策略 网络安全关乎个人安全 西城公安分局网安大队 国家电网 信息系统信息安全等级保护 网络营销意识 网络安全是啥 大学生营销 网站注册器 网络营销策划什么意思 区块链 信息安全论文 网络安全 军民融合 网站需求 网站制作好在百度里可以搜到吗 北京网诺信息安全技术有限公司 全面的网站建设 seo网络营销师 优帮云 顺的品牌网站设计价位 无锡网络公司可以制作网站 区块链 信息安全论文