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简易网站建设专业信息安全服务资质咨询,-1信息安全咨询服务厂商饮料创意营销策略上海网络安全招聘2015汽车信息安全报网络营销专家网络安全法 口令更换国际著名信息安全专家观点简介移动营销形式包括它仅仅是一支平平无奇的笔,但它被一次又一次的换上崭新的墨囊,重焕新的生命,它看似平淡无奇,但它却被成百上千的人用它那拙劣粗糙的笔尖去抒发那令人多愁善感的百变情绪。当危机开始降临时,一个绝对不可能诞生的人能否打破这一局面!虚无与混沌交织后所诞生的究竟是希望还是绝望。 不过,绝望的概率比较大吧 (本书与任何神话体系只存在名词相同。请不要纠结于某一个地方,谢谢)万物从无到有,能力从弱到强,世界的生存法则以强凌弱,唯有变强才能自保,唯有更强才能护人,唯有最强才能保一方平安。小小少年历经磨难,面冷心善,从无到有,由弱变强,持刀炼身,一步一步走向远方,踏足无上大道。热血少年,力挽狂澜,创造出属于自己的王朝,书写一段热血的神话。 天才少年敖夜遭挚爱背叛,更是被其挖脉夺骨弃于乱葬岗。 临死之际融合祖龙精血,开启了逆天龙墟神藏。 高深的功法和武技自行修炼,更有一座座神藏等待着他去开启,有吞天霸体、有荒古圣骨、有极道帝兵... 从此逆势崛起,世家天才、豪门少主,以及诸天仙神魔,不服者统统打爆!高考毕业生王阳在经历了高考落榜,女朋友劈腿之后,意外的发现自己的手机中多出了一个短视频APP《快音短视频未来版》。 “盛鼎新城发生火灾,截止到6月28日,警方已经证实,此次大火造成两死一失踪,死者为集团董事长苏轻雪,大厦保安下落不明。” 正当王阳准备删除这个扯淡软件的时候,发现事情居然真的如视频所说的发生了…… 王阳本来想凭借预知未来成为一个亿万富豪,却因为一次刺杀意外觉醒了异能【神赋】,并且卷入了一场执法局与暗夜教会的斗争中……没什么【圣女+无敌+御兽】 重生后的叶天,发现自己竟然成了魔教圣女手中的傀儡教主。 不甘命运的他却意外觉醒无敌神威系统,从此翻身为王,开启牛哔的开挂人生。 穿越第一天,神功速成,统御万兽! 穿越第二天,横扫八荒,力压诸天! 穿越第三天,夜晚,圣女找上门…… VR技术快速发展,一款名叫“王庭”的虚拟世界风靡一时。在王庭的世界,你可以选择平凡的种草生活,也可以享受战斗的快感,但在那之前,你要前往十大王座的万生殿,得到他们力量的馈赠……太古如梦的神魔故事,演绎正邪的七大剑派,侠 骨柔情的快意江湖,胜那天上宫阙的九灵宫,最神 秘不过的冰雪国。 漫漫长长的寻凶之路,一剑一酒一宿醉
流程网站 信息安全发展历程 网络信息安全通知 武汉网站制作 系统信息安全等级 2017信息安全大事件 网络营销专家 成都网站建设冠辰 营销网络说明 信息安全培训 大龄剩女的婚恋困惑如何解决?咨询【www.richdady.cn】 感情纠纷的前世因果咨询【www.richdady.cn】 前世今生的梦境解析【www.richdady.cn】 大龄剩女的婚恋困惑【www.richdady.cn】 孩子厌学的辅导方法咨询【www.richdady.cn】 与男友前世的故事分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主干扰的常见案例威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主的化解方法【σσЗ8З55О88О√转ihbwel 升迁障碍的原因分析咨询【企鹅383550880】√转ihbwel 忧郁症的自我提升咨询【微:qq383550880 】√转ihbwel 财运不佳的咨询技巧咨询【微:qq383550880 】√转ihbwel 官司的法律咨询咨询【微:qq383550880 】√转ihbwel 脑部不清晰的案例分享威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 存不住钱的环境影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 灵魂化解咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子压力大的自我提升咨询【www.richdady.cn】√转ihbwel 财运不佳的理财技巧【微:qq383550880 】√转ihbwel 前世今生的故事有哪些经典案例?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 亲子关系的心理建设咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的财富积累方法有哪些?咨询【www.richdady.cn】√转ihbwel 如何做网站 搜索引擎六大网络营销 优秀个人网站欣赏 2017信息安全大事件 武汉网站制作 网络营销与营销的区别 杭州培训网站建设 信息安全认证体系,-1 专业开发网站公司 信息安全产品eal3等级认证,-1 简述网络营销特点是什么 大型企业 网络安全 南通网站建 河南金鑫信息安全等级技术测评有限公司 重庆网络营销战略设计 上海网络安全招聘 淄博网站建设乐达推广 国家网络信息安全委员会 唯品会营销方案案例 网站制作员 建网站难吗 简述网络营销特点是什么 信息安全与管理审计系统,-1 中国信息安全标准体系建设规划 呼市推广网站新疆网络安全人才奖 速卖通如何做营销策略 吴桥网站 网络推广整合营销 网路营销微观环境 网络整合营销网络广告 网络营销手机软件网络安全检查办法 二A信息安全院校排名 网站建设行业 南和邢台网站制作 移动营销形式包括 江西神州信息安全评估中心 佛山用户网站建站 如何做网站 网络营销专家 全网营销网络 杭州培训网站建设 搜索引擎六大网络营销 国家信息安全中心举报,-1 中国信息安全标准体系建设规划 网络安全 历史 优秀个人网站欣赏 网络安全事件处理案例 信息安全cnas认证证书 北京建设网站图片 2017信息安全大事件 网站定制 天津 网站建设现状分析 电商营销教学 武汉网站制作 国家网络信息安全委员会 营销网络说明 腾讯信息安全实验室 网络营销与营销的区别 牛肉干营销 呼叫中心信息安全规范 信息安全运维服务方案 杭州培训网站建设 信息安全技术措施 借势营销案例 网站设计验收 信息安全认证体系,-1 厦门网站建站 网络安全法 备案 全网营销网络 专业开发网站公司 信息安全专业全国哪些 医疗营销网 信息安全领域cia 信息安全产品eal3等级认证,-1 网络营销研究调查问卷 信息安全领域cia 信息安全认证体系,-1 简述网络营销特点是什么 中国信息产业商会信息安全产业分会 成都企业网络营销 如何做网站 大型企业 网络安全 淄博网站建设乐达推广 目前个人网民的网络安全状况(结合2013年统计报告说明) 营销培训学院招生 南通网站建 2015汽车信息安全报 网站建设行业 网络安全的威胁的概述 河南金鑫信息安全等级技术测评有限公司 优秀个人网站欣赏 wifi开放网络安全吗 网络营销的作用是什么意思 重庆网络营销战略设计 中国人为网络安全事件 流程网站 网站本地调试用localhost上传服务器该如何修改 上海网络安全招聘 昆明做网站哪家好 北京高端网站建设 医疗营销网 淄博网站建设乐达推广 国际著名信息安全专家观点简介 唯品会营销方案案例 信息安全自学网 成都企业网络营销 信息安全内审员培训 信息安全迫与破 上海网络安全招聘 网络安全知识培训 汕尾网站建设 系统信息安全等级 营销型网站建设要点 网站建设行业 信息安全逆向工程 营销都是企业做吗 网络营销手机软件网络安全检查办法 体系内营销 怎么学网络营销整合 信息安全逆向工程 网络信息安全监管方案 流程网站 借势营销案例 信息安全等级保护测评方法,-1 信息安全行业新技术 信息安全自学网 影楼网站建设 上海 网络安全公司 建立网站备案需要什么资料 中山网站制 腾讯信息安全实验室 短信营销数据 吴桥网站 网站制作员 呼市推广网站新疆网络安全人才奖