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
东台网站建设网络营销促销的类型网站开发功能需求文档石家庄网站建设找哪家好网站建设明细报价表信息安全专项检查日本国家信息安全战略公司建网站流程北京网站建设第一品牌建设门户网站需要注意什么信息安全专业领军人物我有毒,别碰我!我眼瞎,别逼我睁眼!我之毒,无人可解,我之眼,可判生死阴阳!帮诡办差的店铺你见过吗?就算是诡也要生活消费哦……一个巧合,一段经历。野微微因为一次意外被卷进了一个匪夷所思的世界。本是一个刚上高中的女孩确拥有了一种神奇的能力。在一个巨大的仓库中,摆放着成百上千张桌子,每一张桌子上摆放着一个完整的微观世界,观察者通过放大器记录着世界的变化。在特定的时间将世界之王的能力抽离并转移到现实世界中的某人身上,完成造神计划。 千年的宿命是否会被打破?从无尽的轮回中是否可以得到答案?世界的真相正被缓缓的揭开!黑暗的墓穴中总有什么盯着你,古画图上隐藏着财富,地位,还是名誉,大佬汇聚一堂,风云再起,何人能探寻终极的秘密? 江城穿越平行世界,绑定神级科技系统,系统的触发条件是让他独自研发一项改变世界的发明。 于是他选择了可回收火箭,打造猎鹰九号升级版,在苦心研究五年之后,所有测试结果均为完美,成功率百分之九十五,一经上市,保守年收入五十亿。 为了拿到投资,他将自己的所有理念模型,包括他获得的荣誉电邮到了摩根银行,竟然真的得到了回信,并且对方愿意前来核验。 恰逢相亲走错桌,遇到年轻貌美的投行女大佬,没想到摩根银行的投资条件是让这项技术为M国专利,江城愤然拒绝。 摩根银行为此和媒体恶意渲染抹黑回收火箭技术不可能实现,想要毁掉江城。 关键时刻,看到一切的相亲女大佬林若溪在媒体面前支持江城,并且怒投十亿! 三个月后,当猎鹰九号升级版问世登上太空,并且成功返回之后,全世界都震惊了!一百年前。 妖魔和鬼祟在蓝星爆发,人类军队节节败退,关键时刻,天空降下了数不清的神灵印记。 至此,神灵传承者横空出世,将岌岌可危的局面扭转。 西边,耶和华,宙斯,奥丁,阿努比斯等神灵传承者威震蓝星。 就连自大的神油国,都拥有梵天传承者坐镇。 而泱泱大夏,却没有一枚神灵印记落下! 大夏沦为笑柄,被称作神弃之地。 萧逸穿越到这个平行世界,觉醒了东方封神榜系统。 他发现,自己竟然能给人册封九州神灵。 当一位位远古九州神灵显露法身之际。 无数国人泪目,全世界都沸腾了!!!六道沉沦,天人崩碎 逆天第一人沉睡祖地,沧海桑田,祖地福荫 十万年太久,只争朝夕! 天月金轮,再起天之战!   玄阳穿越洪荒大地,拜师通天教主后,觉醒剑尊系统。   从此,玄阳走上了日复一日的拔剑之途。   于他而言,只要拔剑,就变强!   拔剑十万次,一剑断天河。   拔剑百万次,一剑可屠圣。   拔剑千万次,一剑平天地。   拔剑亿万次......   玄阳:“我有一剑,可平天地,逆阴阳,敢问天地众仙,谁可接我一剑!”   自此,玄阳剑圣之言,广布洪荒。【单女主】,【慢节奏爽文】,【摊牌】 许长生穿越异世界,万道皆可成仙,万物皆有灵。 觉醒抡语系统,还多了一个貌美如花的娘子,本想一路崛起给娘子一个完美的未来,却最终发现:原来娘子才是真的大佬!
保定网站制作 家装微营销 网站设计验收 信息安全检查通讯 网络技术与信息安全 微信公众号营销文章 域名与网站 网站模板库 网站的排版 营销企划 学习成绩差【www.richdady.cn】 过世前可能出现的征兆咨询【www.richdady.cn】 外灵的驱除方法【www.richdady.cn】 孩子厌学的辅导方法【www.richdady.cn】 感情纠纷的原因有哪些?【www.richdady.cn】 婴灵的超度流程咨询【σσЗ8З55О88О√转ihbwel 事业不顺的职业规划如何制定?【www.richdady.cn】√转ihbwel 发育倒退的案例分享【企鹅383550880】√转ihbwel 如何应对突然失业的情况【企鹅383550880】√转ihbwel 事业不顺的真实案例有哪些?【σσЗ8З55О88О√转ihbwel 无形干扰的前世因果咨询【www.richdady.cn】√转ihbwel 特殊学校的咨询技巧【σσЗ8З55О88О√转ihbwel 强迫症的家庭支持咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与老公前世的前世案例咨询【微:qq383550880 】√转ihbwel 解梦的前世因果【企鹅383550880】√转ihbwel 解梦【微:qq383550880 】√转ihbwel 人际关系不好的咨询技巧【企鹅383550880】√转ihbwel 前世缘份的缘分奇迹咨询【微:qq383550880 】√转ihbwel 升迁障碍的职场规划如何制定?咨询【微:qq383550880 】√转ihbwel 如何解决孩子不爱读书的问题?【www.richdady.cn】√转ihbwel 解放军信息安全方案 高端汽车网站建设 网站都需要续费新网站建设平台 网上营销的策略方案 如何建国际商城网站 网络信息安全与管理 网络安全产品及服务 三明网站建设 网络营销产品最注重 网络社区营销的功能 信息安全专业领军人物 石家庄微网站 柳州做网站 聊城做网站建设的公司 网络安全审计系统选型 信息安全专项检查 网络安全方面的职业 网络安全系统实施方案 项目信息安全管理 2017信息安全对抗赛 android 信息安全问题 营销一体化 sdlc 信息安全 福田做网站 湖南网站建设 营销形网站 外贸网站建设及推广 响应式网站建设市场 镇江企业网站建设 网络安全问题反馈平台 网络安全法 漏洞 移动社交营销 网站设计方案 信息安全度量指标 潜江网站建设 网络安全作品 国家网络安全宣传活动 石家庄网站建设找哪家好 信息安全检查通讯 网安大队互联网信息安全检查 第五届网络安全会议 网站套用 营销特点 网站设计模板 营销型平台包括哪些 搜索引擎营销案例 整合营销 代理 政府机关网站制作模板 郑州网站优化公司 平台营销推广方案 网站的优点 思科网络安全解决方案 网络营销产品最注重 android 信息安全问题 营销餐饮客户方案案例 营销餐饮客户方案案例 电脑网络安全 浦东分局网络安全保卫 网站建设明细报价表 解放军信息安全方案 项目信息安全管理 网络安全包含哪5个 高端汽车网站建设 国外网络安全厂商 三明网站建设 昆明网站营销 广州信息安全服务资质咨询公司,-1 信息安全培训的通知 邮件营销模板简约 整合营销 代理 网站引流. 东台网站建设 网络安全系统实施方案 网络广告营销方法有哪些 网站设计模板 台州外贸网站建设 网站开发功能需求文档 信息安全周报 网络自动化营销软件 2017中国网络信息安全峰会 响应式网站建设市场 南昌的网站推广公司 郑州网站优化公司 营销系统 网络安全方面的职业 青岛高端网站开发公司 办公网络安全建设 办公网络安全建设 国外网络安全厂商 潜江网站建设 东软网络安全 待遇 泰州网站建设 外贸网站建设及推广 sdlc 信息安全 网络营销师是做什么工作的 网站定制 天津 信息安全专项检查 网络信息安全 期刊温州建网站业务人员 济南网站建设和维护 东莞南城网站建设公司 网络安全什么培训好 网络安全法 漏洞 网络安全包含哪5个 网络安全产品目录 营销形网站 信息安全产品认证目录 如何建国际商城网站 国家网络安全宣传活动 网站快速收录 网络安全500强中国公司 网站建设企 求做网站 武汉想做网站 网络营销战略特点是什么意思深圳市信息安全 网站建设明细报价表 营销信息 网络营销传播含义 营销特点 青岛高端网站开发公司 网络技术与信息安全 东营网站推广 石家庄网站建设找哪家好 重庆公司建网站流程 网络安全产品及服务 网站的排版 网站的主机 网站建设心得 国家网络安全宣传活动 国家领导人重视网络安全 公司建网站流程 omg网络安全团队是什么 营销活动云宽带 b2c电子商务网站 网络营销传播含义 网络营销促销的类型