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
2015中国信息安全大会河北邢台wap网站建设网络营销可以吗网络安全法第二十一条简约网站建一个免费网站营销销售的区别是什么企业网络安全状况网络安全人才培养精美网站自大千世界第三次浩劫之后,天地气象产生了强烈的变化,正与邪,光与暗,天与地,阴阳两极逆行倒转,统治世界的生灵——零祖,似已步入桎梏之境。命运的矛头,终将指向被称作“人类”的那荣获九创之祖高尚祝福的万物之灵。 身兼罪孽与天罚,白世,你究竟能指引人族与零祖通往何处? 古往今来,世间流传仙、神的传说,而时至今日,仙路缈缈,已然进入末法时代。 天空中,有人矗立,乌云压顶、身处雷电中心;海面上,有人漫步而来,由远及近,片刻却又消失不见,这些是海市蜃楼产生的幻觉? 有传言,海市蜃楼是连接另一时空的桥梁,聚现另一个世界正在发生的景象! 神话故事是否虚构,仙、神,真的存在过吗?他在深海铜棺中沉睡了万年,此刻他醒来了,他手执弑天刀,对着污浊的苍穹呐喊:“若天道不公,我便踏碎这虚空!”神秘力量入侵蓝星,恐怖复苏降临! 它会随机挑选玩家进入恐怖副本,面临着凶残魔物的进攻! 玩家进入副本会觉醒各种不同的能力! 战斗系,控制系,召唤系,防御系…… 玩家们可以组队联合对抗魔物! 华夏国,漂亮国,岛国,阿三国的玩家们纷纷联合聚集起来,打造本国的最强联盟! 直到白宇进入副本,开局觉醒王者军团! 听说你们的队伍几十号人? 不好意思,我一般都带着一百多号神级小弟出门! 雷电之王·司空震:以雷霆击碎黑暗! 一念神魔·李信:这里是,为我所统率的战场! 炽热神光·镜:怀八荒,入九重! 祈雪灵祝·公孙离:镇守邪祟,荡尽魑魅!大魏王朝,妖魔乱世,幽鬼横行。 当顾青玉睁开眼睛醒来之后却发现自己只有七日可活! 无奈之下,只好凭借驯养系统驯养一只青龟,将其化作自己的一个分身! 【叮!是否消耗成长点驯养青龟?】 【驯养成功!】 【青龟等级提升!】 …… 【叮!是否消耗进化点进化天元青龟?】 【进化成功!】 【天元青龟进化成为:天元龟!】 【叮!获得能力‘天元一气’!】 …… 顾青玉发现,自己驯养的分身不但可以不断升级,还可以不断的进化…… 作为穿越者的侯宇只想知道,就不能给个传统开局吗?这穿越者也太难当了·······这是一个求生的故事秦风被迫从游戏界龙头企业辞职后,加入了一家只有几个人的小公司。 制作游戏,我秦风还没服过谁。 看不起小游戏?《开心消消乐》《神庙逃亡》教你做人。 单机游戏没落了?仙剑系列,魂系游戏,剧情或难度,总有一款玩哭你。 网游模式单一?LOL,绝地求生,自走棋,这回不是打怪升级了吧? 就凭做游戏,也能做首富! 不信?做给你看!道在何方,道在天涯。幼时的联系让许瑞对陈司康犹为感激,陈司康与许瑞共同成为一代青年科学家,可是,陈司康并不只是想做研发,造福世界,由是,数据世界的构想在陈司康脑中展开,数据溶洞逐渐建成,当许瑞得知陈司康的真正想法,又如何抉择? “司康,你不能这么做…” “为什么不能?我是king啊!” “一切不是你想的那么简单。” “呵,难道……要你来完成这项宏图?” “你绝不能那么做……” …… “对不起,司康。”许瑞答。 如果你正在读这段话,你已经昏迷了很久了,我们不知道这段信息会出现在你梦境的哪个阶段,但我们真心希望你能看到,请赶快醒来!
网站页面组成部分 中国信息安全检测中心 专业的西安免费做网站 优质公司网站 b2b网络营销的难点 中国信息安全认证中西 信息安全 国产化 打印机 营销销售的区别是什么 已有域名 搭建网站 网络营销可以吗 特殊学校的课程设置【www.richdady.cn】 孩子不爱读书的家长引导【www.richdady.cn】 查财运专业服务【www.richdady.cn】 脑部不清晰的案例分享【www.richdady.cn】 什么原因意外的前世缘分【www.richdady.cn】 强迫症的案例分享【σσЗ8З55О88О√转ihbwel 前世今生的缘分如何续写?【σσЗ8З55О88О√转ihbwel 阴间生活的前世缘分【微:qq383550880 】√转ihbwel 亲子关系的情感交流方法有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何克服升迁障碍?咨询【微:qq383550880 】√转ihbwel 精神不振的心理调适【σσЗ8З55О88О√转ihbwel 家庭关系中的矛盾如何解决?【σσЗ8З55О88О√转ihbwel 亲子关系的问题分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何改善精神不振的状态【微:qq383550880 】√转ihbwel 失业的环境影响【σσЗ8З55О88О√转ihbwel 失业的前世因果【企鹅383550880】√转ihbwel 前世老公的前世修行咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 亲子关系中的沟通艺术咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的职场提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 查财运专业服务【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 营销型网站的作用 bitdefender网络安全 微信营销软件推广 郑州做手机网站 精美网站 建立网站流程 为企网站 传统网络安全防护有哪些产品 手机网站建设 的作用 信息安全杂志有哪些,-1客户信息安全管理体系,-1 网站内容添加 qq营销推广方案 邢台做网站哪儿好 洛阳市网站建设 网站关键词 《网络安全法》cisa 网络营销店铺推广问题 2017 4.29网络安全 网站页面组成部分 北京网诺信息安全技术有限公司 网站样式 企业网络安全状况 体验营销案例 株洲网站制作 佛山做网站建设 卓进网站 免费婚庆网站模板 卓进网站 信息安全行业证书,-1 福建信息安全就业 网络营销店铺推广问题 优质公司网站 信息安全的基本属性 番禺网站建设怎么样 辛集做网站 蚌埠网站建设 平凉网站建设 合肥响应网站案例 网站建设制作 南京公司哪家好 山西网站制作公司哪家好 合肥响应网站案例 营销综合实践教学平台 网络营销可以吗 网络安全培养基地 cisp注册信息安全专业人员 株洲网站制作 印度 网络安全企业 收购 北京网站的建立 网站样式 国内网络安全认证衡水网站设计费用 网站三要 网站关键词 网站建设策目标 杭州营销型网站 长沙商城网站制作 b2b网络营销的难点 沈阳建设公司网站 人员管理是信息安全工作的核心内容 外国黄网站色网址 信息安全调研报告 网络推广微信营销 厦门app网站设计 美橙 营销 近几年网络营销关键词 网络安全开发 网络安全审查 浪潮 flash网站 中国网络安全 论文亚马逊营销 网络营销 建站公司排名 网络营销宏观环境因素 网络营销行业由来 网络营销 公关 网络营销宏观环境因素 美橙 营销 为企网站 信息安全服务资质咨询 sns社区营销案例 广州网络安全会议 2017 社交网络营销 自己建站的网站 网络安全介绍 ppt 建一个免费网站 网络安全法 网络标准范畴 建立校园网站 河北邢台wap网站建设 锦州做网站 免费婚庆网站模板 达内网络营销有用嘛 网站建设营销的技巧 微信营销软件推广 营销型网站的作用 全面的手机网站建设 浙江信息安全等保网 中国信息安全检测中心 中国计算机网络安全 郑州做手机网站 信息安全调研报告 网络营销 建站公司排名 平安集团网络安全 手机版网站建设开发 中国信息协会信息安全专业委员会 株洲网站制作 信息安全宣传材料 网站建设策目标 信息安全等级保护测评机构申请表,-1 国内网络安全认证衡水网站设计费用 郑州做手机网站 网站内容添加 海底捞服务营销数据 为企网站 中国网络安全 论文亚马逊营销 搜索引擎营销的发展 运营的网站 2017武汉信息安全大会 山西网站制作公司哪家好 信息安全调研报告 微信营销软件推广 深圳手机集团网站建设 福建信息安全就业 近几年网络营销关键词 厦门app网站设计 《网络安全法》cisa 邢台做网站哪儿好 中国网络安全 论文亚马逊营销 速成网站 营销型网站的作用 建立校园网站 微博营销受众群体 卓进网站 美橙 营销 b2b网络营销的难点 信息安全等级保护测评机构申请表,-1 可口可乐网络营销策划网络安全招生 广州网络安全会议 2017 外贸营销网站建设