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
钦州网站建信息安全等级测评师培训教程(中级) 辅导资料江西南昌网站定制虹口做网站价格网络营销化产品系列开展网络安全认证检测风险评估等活动网络安全靶机网络安全大会通信网络安全专业委员会深圳哪家网站建设好[小白文,大佬慎入,小白出门左/右转,很普通的,没啥看!]道非路,非万物。存在于天地,孕育于万物。初始于足下,终末与未来,人各有道,道究竟为何物? 在这无限可能的世界,一介心魔将如何抉择?于未来至过去,将会改变一个怎样过去?又将展现一个怎样的未来?写以此书,致我们那个年少轻狂的岁月。因为一个绝色女人,黑客和黑帮势不两立。 键盘侠如何跟舞枪弄棒的黑帮一决高低? ······ 中国版《教父》,脑洞大开,令人耳目一新!    “鄂州动而天下乱,鄂州安而天下定!”在中华上下五千年的历史车轮中,鄂州一直扮演着举足轻重的角色。 从上古时期黄帝与蚩尤之战中的九黎部落的站位,导致蚩尤战败身首异处;到禹分九洲的三苗族与夏王朝数百年的对峙,最终两个部落在相爱相杀中远走中原;再到商王朝勋贵之首的鄂候,为救九侯而犯颜强谏,结果遭到商纣王脯刑,商王朝也因此尽失天下;再到与西周硬刚三百余年的鄂侯驭方,其“振臂一呼,应者云集”,与淮夷东夷联军,一直打到东都成周(今洛阳市东白马寺一带)附近,然后两方互相消耗中磕死了对方,直到现在鄂地人们还有“不服周”一说。全民都有武魂,唯独我没有? 穿越来到武魂大陆,叶俊遭遇开幕雷击。 不过好在觉醒好人系统,只要完成善事,便可获得武道点提升功法。 嗯? 没有武魂,功法无法提升? 没关系,我练的是大陆上古神文功法,不需要武魂。 啥? 上古神文早就没人认识,我不可能修炼? 叶俊疑惑的掏出本《降龙十八掌》,这不就是汉字嘛,小学生都认识。 …… 林峰重生在了高考前两个月。上一世的他三十多岁还一事无成,负债累累!重活一世,林峰发誓要改写自己的人生,去弥补那些曾经的遗憾...... 一对姐妹一个生而为仙,一个生而为魔,两人被全修仙界追杀,所有人都想要将她们的先天灵气据为己有,在危难之际,她们被迫跳下了陨仙峡,变成两个婴儿落在了一个不知名的山上,被一个人捡到收为了女儿,她们一直以为他只是一个普通人,直到满界魔与仙又一次追杀她们来到这里,他没有逃只是轻轻笑了一声说:“敢打我女儿的主意,看来我已经被世人淡忘了啊!”说罢,一挥手重伤遍天仙魔“打我女儿的主意,天我都给他捅了!”都说庶子与家产无缘,但林弘却不这么认为,看上的东西,不给就抢,才是王道…… 摘 要 年轻的张婷婷因车祸穿越异世,在这古老又陌生的世界里,她是一个普通且贫穷的农村女孩,身无分文的她该怎么带领家人活下去?她又在这个陌生的世界里将会有一场怎样的境遇呢?大家敬请期待。 战场之上,他左冲右突,杀的敌军片甲不留。 铁鹞子,铁浮屠都不是他对手。 这,又是一场生存游戏。 胜者生,败者死。 穿越从来没有岁月静好, 只有适者生存。 且看他如何在这场残酷游戏中生存, 谁又是这游戏的幕后黑手。
深圳 网络安全协会 网站的颜色 安全牛 2016网络安全 问答营销平台都有哪些 单页面网站 聊城市网站制作 网站改版方案 企业 网络安全 案例分析 信息安全国标 信息安全公开课 意外的前世解析【www.richdady.cn】 前世缘份的故事有哪些案例?咨询【www.richdady.cn】 感情纠纷的情感沟通方法有哪些?【www.richdady.cn】 意外的前世故事咨询【www.richdady.cn】 外灵的驱除方法【www.richdady.cn】 去世的父亲的前世修行咨询【www.richdady.cn】√转ihbwel 感情纠纷的沟通技巧【σσЗ8З55О88О√转ihbwel 冤亲债主干扰的解决方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的职场提升路径有哪些?【www.richdady.cn】√转ihbwel 公司破产的心理调适【σσЗ8З55О88О√转ihbwel 财运不佳的财富增长技巧有哪些?咨询【微:qq383550880 】√转ihbwel 耳鸣的前世记忆【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 营养不良导致的头脑混沌咨询【微:qq383550880 】√转ihbwel 大龄剩女的情感生活如何改善?【σσЗ8З55О88О√转ihbwel 儿子抑郁症的心理调适咨询【企鹅383550880】√转ihbwel 儿子抑郁症咨询【微:qq383550880 】√转ihbwel 前世老公的前世故事咨询【σσЗ8З55О88О√转ihbwel 公司破产的应对策略咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 头脑混沌的前世记忆咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的故事有哪些真实经历?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 浙江省网络安全评测中心 icp网络安全防护 免费企业营销网站制作 2015年10月网络安全 iso27001 信息安全目的石家庄网站建设公司 京东金融营销策略 广州网络安全技能大赛 网络信息安全介绍 总结网络营销的案例 营销培训基地 伊朗 网络安全 网络安全通报预警 企业 网络安全 案例分析 筑巢网站 网站外包公司 企业网站设计经典案例 网络安全法 等保 武汉网站建设公司 深圳哪家网站建设好 唐山网站建设报价 互联网推广营销学院 美国政府重视信息安全 企业 网络安全 案例分析 国务院 信息安全 手机端营销方案 自己创建网站 网络安全分级因素 钦州网站建 如何建自己的个人网站 网站推广营销 信息安全国标 全国信息网络安全协会 深圳做网站(官网) 网络安全初学者学什么 开展网络安全认证检测风险评估等活动 美国政府重视信息安全 管理有限公司网站设计 信息安全逆向和渗透 网站降权怎么办 网站注册 360杯第一届信息安全大赛杭州互联网营销 培训 校园网站建设 网络安全活动报道 网络安全靶机 历史上的网络安全事件 网络安全应急处置流程图 客户信息安全管理体系,-1 房地产 网站 设计制作 企业应用 移动设备丢失 如何保证信息安全 深圳网站建房 网络安全测评公司 信息安全政策文件 钦州网站建 西安市信息安全 网站h1 网站改版方案 计算机信息安全设计包括 上海高端网站设计公司 网络安全对抗和研究 网络安全迫与破 国企网站建设 京东金融营销策略 信息安全等级测评师培训教程(中级) 辅导资料 网站设计的简称 网络安全创新生态联盟 营销培训基地 成都网站设计公司哪家好 企业应用 移动设备丢失 如何保证信息安全 网站外包公司 网络安全测评机构申报 多语言外贸网站设计 网站首页特效 合肥网络营销外包公司排名 中国网络安全调查报告 扬州网站建设 安全牛 2016网络安全 营销管理培训课程 聊城市网站制作 国家网络安全国家安全 爱民网站制作 网络营销推广工具和方法 网络安全 培训 信息安全认证包括 唐山网站建设报价 信息安全等级测评师培训教程(中级) 辅导资料 广州网站优化 网站的步骤 电商营销策略案例分析石家庄营销型网站建设公司 绵阳建网站 河南网站制作 iso27001 信息安全目的石家庄网站建设公司 机房网络安全三级等保 网络安全初学者学什么 定州网站建设 信息安全集成资质查询 网络营销中广告的策略有哪些 仙桃网站建设 网络安全迫与破 网络安全测评机构申报 信息安全管理文件控制程序 工业信息安全研究所 仙桃网站建设 网站需求 cdn信息安全管理系统 兰州网站制作 国家信息安全管理体制 总结网络营销的案例 成都网站设计公司哪家好 南昌市做网站的公司 扬州网站建设 如何建自己的个人网站 信息安全 行业 如何做一个网站 口碑营销法 网站与维护 网站的颜色 信息安全公开课 微信营销软件推广6p营销要素 龙岗网站设计讯息 铁人三项信息安全大赛 网站搭建h5是什么 中国网络安全敏感国家 网络安全与信息化领导 网站制作好在百度里可以搜到吗 网络信息安全技术ppt 计算机信息安全设计包括 网站图片尺寸 网络安全大会 网络安全信息安全 网络安全初学者学什么 网站banner的设计要求 网站学习流程 国家信息安全管理体制 管理营销网 开展网络安全认证检测风险评估等活动