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
内蒙做网站2014信息安全峰会搜索引擎营销包括什么区别信息安全职业生涯房地产网上营销信息安全评测公司网络安全实训室网络安全平台网网络安全国家标志自贡网站优化冰冷浩瀚的宙海,无数种族隐匿在黑暗之中,伺机猎捕它们眼中的低级文明,他们遵守远古的黑暗森林法则,混乱中夹杂着秩序,任何文明只要没有踏出自己的母星,就能继续无知、幸运的生存下去,犹如被圈养的猪羊...100年前,蓝星第一强国米力坚向月球发射先驱者0号,开始探索宇宙第一步,当人类还在为自己取得的成就欢呼的时候,一种未知的天外生物,通过搭载返航器偷渡到了蓝星....他是弃婴他是小保安他只有二百块。他用神鬼莫测的医术活人无数,他凭一身武功历经凶险,他最终得成伟业名利双收。大明万历四十八年,陈操因为一次意外魂穿明朝,开启了人生霸业之旅异世界重生 一穷二白, 苏醒后只有个关心自己的漂亮妹妹。洛小航,一个平平无奇的高中生,当几个美少女降临在他的世界,就此展开了一段爆笑的故事,新人写书,求支持,求打赏,求收藏,本书风格轻松幽默本文是十年前的电攻杂志上发表的糊涂的《奇迹》的续篇,在糊涂的上一部著作中,作者留下了很多的悬念和未解之谜,比如卡拉的去向,四个黑暗旅人的经历,奇迹之神法修失踪,老头比尔的秘密,十三大神器中其他神器的下落,暗刃为什么要杀死雷特,毒蝗虫到底去哪了,福尔斯广场任务的结局会是怎样,蒂娜为什么会背叛风,海伦为什么凭白无故杀死风……带着诸多的悬念揭开本文的开端,本文将会对这些进行逐一的解答。 主角风,即将开始新的旅程,希望这本小说会给大家带来一个全新的感受,感谢大家对本文的关注。“别人是被炮弹追着轰,我特么是被核弹追着炸!” 核弹灭世之后,主角被迫寻找修道寻仙之路。 然而作为一位修仙小白,遭受修仙门派收徒时的白眼。 “小白!你境界都没有!”守护修士冷眼看了过来。 “没有资格入门。” 可是主角我有金手指啊! “我特别强调一下:打我的时候需要控制力量,不许使用超过一成的力量!” “你们总是不听话!” 安临渊把头仰起,45度朝向天空, “我说不许使用超过一成的力量是在保护你们!” 在凡人地界,核武末世下走投无路的安临渊,迫不得已,被逼入进入阿尔卑斯门,寻求庇护。 安临渊开始走向修仙道路。 即使安临渊已经遁入阿尔卑斯门修仙求道,凡人地界依然未放弃对安临渊的追杀。 安临渊不断遭遇各种追杀。随着修仙境界的不断提升,被追杀的同时,也展开自己的复仇行动。“别看这样,可我喜欢他哦,问为什么的话,因为他是我的英雄呀。” “能和他在一起的话,就算世界崩坏又能怎样?” “好了,开始今天异灵部的活动吧!” “额。。学姐,我想问一下,这个异灵现象研究部是进行什么社团啊?” “是超★异灵现象研究部!” “呃呃,好的。” “吭,异灵部呢,是以进行一项伟大而神圣的活动为目的,探索过去与未来无限的奥秘,找到现实与幻想之中的交点……” “比如说” “拯救世界?” “不,比拯救世界更重要!” “哈——”他,穿越到大明皇宫,成为大明已故太子朱标的嫡次子朱允熥。 大明皇孙,本是身份尊贵的存在,但偏偏老父亲已故,本也不受祖父待见,册封皇太孙朱允炆的日子也即将来临。 既然眼前局势来不及改变,为了活,他也只能先夹着尾巴做人。 但是,熟知历史的他,知道原主的下场凄惨! 为了改变,他暗中运筹帷幄,就藩之日便是他称王之时!四百年前,流光降世,蓝光星上,变异横生。 我于绝望之中重生,化身吞天噬地之主!
简述网络营销的定义 成都网络营销高手 工业智能网络安全 数据网站怎么做的 网络安全小课堂 网站的描述 用公共网络安全吗 网络安全内容要少 营销中的价格策略 长沙网站优化 儿子不读书的自我提升咨询【www.richdady.cn】 暗恋的情感表达【www.richdady.cn】 与公婆前世的咨询技巧咨询【www.richdady.cn】 儿子不读书的前世记忆【www.richdady.cn】 人际关系不好的咨询技巧【www.richdady.cn】 精神不振的环境影响【σσЗ8З55О88О√转ihbwel 发育倒退的环境影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 无形干扰的解决方法咨询【企鹅383550880】√转ihbwel 事业不顺的真实案例有哪些?【企鹅383550880】√转ihbwel 精神不振的咨询技巧【微:qq383550880 】√转ihbwel 冤亲债主干扰的超度方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 亲子关系的互动模式咨询【www.richdady.cn】√转ihbwel 内心恐惧胆怯的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 升迁障碍【微:qq383550880 】√转ihbwel 婴灵的超度与化解【微:qq383550880 】√转ihbwel 婴灵的超度仪式【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 为什么过世的前世解析【企鹅383550880】√转ihbwel 心慌胸闷头晕的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 外灵干扰的心理调适威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的轮回有哪些科学依据?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 珠海移动网站建设费用 qq飞车网络安全存在风险 网络营销工程师 如何建立企业网站 青岛日文网站制作 东莞网络营销 建云购网站 长沙网站优化 医疗服务营销策划 2014信息安全大赛 增城做网站 论坛营销 内蒙做网站 2014年省级基础电信企业网络与信息安全工作考核要点与评分标准 3合一网站 信息安全防范技术 最新网络安全动态 赣州网站建设 网站运营公司 重庆营销推广公司电话定制网站 信息安全评测公司 加强网络安全工作建议 电脑信息安全文件,-1衡水网站建费用 win8网络安全密钥不正确 中国网络安全监测中心 网络安全研发工程师 好的网站建设商家 网络安全研发工程师 微博营销形式 e营销网 互联网网络安全ppt 网络安全 维基 网站报价 网站报价 最新网络安全动态 防火墙在网络安全的作用 网络安全实训室 北邮 网络安全 期末考试 西安论坛网站制作维护 网络安全小课堂 长沙网站优化 深圳网站外包 石家庄移动端网站建设 网络安全资讯网 建设门户网站需要注意什么 百色做网站 网站面包屑导航设计即位置导航 成都 网络安全 工作 2016信息安全专业排 网站的描述 医院营销部 武汉网站开发公司 用公共网络安全吗 网络信息安全举报 信息安全研究室哪个最好 网络安全事件简述 自贡网站优化 北邮 网络安全 期末考试 制作网站备案幕布 好的网站建设商家 网络安全技术学习 网站申请 网络与信息安全等级 淘宝常见营销手段 网站视觉江门网络营销外包公司 网站沙盒期 e_mail营销方法 2016信息安全专业排 加强网络安全工作建议 微博营销形式 上海电子商城网站制作 国家信息安全产品认证型号证书 国家信息安全产品认证证书 西安网站挂标 上海电子商城网站制作 网络安全情报信息 个人信息安全相关条例 珠海网站推广 电脑信息安全文件,-1衡水网站建费用 青岛日文网站制作 网络信息安全 应急 表 e营销网 病毒是营销 侵犯信息安全罪 网站建设学校 2014信息安全峰会 营销策划皮包公司 网络安全 维基 信息安全人才 最新网络安全动态 广东省网络安全认证等级 网络信息安全法2017 新建网站‘’ 网站飘动 娄底网站建设 成都网络营销高手 网站运营公司 简述网络营销的定义 网络安全技术学习 中国大学生信息安全 全网营销网 信息安全 校招,-1 网络营销环境的内容 工业智能网络安全 营销做什么 网站页面 对网络安全的理解 网站运营公司 郑州网络安全 网站建设案列 网络安全 ppt 网站侧边栏 计算机信息网络安全服务资质 增城做网站 3合一网站 重庆营销推广公司电话定制网站 手机网站设计机构 网络营销工程师 500强网络营销公司 网站的类型 网络营销环境特征 网站申请 通信信息安全培训 郑州市公安局信息网络安全报警网站 工业智能网络安全 医疗服务营销策划 中国信息安全认证中心在职人员 云南网站推广 网络安全平台网 工业控制系统信息安全国家工程实验室 网站飘动 网络营销环境的内容 网站面包屑导航设计即位置导航 网络安全对社会的影响 中国信息安全法律大会,-1 信息安全评测公司