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
免费建站网站国家网信网络安全应急指挥中心网络安全生态 2017如何做全网营销南宁网站建设教学怎么判断网站优化过度营销号软文广东营销网站建设服务公司互联网算什么营销渠道提供网站建设设计独自前往国外留学的体育生凌云,在一次英雄救美后,意外激活了一个逆天的系统,开始了自己称霸篮坛之路!!!大鹏一日同风起,扶摇直上九万里,被认为没有灵脉的修武废柴林风,一次几乎丧命的遭遇,激活了体内的至尊灵脉,从此踏上武道之路,灭尽世间敌,踏平四海八荒,诸天神魔皆臣服于我的脚下,吾为武道至尊林无敌......双日凌空,神秘再现,在科技崩溃的废墟中,万物迎来了无限进化! 穿越而来的沈凌,激活了自己的无限世界模拟器。 只要是花费足够的能量,就能够获得在模拟世界中得到的修为、武功和物品! 于是,在小李飞刀的世界中,沈凌获得了小李飞刀! 在大唐双龙的世界中,沈凌修成了剑心通明! 在蜀山的世界中,沈凌拿到了化血神刀! 在洪荒的世界中,他夺取了诛仙四剑……这是一个修炼玄能为主的世界,玄能就是这个世界的主旋律。 没有玄能的人就会生活在这个大陆的最底层。 等级制度:玄徒、玄者、玄士、玄师、大玄师、玄主、玄宗、玄王、玄皇、玄尊、 功法级别:日月星尘,每阶段九品,一品最次九品至高 玄器阶位:天地玄黄,每位分九阶,一阶最低九阶最高 天下第一楼,天香国最大的酒楼,各种特色菜品,色香味俱全,远近闻名,其财力富可敌国。 这仅仅是外表,内有乾坤,天下第一楼,还是天香国最大的情报组织、暗杀组织。 柳玄意外穿越到魂魂大陆,作为天下第一楼楼主的外孙,具有炎族血脉,开启双系统,大贤者系统和商城系统。 因遭小人陷害 ,父亲逐出纪氏家族,回到柳氏家族,母亲与舅舅囚禁在思过崖,饥寒交迫,自己发配到偏远小镇,监工开采工作。 为了营救至亲,柳玄踏上了成为至强者的路途,解救至亲的途中,得到炎皇,魔尊的传承,魔族公主的青睐,妖族公主的爱慕,天香国公主的悔婚,一场场惊天阴谋慢慢浮出水面。 在一片遥远,奇幻的大陆上,三界有序而偶有冲突地并存着。而一个古老的传说牵连着三界的心,无数人,妖,甚至神,几千年间汇入了不尽生命与鲜血。原浩在莫名其妙中结识了两位奇怪的“朋友”,他的人生在这场传说的卷轴中展开了……小马哥,血战死亡后被万千影迷惋惜,然后复生到鞥司世界,与大学新生马可融合。讲义气的大古惑仔和大学生,不友好的开局,没有提前量的信息集成,只是一个小小锦衣后人。为了寻找失踪的父母,马可只能不断变强,异能者的动乱,外域的强者.......赵凡刚穿越成为蜀山少宗主,还没有来得及大展拳脚,享受众星拱月的待遇,却因为前身私闯禁地致使紫青双剑暴动误伤门人,被蜀山宗主打入锁妖塔不得翻身! 但幸运的是,赵凡刚被带到锁妖塔,就意外激活了签到系统,在系统的帮助之下,他如同开了外挂一般在锁妖塔内默默变强。 “叮,锁妖塔大门前签到成功,奖励先天剑体。” “叮,锁妖塔内签到成功,奖励培元丹。” “叮,锁妖塔妖坟古门签到成功,奖励极品飞剑。” …… 三千年后,赵凡盘坐虚空,仙道气息震动苍穹,终成一代陆地剑仙,问鼎修仙长生路! 生逢乱世,不求渡尽苍生,只求命数己定。 . 一生坎坷,只为与天争朝夕之命; 一生如画,水墨飘香自乱世情仇; . 幽火熊熊焚芸芸之众生,风雷阵阵破无间之魍魉;不一样的江山,不一样的大明,看我王不死如何发财,玩转娱乐圈,嚯嚯大明帝国。
企业网站项目流程 整合营销传播的理解 通信网络安全pdf 南京网站推广 好未来信息安全规范真实实施 网店营销计划有哪些 珠海集团网站建设 中山网站建设文化策划书 整合营销传播的理解 网站推广报价 亲子关系的互动模式【www.richdady.cn】 失业的前世记忆咨询【www.richdady.cn】 内心恐惧胆怯的解决方法咨询【www.richdady.cn】 前世今生的轮回解析【www.richdady.cn】 财运不佳的原因有哪些?咨询【www.richdady.cn】 感情纠纷的解决方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子压力大的教育建议【σσЗ8З55О88О√转ihbwel 心慌胸闷头晕的原因分析【微:qq383550880 】√转ihbwel 升迁障碍的前世因果咨询【微:qq383550880 】√转ihbwel 内心恐惧胆怯的原因分析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女的婚恋心态咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的情感和解【企鹅383550880】√转ihbwel 财运不佳的投资建议威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 无形干扰的前世故事【σσЗ8З55О88О√转ihbwel 如何避免无形干扰因素【www.richdady.cn】√转ihbwel 为什么过世的前世修行咨询【www.richdady.cn】√转ihbwel 学习成绩差的原因分析【企鹅383550880】√转ihbwel 冤亲债主的干扰影响【企鹅383550880】√转ihbwel 婚姻生活不顺的前世记忆咨询【σσЗ8З55О88О√转ihbwel 灵魂化解的重要性【微:qq383550880 】√转ihbwel 郑州网站建设定制开发 中山移动网站建设报价 国家信息安全测评认证中心 网络安全qq群 信息安全产品 等级 博士 网络安全 数据挖掘 企业网站项目流程 成都市网络安全现状 北京网络信息安全公司排名 网络安全知识测试 公司网站建设总结 网站后台模板 龙岗网站设计机构 网络营销事业部 营销型网站建设案例 万网站建设 网站进度表 南城微网站建设 信息安全网站有哪些 昆明微网站搭建哪家好 网络安全攻防linux 营销推广 龙岗网站设计机构 济南网站建设优化 提供网站建设搭建 问答营销的营销 思路 b2b网络营销企业过程 个人信息安全的案例b2b网络营销服务有哪些 冠辰网站 b赣州网站建设 做网站的软件 中小型企业网络安全 网站推广报价 运用政府职能 网络安全 网络营销推广策划公司信息安全专业规范 个人信息安全的案例b2b网络营销服务有哪些 物流网站建设 济南 信息安全 网络营销实训课程设计 冠辰网站 网站建设费 微软系统的信息安全隐患排查 网络信息安全部 中国网络安全大会乌镇 无锡地区网站制作公司排名 怎么做一个网站 博士 网络安全 数据挖掘 武汉网站建设公司 柳市网站建设 老王解读网络安全法 莱芜网站推广 通信网络安全pdf 武汉网站建设公司 b2b网络营销企业过程 信息安全的三个基本方面 网络安全人员 b2b网络营销企业过程 信息安全等级评估证书 做网站的软件 广东省卫生厅 关于全面开展全省卫生行业信息安全等级保护工作的通知 什么是020营销模式 网络安全周工作 信息安全测试资质证书 app网站公司网络营销公司多少钱 南京 网站设计 提供网站建设搭建 电商营销公司做什么 四川冠辰网站建设 广东营销网站建设服务公司 营销型网站建设案例 网站开发中 成都市网络安全现状 网络营销主要原因分析 企业网站项目流程 个人信息安全的案例b2b网络营销服务有哪些 什么创网站 网络安全周工作 至设计网站 郑州网站建设定制开发 学了网络营销能做什么 南城微网站建设 营销号软文 app网站公司网络营销公司多少钱 营销型网站有哪些 与营销相关的公众号 国家信息安全实验室主任 整合营销传播的理解 网络安全信息检查 万网站建设 郑州网站建设定制开发 病毒营销的三个特点是什么 网站轮换图 四川省网络安全 莱芜网站推广 r-cnn网络安全 怎么判断网站优化过度 网站进度表 信息安全认证 数据库信息安全 网络安全生态 2017 北京网络信息安全公司排名 武汉网站建设公司 信息安全的报告 独特网站的 东莞网站优化公司 南昌做网站 网站推广报价 万网站建设 营销推广 网络安全人员 企业信息安全评价指标 什么是020营销模式 网店营销计划有哪些 中小型企业网络安全 无锡地区网站制作公司排名 淄博网站设计 企业网络安全定级备案 网络安全等级保护条例 网络安全体 搜索引擎口碑营销 网络安全等级保护制度 信息安全网站有哪些 青岛公民信息安全,-1 信息安全导致的损失 2017网络安全事例 计算机网络工程!|辅修程序设计网络安全等课程! 提供网站建设设计 通信行业网络安全 病毒营销的三个特点是什么 昆明微网站搭建哪家好 网络安全前沿进展 维护国家信息安全网络营销策略体系 深圳做网站(官网) 网络营销引入 成都企业网站建设