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
保定设计网站建设天津网站制作公司优秀企业网站长沙做网站多少钱信息安全管理三个要素欧美风格网站设计网站界面 欣赏珠海企业网站制作费用企业网络安全防护手段互联网营销 问题研究二十年前,他被一代道门隐脉奇人所救。二十年后,他遵守师父遗命下山踏入何家,阴差阳错之下成为何家的女婿,内心从抗拒到默默守护,皆因那一纸婚约而起!三个穷困少年逆袭成功的故事天灵大陆创造于三万五千年前,其中的生命可以靠着散布在世界中的灵力来修炼,以人类的标准作为基准的话,一共是十个瓶颈,共一百级,是灵者、灵师、大灵师、灵士、灵王、灵皇、灵尊、灵至尊、灵圣和神,共一百级。 除了灵力,还有自身精神力的修炼! 天灵大陆大约分为两大族,人族跟兽族,两族的整体实力是非常相近的,且兽族的实力较人族强上一些,可相较于人族常用智能侵略兽族的领域,兽族则是比较保守一点,在两万八千年前人族占据了天灵大陆的中心位置,分裂成了三个帝国,冰月、金星、木阳,灵兽森林则是在还未消失的森林继续生活。 作者弃坑太多被读者举报,系统接单带他完成任务。 他在不断填坑的路上磕cp 男主黑化,女主失踪究竟是为什么? 为什么男配喜欢上了男主,女主却成全他们? 种种疑问,都是坑,都要填 人鬼哀嚎,圣者泣血,万物枯萎,轮回与重生交相辉映。 事外之圣不断介入,没有想到,九天十三界的圣者皆是轮回游戏一员。 江成手持残剑,斩邪魔,渡乾坤,抓住“主角”就问你一句:为什么? 万物归一,一变万物。万虚大陆上的四大种族,千百年来争斗不止,且看一名14岁的亡灵族异瞳少年,如何依靠自己独特的通灵异能与奇特异瞳,成就一番属于自己的传奇,打破这不平衡的种族歧视链!凌天意穿越洪荒,成为没有任何跟脚的无字之书,但却觉醒儒圣系统。 纵使圣人不仁,以万物为刍狗! 他曾赠瑶池一诗:“他年我若为青帝,报与桃花一处开。” 于是,天下桃花尽归昆仑山。 五行山下,他曾写下:“天若压我,一棍碎天,地若拘我,一棍崩地,我等生来自由身,谁敢高高在上。” 于是,世上唯有心比天高齐天大圣,而无唯唯诺诺斗战胜佛。 他曾以一曲《十面埋伏》灭杀十万妖族,也曾使用《天地大同》以黑白棋子困住帝俊与东皇太一。 他曾唱一首《烟花易冷》让女娲落泪,也曾画下《洛神赋图》让洛神惊艳。 这是一个充满斗气和魔法的世界,这是一群正义和自由的佣兵,跟随他们的脚步,去到目光所及的每一个地方,留下永恒的传奇。老婆出轨,兄弟反目,三十岁那年我遭遇了人生的滑铁卢! 金钱之下,每个人都面目狰狞,亲人的背叛,朋友的贪婪,无数只魔掌将我推进绝望的深渊,让我不得不挣扎地想要爬起,去触碰那一片属于我的骄阳! 《人到中年》,不一样的视觉盛筵!喜欢的读者记得打赏、推荐,多多支持,你的肯定,是我最大的动力! 一名学生,经历商业洗礼 一个传奇,历练终成奇迹 到底如何,且看商业风云
全网霸屏营销推广 重庆微营销公司哪家好 信息安全等保 信息安全应急中心 上海信息安全中心地址 北京网站制作排名 中型网站 营销竞争力 如何宣传网络安全 微博营销内容怎么写 前世老公的咨询技巧【www.richdady.cn】 为什么过世咨询【www.richdady.cn】 失业的心理调适【www.richdady.cn】 前世老公的前世因果咨询【www.richdady.cn】 前世缘份的故事有哪些经典案例?咨询【www.richdady.cn】 长期精神不振的原因威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的轮回真的存在吗?咨询【微:qq383550880 】√转ihbwel 感情纠纷的情感咨询如何进行?【www.richdady.cn】√转ihbwel 亲子关系的共同成长方法有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵的超度与慈悲心【www.richdady.cn】√转ihbwel 前世缘份如何影响事业发展?【www.richdady.cn】√转ihbwel 耳鸣的原因及治疗方法咨询【σσЗ8З55О88О√转ihbwel 与女友前世的前世缘分咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 官司的解决方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女的真实案例有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主的干扰解决方法【微:qq383550880 】√转ihbwel 什么原因意外的前世案例【σσЗ8З55О88О√转ihbwel 婚姻生活不顺的自我提升咨询【微:qq383550880 】√转ihbwel 与老公前世的记忆解析咨询【微:qq383550880 】√转ihbwel 无形干扰的前世记忆咨询【企鹅383550880】√转ihbwel 苏州外贸网站制作 网络营销都有哪些平台 市桥有经验的网站建设 自己做网站挣钱不 宝安网站设计 网络安全上市公司 网站程序开发电子商务网络营销产品策略为什么要充分考虑产品的性能的试题及答案 营销职能 网络安全 课程 手机端网站设计 网络安全基础关键技术操作 连云港网站建设 旅游网站设计 上海信息安全测评认证中心 信息安全研究所 设计的网站 网络安全攻防入门与进阶 粉丝网站制作 宁夏网站建设 公信部信息安全 网络安全视频培训课程 青岛网站建设培训 在线网络安全检测 网络安全软件公司排名 优秀企业网站 南京网站制作 4P营销策略是指 深圳网络安全公司排名 网站质作 郑州微网站建设 网络安全视频培训课程 炫酷业务网站 公众号营销有哪些策略 网站推广营销案例 中国移动网络安全 广告网络口碑营销运营 苏州网站建设logo facebook营销方案设计 信息安全事件通报流程 网络安全部署方案 it产品信息安全认证费用 信息安全等保 亚马逊网上产品的特征目标市场定位以及采取的主要网络营销方法是什么 网站开发公司深圳 企业网络信息安全方案研究与设计 江阴网站建设 保定设计网站建设 网站红蓝色配色分析 顺德营销网站设计 网站信息安全等级测评保护 山西武汉网站建设 天蝎网站建设 自己做网站挣钱不 深圳网络安全服务商 微博营销内容怎么写 高校网络安全实验室 2014中国网络安全大会小红书的战略营销 长沙做网站建设的 宝安网站设计 网络安全上市公司 天津网站制作公司 nsc 网络安全 网络安全攻防演练感想 四大门户网站 网站程序开发电子商务网络营销产品策略为什么要充分考虑产品的性能的试题及答案 专业制作网站 郑 网络营销出来有用没 国家网络安全展 营销职能 禁忌网站 郑州网站制作电话 网络营销课程报告 网络安全 课程 青岛网站建设培训 优秀企业网站 网站质作 手机端网站设计 互联网营销环境变化 广州网站建设公司 信息安全技术云操作系统安全检验要求 网络安全基础关键技术操作 营销职能 信息安全的特征 教育部信息安全,-1 连云港网站建设 先知网络安全 网站信息安全等级测评保护 景县网站建设 旅游网站设计 网络安全攻防演练感想 先知网络安全 网站首页设计 上海信息安全测评认证中心 败笔网络安全小组 远控3.0 网站首页设计 网络安全关键词2017 信息安全研究所 网站背景色 设计新颖的网站建站 2014中国网络安全大会小红书的战略营销 设计的网站 网络安全基础的操作 广告网络口碑营销运营 郑州微网站建设 网络安全攻防入门与进阶 营销策划的学校 网络安全新闻案例 在线网络安全检测 粉丝网站制作 网站程序开发电子商务网络营销产品策略为什么要充分考虑产品的性能的试题及答案 上海网络安全等级测评 南京网站制作 宁夏网站建设 设计的网站 网站建设与应用 用别人网络安全问题 公信部信息安全 无锡网络营销外公司 如何建立一个网站 国内信息安全事件2017,-1 网络安全视频培训课程 seo精准营销 无锡网络营销外公司 营销推广方案线上线下 青岛网站建设培训 网络安全交流会 营销推广方案线上线下 武汉网站建设网页设计网站制作网站建设公司做企业网站公司 在线网络安全检测 上海信息安全中心地址 网络安全关键词2017 郑州网站制作电话 网络安全技巧 手机网站建设动态 企业网络安全的现状分析