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
网站制作的收费b2b网络营销的定义企业网络安全体系建设科站网站百度知道营销回答规律芜湖网站开发枣庄做网站信息安全日志分析工具通信行业信息安全大赛,-1青岛服饰营销那一天,章浩获得了一个神奇仪器! 御兽只要戴上这个头盔,就可以通过观看影片的方式变强! 梦里: 【御兽:熊猫】 【已观看《武林熊猫》系列】 【冲拳熟练度:入门→出神入化】 【掌握新技能:迅雷拳(熟练)、无锡指法(熟练)、金钟罩(精通)……】 现实: 【御兽:熊猫】 【已观看《武林熊猫》系列】 【掌握新技能:吃(出神入化)】 章浩:??? 六个小时过去,你就学会了吃? ………… 实战考核现场,看着用出神入化级“吃”一口将金属系对手吞到肚子里的熊猫,众人惊呆了。 章浩故作镇定地笑了笑:”咳咳……没错,我的御兽就是这么清奇!“陈阳穿越到了高武世界,获得了一个能查看人生剧本的系统! 这人生剧本,能预知人未来,查看命格,甚至连对方的最近机缘都一目了然! “绝世机遇!?不好意思,我先收为敬!” 三流的主角等机缘。 二流的主角找机缘! 而陈阳:机缘在哪,我就在哪! 上古时期,穷奇一族蒙冤困于羽山。万年之后,羽山穷奇族内乱,穷奇王将主角陈怀风送往八荒。 天光照海,星月从之;肝胆照心,妖灵契之;死生相从,以卫以征。契成!——妖灵契约可御兽; 天有白溪,云海可舒;地生白溪,江河不枯,青丘白溪有一枪,可擎天、可贯海!——妖族也热血; 日月昭昭,神血殇殇;天地之间,八荒之内,凡我族类,死守羽山,莫敢再犯!——族群万年使命如何抉择? 神族见死不救,人族背信弃义,八荒存亡之际,且看我陈怀风如何讨还公道!我写的都是经历过后留下来,想要珍视的故事。 我出生于00年1月,作为这个世纪的第一批新生儿,总感觉要做些什么。 陌生的朋友,请听我说: 我们都要有越挫越勇的心态, 在我们保护不了珍视的事物前, 都要做好失去一切的准备。 我们要做命运的骑士, 如果要接受命运的安排, 那也只能是在我们拼尽全力之后。 现在的我虽然只是一条咸鱼, 可在我生命结束之前, 令人向往而又悲惨的世界啊, 我对你的回应也只有轻蔑, 我不会输的, 即使你能杀死我, 我的意志亦将如恢宏的太阳, 将尔扁如尘埃。我知道亲人的梦想,和亲人们寄托于我身上的梦想。 我也知道朋友们的梦想,和他们寄托于我身上的期望。 但我不知在什么时候忘掉了我自己的梦想, 也在不知不觉中不是那么的在乎真实的自己和那本属于自我内心深处的理想与期望。 这里是梦之乡,一个世外桃源,是来找回你内心最深处和最阴暗处的那只,照亮前方的萤火虫的地方。 不过没有人会带我们来到这里, 只有自己, 才会引导自己,前往这个 【梦之乡】没有比这个更离谱的事情了! 陈墨只不过喝了几口水,居然马上就要死了? 【你如果还想活命,来,献祭十年寿命,我告诉你方法。】 陈墨愣愣的看着脑海中,一盏青铜灯表面浮现的血色文字。 他登上一艘被黑气环绕的豪华游轮,没想到青铜灯上的文字却立刻更新。 【我不会告诉你,这艘船上能造成你死亡的因素,大概有六千多万个……】 他吃了一颗仙气盎然的果子,以为是主角光环降临,获得了奇遇,从此走上人生巅峰! 结果青铜灯浮现文字。 【你吃了一颗充满污染气息的水果,等着死吧……】 陈墨有点控制不住下巴,这是金手指? 点燃灯芯,可以获得超凡能力。 他充满期待的盯着青铜古灯。 【抱歉,你的脑袋进水了,点燃失败。】 陈墨没有穿越,但是他一直赖以生存的世界病了,他也病了。 “如果我还有得选,我希望继续以人类的身份活下去。”全新的角度探索意识空间。在未来有一种职业叫意念操控师,可以重塑人的意识,以达到某种目的。 三起连续的人口失踪案,加上突发的床底藏尸案,让刑侦队长沈杰手忙脚乱。男主聂一仑用他专长的美术学和心理学,以及法医女主宁无瑕的帮助下,藏尸案得以告破。 可人口失踪数还在增加,更诡异的是,接踵而来的大街割喉案、静脉投毒案等多起命案,似乎都与藏尸案有些关联。随着逐一的侦查,发现身边的人才是最可怕的。 而且,最终的矛头还指向了四年前的一起案件……老家神秘的锁龙井,锁龙井下惊现龙骸!新的世界,新的冒险她的病床在二十三号,于是这也成了她的名字。 丢失了过去的记忆,但少了半分喧嚣,多了一丝清净,哪怕让她意识模糊,四肢麻木。 眼前的有谁?身后的有谁?站在那里的又是谁? 她的意识在慢慢复苏,她的记忆在缓缓填补。 她会记起什么?她会遇到什么? 她将何去何从。
上海信息安全培训班,-1 电信网络与信息安全 上海信息安全培训班,-1 枣庄做网站 网络营销推广方案 泰安市营销 手机网络营销怎么做 营销在哪里培训 网络安全 网络摄像头 成都信息安全企业排名,-1 迟缓儿的案例分享【www.richdady.cn】 忧郁症的咨询技巧咨询【www.richdady.cn】 发育倒退的咨询技巧咨询【www.richdady.cn】 心慌胸闷头晕的案例分享【www.richdady.cn】 冤亲债主干扰对生活有哪些影响?咨询【www.richdady.cn】 升迁障碍的职场晋升咨询【www.richdady.cn】√转ihbwel 阴间生活的前世解析咨询【微:qq383550880 】√转ihbwel 儿子抑郁症的自我提升咨询【微:qq383550880 】√转ihbwel 孩子厌学的辅导方法咨询【企鹅383550880】√转ihbwel 财运不佳的风水调整威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 头脑混沌的解决方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 精神不振的生活习惯【www.richdady.cn】√转ihbwel 前世老公【www.richdady.cn】√转ihbwel 解决孩子不爱读书的问题咨询【企鹅383550880】√转ihbwel 儿子抑郁症的心理调适咨询【企鹅383550880】√转ihbwel 忧郁症咨询【www.richdady.cn】√转ihbwel 什么原因意外的前世记忆【www.richdady.cn】√转ihbwel 精神不振的案例分享【微:qq383550880 】√转ihbwel 特殊学校的前世因果【www.richdady.cn】√转ihbwel 孩子压力大的自我提升咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 南山建网站 信息安全管理的原则 网络安全培训 记录 有关网络安全的电影 企业信息安全管理方案 北京展览馆 网络安全 网络安全的严峻形势 网络营销推广方案 电影网络营销推广公司 口碑营销的概念 网络安全案例 ppt2017网络安全文件 网站备案教程 微信广告和微信营销方案 网站建设价格 2017 网络安全 南京信息安全 上海信息安全培训班,-1 php网站设计 成都网站设计公司价格中国移动4g网络安全 流程网站 高端网站设计建设 昆明手机网站建设 青岛服饰营销 麦肯锡 网络安全解决方案 许可email营销怎么做 网站建设公司哪个好 nike网络营销案例 枣庄做网站 营销外包是什么意思 高端网站设计建设 网店营销计划 2017网络安全日 陌陌提示网络安全验证失败 清华同方 信息安全 信息安全等级保护级别,-1 网站建设价格 邢台建网站 一个网站的主题和设计风格 网站数据包括哪些内容 网络营销推广方案 营销价值 搜索引擎营销效果评估 网站备案教程 网络安全的发展趋势 郑州做网站汉狮网络 php怎么建立网站 网络营销的职位有什么区别 企业信息安全管理方案 深圳制作网站哪家好 信息安全测评机构的资质认定主要有 公需 山东信息安全等级保护 国网信息安全 php怎么建立网站 北京展览馆 网络安全 网络安全公司 获客 营销调研的步骤 通信行业信息安全大赛,-1 移动营销的优势劣势 网站制作 常州 保护信息安全软件 龙岩做网站 网络营销能力秀收获 科站网站 计算机安全中的信息安全主要是指 独自等待 信息安全 2017 网络安全 网店营销计划 杭州网站设计 2010年网络营销大事件 百度知识营销广告语 淘宝营销 饥饿营销英文解释 饥饿营销英文解释 模拟仿真网络安全 网络安全培训 记录 手机网站开发技术 专业的网站建设公司 我理解的网络营销 旅游网站策划书 信息安全等级保护级别,-1 信息安全技术 网站 上海外贸网站建设 深圳企业网站建设哪家好 全球网站建设服务商 口碑营销的概念 青岛服饰营销 网络营销的外部环境 网站制作公司 云南 全球网站建设服务商 信息安全 论文 数据库 信息安全 解决方案 移动营销的优势劣势 网络安全 网络摄像头 信息安全管理的原则 一个网站的主题和设计风格 在线购物网站功能模块 营销调研的步骤 信息安全日志分析工具 深圳制作网站哪家好 国内信息安全证书,-1 网络安全电信诈骗政策 php怎么建立网站 宝山北京网站建设 网络安全培训 记录 网站营销培训 青岛服饰营销 搜索引擎营销顾问 信息安全行业百强 自助构建网站b2b营销软件 网络安全发的基本 营销型手机网站 营销调研的步骤 网络营销的实践应用 网络营销与消费者 网站建设空间申请网络安全月报 广州 深圳 外贸网站建设 信息安全行业百强 2010年网络营销大事件 唯品会营销 网络营销的外部环境 网络营销的职位有什么区别 2017 网络安全 宁夏网站设计 营销外包是什么意思 搜索引擎营销顾问 上海信息安全培训班,-1 南山建网站 营销型手机网站 网络安全公司 获客 怎样建网站 常用网络营销app 我理解的网络营销 南京交通大学信息安全 淘宝营销 考信息安全认证