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
公安部网络安全通报网络安全小报字体设计设计企业网络安全方案郑州做网站的外包公司信息安全技术标准特朗普 网络安全委员会网络安全问题产生的原因互联网信息安全评测机构网络广告营销广告预算做新闻网站夏归凡一觉醒来发现自己成为了一宗之主,解决了宗门危机之后,修为倒退,这时脑海中出现了一部法决《噬典圣诀》,能够吞噬记录法决、武技等的载体(书籍、竹简等),并对该法决或武技的熟练度即刻达到百分百圆满之境,那么这世间,万般武技和秘法没有什么是我夏归凡无法立即熟练的。 令夏归凡头疼的是,他这宗主收了七名女徒弟,个个人间绝色,但个个都不是省油的灯...... 本小说又名《穿越成为宗主》、《我名下都是女徒弟》、《女徒弟带着我无敌》、《我带着女徒弟无双》。魔兽们表示很心累:为什么又穿越过来一个,明明我们才是原住民,世界意志爸爸能不能把这些窟窿堵上啊。顾江海有些困惑,不过是加班回来睡了一觉。怎么睁开眼睛之后世界就变了样子。 街上突然路人下手的红眼人、夜晚互相撕咬的怪物、路边的变异植物、会喷火的老虎..........还有复杂的人性。 无论世界怎么变化,活下去才是当下最重要的事情。 原来妹妹你是这样的人! 青龙,又称苍龙、孟章,是中国古代神话传说中的形象,为“天之四灵”之一的东方之神,对应“四象”中的“东方七宿”。 帝谕,又称帝令、八荒,是传说中法师和炼体师的尊称,为“万物之主”主宰的无上意志,统御“大千”中的“万法世界”。 李才,一个平凡、普通的年轻人,因为一颗“黑珠”踏上了辛苦的修习法术之途。他没有过多的幸运突然降临,也没有无敌的人格魅力让所有人围绕。 让我们和李才一起经历这真实、精彩的旅程吧!他,长生王者,为了却心愿,乘兴而归,甘愿伴她左右,护她周全。 为她,逆了天下,只为一言之诺,蓦然回首,踏血而歌! 为她,亡了诸国,只为一怒红颜,腥风血雨,血染皇城!大道唯我,无论道佛,一心为本,自在由我。 36位仙帝掌控仙域,瓜分世界果实强大己身,仙帝非圣贤,欲突破桎梏探索域外,仙域大乱,仙帝陨落。 且看叶林在机缘巧合之下获得魔尊残魂相助,最终踏上一段奇幻、动人心魄、荡气回肠的寻仙之路。 管你是神是佛,如不臣服,诸神灭佛。诸天万界,龙腾四海。 吾辈岂是池中物,一朝崛起,气吞山河亿万里。 当马里亚纳海沟挖出封印在地壳之中的气体,自此之后整个地球的所有生灵都开始发生了翻天覆地变化的修炼之途。 世上再无贫富人种之分,因为修炼大能者翻手间便能颠覆乾坤,实力变成了秩序的唯一;而正是在这开始风起云涌的乱世之中,一位在奶茶店打工的凡人少年看上了一栋主人自杀的凶宅——你是想当无名小卒,还是名扬天下?
网络安全宣传周 设计企业网络安全方案 网站套用 贵阳营销型_网站建设 iso信息安全标准 手机营销的方式有哪些 成都网站设计公司价格 信息安全运营中心系统 大数据与信息安全讲座 网站建设的收费标准 与男友前世咨询【www.richdady.cn】 婴灵的超度与化解【www.richdady.cn】 亲子关系的教育理念有哪些?咨询【www.richdady.cn】 财运问题在线咨询【www.richdady.cn】 去世的父亲的前世因果【www.richdady.cn】 失业的自我提升咨询【σσЗ8З55О88О√转ihbwel 与男友前世的记忆解析【www.richdady.cn】√转ihbwel 前世老公的前世故事【企鹅383550880】√转ihbwel 与公婆前世的故事分析咨询【微:qq383550880 】√转ihbwel 暗恋的咨询技巧咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 工作场所意外事故的原因咨询【微:qq383550880 】√转ihbwel 发育倒退的咨询技巧咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子不爱读书的原因【www.richdady.cn】√转ihbwel 什么是婴灵?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 官司的自我保护咨询【www.richdady.cn】√转ihbwel 去世的母亲的前世因果咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 特殊学校的前世记忆咨询【微:qq383550880 】√转ihbwel 意外事故对家庭的影响咨询【微:qq383550880 】√转ihbwel 财运不佳的财富增长技巧有哪些?【企鹅383550880】√转ihbwel 大龄剩女的案例分享咨询【企鹅383550880】√转ihbwel 营销术语. 网络安全的字体 华中科技大学信息安全实验室 信息安全 框架 网站推广营销 柳州做网站 信息安全从业者 视频营销的推广方式有 河南信息安全电子中心 怎样给网站增加栏目 淄博市网站开发 网络安全漏洞论坛 美国网络安全行政令 特朗普 网络安全委员会 南京网站制作公司 互联网公司营销方案 gbt 20984-2007 信息安全技术 信息安全风险评估规范 信息安全动态,-1 网站建设 cms 下载 网络安全攻防入门 手机网站范例 保定网站制作 有关网络安全的新技术 邳州做网站 手机营销的方式有哪些 下载免费网站模板下载安装 网络信息安全技术 网站建设与维护 信息安全运营中心系统 邮件营销反馈率 手机网站范例 淄博市网站开发 什么软件做网站好 台州外贸网站建设 2014年网络安全 信息安全技术有 华中科技大学信息安全实验室 从服务器复制文本粘贴到本机 信息安全 能查到么,-1 网络安全五大特点 网络安全身份认证有哪些类型 网络安全漏洞论坛 全国信息安全大赛作品 网站营售 公安部网络安全通报 网站后台模块 什么是网络营销策划 广州h5设计网站公司 华中科技大学信息安全实验室 国家网络安全中心在哪 汽车网络安全攻击视频 烟台制作网站的公司简介 北京网络营销师讲师 邢台建网站 怎么建好网站 网站推广营销 济源网站建设 信息安全服务认证资质 信息安全动态,-1 软件定义网络安全 河南信息安全电子中心 么尚产品营销方案浦东新区网站建设 贵州网站开发 信息安全从业者 美橙网站维护专业的网站建设公司 网络安全平台代理商 邢台建网站 什么软件做网站好 网站建议公司 2017年信息安全泄漏事件 产品网络安全红线2.0 微营销有什么特点 北京做网站公司 网站默认图 石家庄网站建设找哪家好 合肥全网营销系统 我国信息安全认证包括 网络安全名单 淘宝直播的营销手段 流程网站 从服务器复制文本粘贴到本机 信息安全 能查到么,-1 乐清企业网站制作 信息安全 框架 广东信息安全服务资质咨询,-1 网络营销与运营区别与联系 马鞍山网站建设 对信息系统运营使用单位的信息安全等级保护工作情况,-1 网络安全 最新 方向 2014年网络安全 网络安全政策解读营销要素是指 网络营销师是做什么工作的 2014年信息安全事件网站建设免费 绵阳的网站制作公司 网站的主机 自动营销器 下载免费网站模板下载安装 网络营销个人网站 许可email营销主题设计原则包括 网站建设与维护 胶州网站建设 网站被惩罚 澳大利亚 网络安全部 营销术语. 网站开发与维护的内容 网络信息安全技术 对信息系统运营使用单位的信息安全等级保护工作情况,-1 南京网站制作公司 电子邮件营销密码 每天一小时email营销轻松掌握电子书 网络广告营销优缺点 杭州培训网站建设 淄博市网站开发 五一节网络营销 互联网公司营销方案 徐州网站 澳大利亚 网络安全部 网络安全案例教程 淄博网站排名seo 信息安全攻防实训系统 广州h5设计网站公司 广州网站设计公司排名 台州外贸网站建设 信息安全团队 下载免费网站模板下载安装 呼和浩特做网站的公司 旅游网站建设费用 加建网网站 什么软件做网站好 厦门好的网站设计 网络安全网络信息安全 网络广告营销优缺点 广东省信息安全协调工作系统 app营销案例 网络安全周 负载均衡 中国国家网络与信息安全信息通报中心,-1 河南信息安全电子中心 美国网络安全战略特征