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封信、1万块钱、1个扳指,1瓶老酒。 “小烨:18岁前,不许喝酒,不许找我们。” 今晚过后,苏烨就满18岁了。 喝不喝那瓶酒呢? 喝了之后将会发生什么? 这是苏烨面临的两个问题!市委副书记、市长尤施纲开讲:“今天高朋云集绘淇集团,我们西坛市可谓蓬荜生辉。 “我也即兴作一首诗,献给赵红都先生和绘淇集团: “一声龙吟震尘寰, “侠名远播美少年。 “携手英雄创大业, “空活白头当汗颜。”身为网文爱好者的沐尘一直幻想着可以去到唐朝,实现自己的人身理想,一只有好家世混吃等死的咸鱼,终于在带上一只古董手镯后,沐尘实现了一半理想…神仙也要凡人做,然而修真文把修行写的如同魔道,真正的修行不在于声色有形,而在于无形,即使是修魔也不会像修真文那样,真正的修行界应该是什么样的呢?由我的文字给你展开,也由我的心为你们展开这是哪里? 这...好像是天后女神的梦中。 我真的不是故意侵犯女神隐私的。 ... 我是不是应该做点什么呢? 嘿嘿嘿...
开源网站管理系统 信息安全等级 威胁 龙岗营销网站建设公司哪家好 网站建设优化服务价格 中国最强信息安全专家 深圳营销型网站建设 网络营销低价定价策略 深圳营销型网站建设 高校信息安全建设方案 有经验的佛山网站设计 婴灵对家庭关系有哪些影响?咨询【www.richdady.cn】 意外的原因咨询【www.richdady.cn】 邪灵的防范方法【www.richdady.cn】 婴灵对家庭的影响【www.richdady.cn】 婴灵咨询【www.richdady.cn】 官司的心理调适【微:qq383550880 】√转ihbwel 孩子压力大的心理调适咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与女友前世的前世案例【σσЗ8З55О88О√转ihbwel 耳鸣的环境影响咨询【企鹅383550880】√转ihbwel 儿子抑郁症的治疗方法咨询【微:qq383550880 】√转ihbwel 迟缓儿的案例分享【σσЗ8З55О88О√转ihbwel 个人专属前世因果分析咨询【微:qq383550880 】√转ihbwel 与老公前世的咨询技巧咨询【σσЗ8З55О88О√转ihbwel 纠纷的原因分析咨询【www.richdady.cn】√转ihbwel 感情纠纷的情感疏导咨询【www.richdady.cn】√转ihbwel 冤亲债主干扰威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 意外的前世影响【微:qq383550880 】√转ihbwel 投资项目的案例分享咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与公婆前世咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 外灵干扰的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 专业的网络营销培训 移动监控 网络安全 佛山手机网站建设 网络安全的图片有哪些网络营销战略是什么意思 网站制作公司合肥 青岛公司网站建设 华中科技大学信息安全综合设计与实践 网络安全指标监控/感知 黄岛网站建设 网站建设知识 网络营销的基本工具有哪些 2017年度网络营销 临沧网站建设 网站主持人 微网页营销o2o营销-上海单仁信息移动科技有限公司 网络口碑营销影响过程 网站到期了 校园网络安全概述网络安全监督管理 龙岗营销网站建设公司哪家好 网络安全 vpn国家网络安全 杂谈 旅游项目网络营销案例 网络安全问题分析 河间做网站 青岛公司网站建设 淘宝中的网络营销 广州网络安全技能大赛 枣庄网站优化 广州网络安全技能大赛 为什么用php -s可以访问本地网站而开启apache就拒绝 公安部网络安全法 重庆如何做整合营销 上海建立公司网站 江西南昌网站定制 营销培训基地 关于手机网络安全的 网站开发费用报价单 互联网推广营销学院 专业的网络营销培训 网络安全方面的注意点 保障电脑安全和信息安全的建议 华中科技大学信息安全综合设计与实践 移动监控 网络安全 网络与信息安全技术案例 黑河网站建设 迈克菲网络安全套装下载 公司开展信息安全培训 营销培训基地 中山企业网站建设公司 网络信息安全比赛 网络营销考研考什么 实用网络营销教程 sns社交网站 深圳营销型网站建设 信息安全服务管理规范 建什么网站好 网站建设七点 互联网饮料营销策划 网站主持人 网站制作推广 营销对象 专业的网络营销培训 e mail营销特点 广州网站优化公司 武汉网站建设公司 游戏营销环境分析报告 国企网站建设 成都网站优化公司国家信息安全与战略 南京微信营销 商城网站包括哪些模块 营销策划部 中国最强信息安全专家 摩拜单车的网络营销 西安高端网站制作公司哪家好 微网页营销o2o营销-上海单仁信息移动科技有限公司 如何建自己的个人网站 重庆专业网站建设 房地产 网站 设计制作 校园网络安全概述网络安全监督管理 国企网站建设 网站类型分类网络安全名人 搜索引擎营销的流程 蓝色网站建设 网络安全趋势 营销培训基地 上海建立公司网站 常州网站价格 营销对象 网络安全趋势 信息安全等级 威胁 网络营销广告图片 网络与信息安全监测 信息安全等级 威胁 武汉营销型网站 如何快速提高网站排名 网站设计 无锡 网络安全活动报道 信息安全服务管理规范 病毒营销的定义与特点是什么意思 网站建设优化服务价格 网络营销的swot 微商营销模式缺点 湖南网络安全大赛 衢州做网站 web网站设计的 维护信息安全主要是保持其信息的保密性完整性可用性和( ).,-1 无锡网络公司网站建设 e mail营销特点 信息安全二级等保收费 深圳做网站(官网) 广州网络安全技能大赛 病毒营销的定义与特点是什么意思 网站模板的好处 网络信息安全政策 汉中建网站 无忧网站 信息安全cip 重庆如何做整合营销 郑州网站建设哪家有 广州信息安全 无忧网站 2017年度网络营销 中国最强信息安全专家 网络安全加密 2017年度网络营销 高特效网站 维护信息安全主要是保持其信息的保密性完整性可用性和( ).,-1 江西南昌网站定制 武汉营销型网站 南京微信营销 网站建设未来发展前景 上海 网络安全会议 关于写策划的一个网站 网络与信息安全监测 黑河网站建设 网络信息安全意识