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
isg信息安全中科大信息安全实验室解放军信息安全测评认证中心信息安全主要课程广告营销优缺点国家信息安全工程技术研究中心官网商城建设网站沈阳 网站开发制作如何搭建自己的网站广州响应式网站制作深圳品牌网站推广规培医生王磊应聘失败,却获得透视脏器能力,更有神级手术技巧。 幼儿误诊,即将死亡,王磊:我看到了,支气管断裂,马上手术。 主刀医生误伤主动脉,鲜血喷到天花板,王磊轻松搞定。主刀:幸亏王磊在。 农庄爆发奇怪病症,全市医生晕头转向,大佬:快去请王磊! 小小的乡卫生院逐渐成为世界医学中心,无数患者和名医云集于此,周边房价超过市中心。 这一切,都是因为一个人。 沈清风本是秦皇之子,原以为能够荣华富贵一生,可还没来得及享受,就被自己的青梅竹马杀害,就此陨落。 千年之后,他意外重生,而自己的青梅竹马已经成为了蓬莱界唯一的皇,这一世,他能否报仇,成为那凌驾众生之上的神。张锋嚣 天魔禁我灵魂三十春秋 苍老归来 那又如何 看我笑谈方寸 剑指秋华 此世 必有我张锋嚣 傲然奢华 戏弄苍穹之绝世神姿第三次世界大战后辐射扩散到宇宙各处,人类的基因发生了奇怪变化,就连地球也变了样。上一世,他出道八年,却无人问津,老婆抛弃他,女儿因为癌症去世,穷困潦倒,妻离子散。 一朝回到女儿去世前,再次见到女儿的那一刻,他决定,要将全世界最好的都给女儿。 为了赚钱养女儿,一不小心,他唱的歌爆红了网络。 写的第一本小说就被称之为经典。 拍的第一部电影就成了电影学院研究的对象。 …… 当事人叶鸣却抱着怀中的女儿淡笑道:“意外,这都是意外,我只想做个好奶爸而已。”【奇迹】第一高手,因战队成绩不佳,惨遭俱乐部逼宫扫地出门。 被扫地出门的他,来到一家游戏工作室担任打金人。 【奇迹】第一高手岂是普通的打金人?上到各大公会,下到小鱼小虾被他收拾的服服帖帖。 有人问,【奇迹】第一高手就这么沦为打金人,他真的心甘情愿吗? 他的回答是,这一次我要为自己战斗,也要在这里强势回归。 一个平凡的摸鱼打工人,一次宿醉后莫名转生异界。 获得了先天灵根,开启了一段朋克的修仙生涯。(本小说以民间传说为基础改编而成!其中剧情皆为虚构,切勿当真!) 这个世界真的如我们所了解的那么简单吗?那些传说中的事物真的就不存在吗?若传说就是事实,那么又是谁在默默的守护我们呢? 都说哪有什么岁月静好,不过是有人在替我们负重前行。那么这负重者都有谁呢? 今天我来告诉你们,其中一个便是自唐朝就成立的神秘组织--镇诡司!凡天下有诡现世,镇诡司必首当其冲,伏之,镇之,掩之!身为华夏最强特种兵的李净一回到家乡竟然发现自己五岁的女儿在住狗窝?一怒之下召集十万军队...... 咔!这他妈哪跟哪啊!我这是穿越文,妈的不是歪嘴文! 好吧,事实上是李净一在一次卧底行动中不慎被发现,身陷绝境之中极限带走敌方的几个核心人物(核心人物:妈的,丢死人。。。)有可能是因为李净一的精神感动上天,他并没有死,他穿越了。。。 在这个叫‘大羽’的王朝,在这个全新的世界里,李净一见到了各种各样的东西——法术,妖兽,巫蛊,仙佛以及人心。 人曰:礼义廉耻 人曰:肝胆相照 人曰:为国为民 人曰的,多了去了..... 一个被遗弃的少年,是如何一步步走上巅峰
常州网站制作企业 南京信息安全测评中心地址,-1 2017北京信息安全峰会 网络信息安全监管方案 网站搭建和网站开发 aso营销 重庆网络营销战略设计 成都企业网络营销 效果型网站建设 中国网络营销政策 大龄剩女的心理调适咨询【www.richdady.cn】 去世的母亲的前世缘分【www.richdady.cn】 生活中的无形干扰有哪些【www.richdady.cn】 心慌胸闷头晕的咨询技巧【www.richdady.cn】 什么原因意外的心理调适咨询【www.richdady.cn】 什么原因意外的原因分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 财运不佳的财富管理【企鹅383550880】√转ihbwel 事业不顺的咨询技巧咨询【企鹅383550880】√转ihbwel 婴灵对家庭的影响【微:qq383550880 】√转ihbwel 前世今生的缘分解读咨询【www.richdady.cn】√转ihbwel 纠纷的前世因果咨询【微:qq383550880 】√转ihbwel 财运不佳的财富规划咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的轮回转世【微:qq383550880 】√转ihbwel 财运不佳的原因有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 财运不佳的理财技巧有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的改善方法【www.richdady.cn】√转ihbwel 如何预防冤亲债主的干扰?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子不爱读书的家庭教育方法有哪些?【σσЗ8З55О88О√转ihbwel 内心恐惧胆怯咨询【微:qq383550880 】√转ihbwel 投资项目的咨询技巧咨询【企鹅383550880】√转ihbwel 信息安全管理审核,-1 网络营销课有什么用 网站搭建和网站开发 手机信息安全 ppt 青色系网站 星巴克微信营销现状分析 高校网络信息安全,-1 王老吉营销管理案例分析 吴桥网站 网站建设前期资料提供 论营销 网站建设案列 沈阳信息安全培训课程,-1 网站打开速度优化 公司建网站 信息安全指南 屈臣氏的市场环境对营销活动的影响以及带来的机遇与挑战 企业网络安全解决方案 徐州网站二次开发 国家信息安全检测中心 广州高档网站建设 网络营销应该这样做 信息安全主要课程 深圳市计算信息网络安全员 国家信息网络安全中心 如何搭建自己的网站 微网站制作软件 广州响应式网站制作 网络安全中的个人信息安全 全国信息安全测评中心 服务营销的缺点 cog信息安全论坛网址 信息安全相关法规 信息安全保护等级 密码 aso营销 了解凡客企业网络营销现状分析目前企业网络营销存在的问题 沈阳 网站开发制作 闭环营销 客户服务 广州企业网站建设 网站的组成 网络营销研究目的 广州企业网站建设 信息安全 全球排名 网络营销售后服务 创建网站的流程 网络营销平台 定价 网站流程 更新网站的图片加不上水印 潍坊市网站制作 网络营销大连 新手做网站 网络营销行为有哪些 网站制作 手机 网络安全工程师培训 通州网站建设 访问网站慢 网络营销公司培训 本地网站建设 营销要素 酒店网络营销具体方案 广东做网站策划 成都企业网络营销 28所 网络安全部 信息安全等级保护企业 信息安全等级 四级 广州高档网站建设 武汉网络安全中心 潍坊市网站制作 网站搜索框 信息安全等级 四级 长安网站优化 双色调网站 吴桥网站 长安网站优化 网络营销的作用是什么意思 网站创建公司 深圳信息安全测评中心,-1 信息安全 全球排名 杭州网站优化 信息安全相关法规 aso营销 上海市网络安全周 邢台网站定制信息安全和保密的区别 网站搭建和网站开发 信息安全指南 产品怎么做e-mail 营销 制作外贸网站的公司 营销顾问 网络营销售后服务 企业网站案列 解放军信息安全测评认证中心 网络专业的网站建设 网站建设案列 什么是网络营销 中国国家信息安全中心 2017北京信息安全峰会 网站备案时间 广东做网站策划 徐州网站二次开发 网络安全检测工具 国外的网络安全如何落地深圳网站建设 独 惠州网站建设公司 网络营销渠道类型 新手做网站 内容营销作用 网站免费认证 2017北京信息安全峰会 书法网站建站目标 访问相关网站掌握定制定价使用定价免费定价的运用试举例说明 网络营销的作用是什么意思 云南网站推广 网络信息安全监管方案 微网站案例 信息安全检查 方案 网络营销课有什么用 重庆企业网络营销团队 网站的组成 手机信息安全 ppt 淘宝网店营销培训 公安厅 网络安全培训 星巴克微信营销现状分析 网站模板和定制的区别 信息安全等级保护测评方法,-1 王老吉营销管理案例分析 吴桥网站 网站免费认证 对于网络营销的看法 网站怎么办 重庆网络营销战略设计 自己做网站 信息安全cnas认证证书 论营销 信息安全专业学生需着重分析当前的信息安全面临的主要威胁及相应对策 信息安全检查 方案 广州高档网站建设