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年信息安全产业,-1网络安全交流会淘宝 自媒体营销案例达内培训 营销营销企业重视网络安全专业信息安全软件,-1郑州网站推广公司企业网站管理系统情感营销号近几年的网络安全事件一直开挂是很爽,但爽过头就腻歪了,这种就像是男女之间的那点破事,偶尔爽爽就可以了,一直爽下去,那是不可能的! 所以呀!身为一本书里的主角,你没有一个跌宕起伏的人生经历,又怎么能让翻书人的心情一直爽下去呢? 那要怎么弄才能平衡呢?嗯。。。想到了,那就让主角半数时间都‘残血’吧。 都说时势造英雄,都说站在风口浪尖上的哪怕就是猪也可以起飞。 而如今,异界的幻想神格砸落王羽身上。 他将何去何从,平淡一生,荒骨枯坟还是俯瞰万界,遥指乾坤?球迷还在羡慕日本的留洋大军,韩国的孙兴慜吗?且看王金类获得球王教练系统,拿遍五大联赛金靴,获得欧冠冠军,将中超变成顶级联赛,带着中国足球乃至亚洲足球崛起,率队勇夺世界杯!天才少年苏阳,被未婚妻暗算当做三年血奴圈养,抽干体内至尊血脉,挑断手脚筋丢弃妖兽山脉,等待死亡来临。 然而,一块黑色石头的出现,让苏阳大难不死,习斗战圣法,创九转星辰诀,灭仇敌,夺造化。 从此踏上一段血战无敌之路!穿越到玄幻世界,莫无念大站自己成了绝天魔域最强魔主,身负世人骂名。 然而他早有预感,料定会有天命之子来割韭菜...... “禀报魔主,属下已经找到了身负大气运之人。” “????” “此子身上有一缕残魂,和我魔域还有莫大关系,更和那古家......” 果然,剧本还是来了。 作为穿越者的莫无念怎能忍受得了。 “传令整个魔域……” 【叮!绑定系统】 【本系统为反派服务】 …… 第三次世界大战后辐射扩散到宇宙各处,人类的基因发生了奇怪变化,就连地球也变了样。 明末的事情逐渐终结,马孝全来到了秘境,在这里,他将有什么样的冒险呢...... 完结一个神秘的维度,一段神秘的人生,一场神秘的冒险……一个残疾人靠着幽默在现实直播中实现自身价值。 一个粉丝心中的无冕之王。 老婆多,是他的第一个标签。灵魂歌手,尿床是他的家常便饭。
企业网站管理系统 邮件列表营销论文 中型网站 网络安全仿真系统 网站建设 甘肃 国内信息安全软件厂商 黑色网站 网络营销目标包括哪些内容 人的营销 营销型网站建设 价格 头脑混沌时如何提高注意力【www.richdady.cn】 婴灵的超度仪式【www.richdady.cn】 亲子关系的教育策略有哪些?咨询【www.richdady.cn】 儿子抑郁症的环境影响【www.richdady.cn】 前世因果咨询咨询【www.richdady.cn】 家庭关系中的矛盾解决【企鹅383550880】√转ihbwel 前世今生的故事有哪些经典案例?【微:qq383550880 】√转ihbwel 感情纠纷的情感疏导咨询【σσЗ8З55О88О√转ihbwel 意外的前世故事【www.richdady.cn】√转ihbwel 婴灵的安抚有哪些实用技巧?咨询【σσЗ8З55О88О√转ihbwel 前世缘份的再次相遇咨询【σσЗ8З55О88О√转ihbwel 学习成绩差咨询【σσЗ8З55О88О√转ihbwel 升迁障碍的职场瓶颈如何突破?咨询【微:qq383550880 】√转ihbwel 公司破产的案例分享咨询【企鹅383550880】√转ihbwel 家宅磁场的检测工具咨询【σσЗ8З55О88О√转ihbwel 发育倒退的案例分享【www.richdady.cn】√转ihbwel 与男友前世的前世缘分【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的解决方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 不爱读书的原因分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 官司的案例分享【微:qq383550880 】√转ihbwel 网络安全实验教程 下载 最流行的网站设计风格 2016年信息安全产业,-1 建网站怎么上线 电子商务的网络安全 营销型网站建设 价格 2015工控网络安全态势报告 支付宝全网营销软件破解版 宁德网站建设 网络安全技术ppt 中国搜索提交网站 网络安全管理人员 大庆做网站 许可email营销的工具 太原网站改版 许可email营销的工具 中软信息安全考试题库 支付宝全网营销软件破解版 情感营销号 重庆的网站建设公司 衡水高端网站建设 网络安全思维导图 大连网站设计公司排名 is001信息安全 2016网络安全大事 具有国家信息安全等级保护测评资质的机构 邢台网站优化 微信营销师 网络安全基础关键技术操作 市场营销能力秀 网络营销之微信 衡水高端网站建设 信息安全国际标准 长春做网站电话 优秀的网站设计案例 最流行的网站设计风格 检查网络安全性 大连网站设计公司排名 安徽省网络安全专家 论坛营销 成功案例 大连网站建设价格 南京网站推广营销公司哪家好 2015工控网络安全态势报告 北京网站制作排名 许可email营销的工具 不属于营销战略4p的 超简单网站 网络安全管理的意见 It信息安全心得 网络营销是啥 网站制作 网站设计样式 中软信息安全考试题库 浙江网络安全论坛石家庄网站优化公司 信息安全等级测评师培训如何报名 公司信息安全管理 赵县网站建设 网站制作 信息安全 实践 企业重视网络安全 支付宝全网营销软件破解版 布吉网站建设 网络安全应急响应机制 武汉网站建设网页设计网站制作网站建设公司做企业网站公司 百度搜索营销 常州制作网站信息 成都网站建设电话咨询 2014网络信息安全事件 情感营销号 江阴网站建设 网站跳出率 手机网络营销普遍问题 好的数据库网站 内蒙网站设计公司 网络信息安全测评机构 信息安全 实践 重庆的网站建设公司 安徽省网络安全专家 武汉网站建设网页设计网站制作网站建设公司做企业网站公司 x网站免费 手机网络营销普遍问题 智能网联 网络安全 建网站怎么上线 保险网络营销 枣庄建网站 网络安全交流会 2014年工业控制系统信息安全蓝皮书 下载,-1 网络安全与中国方案 昆明网站优化 中国搜索提交网站 网络营销和广告的区别和联系 2. 网络时代中的企业特别是中小企业应该如何有效地实施网络营销? 网络安全广告 12月网络安全大会 网站建设与应用 西安商城网站建设制作 湖南的商城网站建设 中国信息安全联盟 衡阳做网站 网络营销目标包括哪些内容 大连网站设计公司排名 国内信息安全软件厂商 营销法则 郑州网站推广公司 专业信息安全软件,-1 网络安全与中国方案 优秀的网站设计案例 枣庄建网站 黑色网站 福州做网站 大庆做网站 布吉网站建设 智能网联 网络安全 网络安全思维导图 全国网络信息安全学院 苏宁 营销模式 近几年的网络安全事件 常德网站优化 网络信息安全难学吗 网络安全仿真系统 手机短信营销软件 全国网络信息安全学院 怎么提高网络安全意识 上海网络安全代理 信息安全竞赛ctf 网络信息安全调研报告 公司网站建设免费 网站制作帐户设置 网站建设与应用 信息安全奖 致辞 中国信息安全管理研究中心 大学对网络营销的认识 营销型网站是什么样的 网站设计样式 公司信息安全管理