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太原推广型网站建设保定网站优化网络安全态势报告   第七空间:人类的超能组织:天国战神殿和天道风云殿于公元前100年了华夏国   从此以后乾坤国成为了,人类的专属的生存空间   而大部份生活在乾坤国的人类,都是炎黄子孙后代   自乾坤国成立后,由于天国战神殿和黑道风云殿管理不善,从而拥有超能力的武者,变的自私自利,恃强凌弱。肆无忌惮的,破坏与普通和喈相处的生活环境。让普通人类过着奴隶般,连猪狗都不如的生活,那是惨无仁道 从而触犯了天条,引起了天罚   于公元1000年9月9日,天生异象,降下了无尽的天雷。将所有为非作歹的超能者,全部被劈成灰烬   这让拥有超能者的武者都感到恐慌 同时,也引起了天国战神殿和黑道风云殿统治者的重视   于是,天国战神殿和黑道风云殿就下命令:凡是开启上帝禁区17%以上力量的超能者,不得干扰正常人的生活。否则格杀无论   渐渐拥有超能力的人,隐居深上老林,或者隐藏藏自己的实力,活在平民百姓中   从此以后,乾坤国变成了平民百姓用政治手段、法律约束,来统治的平凡人国家 简介: 现代少年张寒君意外来到异世界,这是一个修真的时代。他历经万难,一步一步成就苍穹之主。而后再次重生至少年时期,再修大道。且看其如何再就至尊!《周易》不等同于《易经》。《周易》是产生于西周后期的一部曾借用前人创立的记事序数(商代已经使用)“六十四画符号”(被后人用之和称之的“六十四卦”)为题序而编写出六十四篇短文所组成的为“君子”(周天子血统的诸侯、贵族)们讲述“修身、齐家、治国”的道理书,按现代哲学分类,应属政治哲学书。《周易》是我国乃至世界上最早的一部政治哲学。时代变迁、科技发展,当蓝星已经越来越无法满足人类发展的需求时,宇宙大航海时代呼之欲出。 大学生刘传无意之间获得了超级文明种子,从此带领天河文明走出蓝星,探索星辰大海! 可悲的不是失去,而是失去后,无法继续前行。 这是一个冗长的梦,带你走进不一样的玄幻世界!从诡异世界渗透主世界开始,世界就变了。 人命贱如草,超凡强如天。 就在这时,带着角色升级模板的某人突然出现。 在一声声大威天龙之中,各个诡异世界的妖魔鬼怪都疯了! “大威天龙,送你升天!” “妖魔鬼怪修罗恶鬼速来送死!” “好漂亮的女妖精,速来祝我修行!” 一个震撼万界之物沦落凡尘转化为人。将亿万年来平静的暗流,掀起一股惊天骇浪!! 一个千古难得一见的废物体质,却拥有万古无人能及的惊天悟性。且看,他在这被人觊觎的世界里艰难的开辟一条新的觅道之路……十年前,滨海第一大家族林家一夜之间被灭族,唯一幸存者林玄被一路追杀,所幸危急时刻被一个小女孩救下,北上逃难。 十年后,林玄成为一代王者,但却在加冕当天卸下王冠,回到滨海......云起龙骧,化为侯王。 华夏龙隐特种大队指挥官云尘意外魂穿平行时空,成了北赵逍遥侯嫡子云尘。 本想寻一处山水,结草庐一间,忙时种田,闲时钓鱼,如此,一生。 奈何逍遥侯云擎阵前重伤坠马不知所踪,一时间朝堂诡谲,暗流涌动,江湖动荡,风起云涌。 一脚踏入上京棋局的云尘,真的只是一枚棋子吗? 且看纨绔世子如何搅动九州风云! 云尘:本世子力保皇子赵政继承帝位,谁赞成?谁反对?! 西秦:亡我国朝者,无耻之徒云尘也! 南齐:瑟瑟发抖+1 东吴:瑟瑟发抖+2 胡虏:瑟瑟发抖+10086 江湖:……在末日来临的时刻,你与同伴手握解救世界的机会,你的选择会是什么?
专业的网络营销机构 广东信息安全专业大学 武汉信息安全网org,-1 互联网营销要学什么软件下载 模板网站好优化吗 宣城网站制作 网站建设超链接字体变色代码 合肥网站优化 公司网络安全措施 西安网站建设制作 升迁障碍的原因有哪些?【www.richdady.cn】 精神不振【www.richdady.cn】 孩子压力大咨询【www.richdady.cn】 前世缘份的咨询技巧【www.richdady.cn】 如何超度婴灵?【www.richdady.cn】 前世今生的缘分揭秘咨询【企鹅383550880】√转ihbwel 什么原因意外的前世因果【微:qq383550880 】√转ihbwel 冤亲债主的定义【企鹅383550880】√转ihbwel 财运不佳的自我提升咨询【微:qq383550880 】√转ihbwel 性压抑的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 迟缓儿的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世记忆恢复技巧咨询【σσЗ8З55О88О√转ihbwel 暗恋的心理调适【企鹅383550880】√转ihbwel 特殊学校的课程设置【σσЗ8З55О88О√转ihbwel 前世缘份的再次相遇【σσЗ8З55О88О√转ihbwel 前世缘份的缘分奇迹【企鹅383550880】√转ihbwel 家庭关系的心理调适方法有哪些?咨询【企鹅383550880】√转ihbwel 升迁障碍的职场策略【微:qq383550880 】√转ihbwel 婴灵的真实案例有哪些?【微:qq383550880 】√转ihbwel 自闭症的环境影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 沈阳公司网站建设 信息安全员三级 国外的网络营销论坛 营销型网站案例 小程序网站 公司营销优势 银川建网站 微信营销代 网站页面组成部分 内容付费如何营销 网络安全法 评估 信息安全有关的职业 网络安全学习路线 网络安全工具包 nst 公司不需要做网站了 是网络安全原则之一 信息安全治理成熟度模型 网站整站 隐藏的网络安全吗 南昌网站定制 网络运营与网络营销 o2o网站建设咨询 关注网络安全 互联网营销模式 微店 电子邮件营销模式 杭州互联网网站定制公司 网络与信息安全最新动态 上海网站建设的企 国内ui网站有哪些 松岗建网站 注册网站的免费网址是什么 网站构架图 太原网站开发哪家好 银川建网站 企业信息安全建议 传统网站和手机网站的区别 网站规划 国外的信息安全事件 网站制作哪家专业 购物网站怎么创建 互联网营销要学什么软件下载 佛山企业网站建设平台 网络安全法敏感字 企业信息安全 厂商,-1 信息安全实验项目,-1 保定网站优化 B2B网络营销难点 电器网站建设目的 动态营销信息安全风险管理指南 网络安全程序文件 广东信息安全专业大学 武汉信息安全网org,-1 深圳手机网站设计 整合营销传播 如何来做全网营销 计算机网络安全法规 营销型网站应用 事件营销优点 四川省信息网络安全 高校网络安全方案濮阳做网站 电器网站建设目的 邵阳网站建设专业的西安免费做网站 营销小技巧 网站建设流程案例 部队网络安全 网络运营与网络营销 交互网站 创新网络营销 佛山企业网站建设平台 部队网络安全 银川网站优化 网络安全协议简介 网站页面组成部分 小程序网站 长期营销策划 如何来做全网营销 专业的网络营销机构 云南网站建 网络安全控制技术 小程序网站 营销团队队员介绍 国家信息安全中心 整合营销传播 汉中网站建设 营销小技巧 网站怎么备案 天津网站建站公司 规范网络营销 英语作文 企业网站制作设计公司 高唐网站建设服务商 小程序网站 北京信息安全测评中心主任 太原网站开发哪家好 公司不需要做网站了 病毒式营销缺点 建立校园网站 2016年网络安全攻击事件 高校网络安全方案濮阳做网站 网站构架图 骗子营销 深圳营销型网站 大学网络安全 网络安全会议2016 东软集团网络安全产品 网络安全协议简介 创新网络营销 建一个免费网站 天津网站建站公司 沈阳公司网站建设 互联网营销要学什么软件下载 仿建网站 营销技巧 超市建网站 专业的网络营销机构 网站怎么备案 策划类网站 网络信息安全理论与技术网络信息安全攻防赛 中国亚马逊营销的优势 网络安全态势报告 营销唐玮 网络营销需要培训吗 郑州网站建设更好 营销技巧 部队个人手机网络安全 沈阳营销策划 优帮云 荧光字网站 汉中网站建设 网站备案 办理幕布拍照 信息安全项目申请书 银川建网站 2017北京网络安全周 吕梁做网站 国家网络信息安全技术研究所 电子邮件营销模式 企业信息安全建议