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
做生意的网站网络安全 银川龙岗网站设计讯息百度网络营销策划实咧长沙英文网站建设公司自适应网站好建们信息安全等级的分类网络安全夏令营●所谓网络安全漏洞是指关于信息安全控制张风误打误撞的来到了一个未知的世界,未知的时空。纷乱的世道,混乱的种族,让张风的目标变得遥不可及。好在有几位落魄的大妖相助,张风开启了自己在这个时空的争霸生涯。 康纳森博士启动hope的原因是为了什么,那一直隐藏在背后指使着变异人的又是谁,末日计划的真正内容究竟是什么。这一切的谜团都隐藏在这末日十一天中,当.最后一天到来究竟会发生什么,重生还是末日,命运将何去何从..... ???我已经过悲痛,为了不让更多人却承受这种痛苦,我潜心修行,为的就是有一天能替天行道。 我只杀该杀之人,只除该除鬼妖。在下并非圣人,不值得救那便不救。 但又何尝不是人心比鬼要更恶呢…… 咸鱼如我,废柴似狗。不满生活,安于躺平。 喜欢音乐,穿越到了 麦杰克 的世界 一首曲子,就是我的一段往事。一个农村少年陈启豪,来到繁华的城市。 经历过一件事,他决心成为审判官,改变这个世界。 在哥哥陈晓晨的关系下,他上了高中。 成为了审判官,但是这个世界没有因此而改变。 他决定成为国家领导者,过程中遇上了一个女人。 他一见钟情,追求那个女人。 但是,以后的日子里他会……法师们目空一切,贵族们高高在上,大商会只手遮天;在这人吃人的世界里,我看到了深渊的触角,文明的退化,和微弱的希望。宇宙悄然变化,地球的模样逐渐变得和往日不同,丧尸,怪兽,变异人如同雨后春笋般涌出。每个生命个体都在进化着,地球变了?不这就是他真正的模样。核毁灭后200年,失去家园的人类在浩渺的宇宙,建立了星际联盟。 魔格星囚徒索伦,无意中捡到了一个星际放逐舱,引来了无穷的追杀...... 在寻求真相的旅途中,他发现了......而立之年的男子在破产失恋病危后,一觉醒来来到了新的世界,打开了新的人生…… 一觉醒来,竟然成为刘备,在知道历史剧本情况下,能否统一三国乱世,恢复大汉王朝
珠海医疗网站建设公司 百度网络营销策划实咧 合天网络安全实验室 建设企业网站公司 河北省网络安全协会 信息安全与对抗技术 寿光做网站 新郑做网站 关于信息安全控制 网站加后台 发育倒退的案例分享咨询【www.richdady.cn】 孩子不爱读书的阅读计划【www.richdady.cn】 为什么过世的前世记忆【www.richdady.cn】 莫名其妙感伤的案例分享咨询【www.richdady.cn】 事业不顺的职场调整咨询【www.richdady.cn】 人际关系不好的解决方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 存不住钱的解决方法咨询【企鹅383550880】√转ihbwel 如何识别外灵干扰的症状咨询【σσЗ8З55О88О√转ihbwel 亲子关系的教育建议【σσЗ8З55О88О√转ihbwel 有官司的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老婆的前世缘分咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家庭关系的矛盾化解方法有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世老公的前世故事咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 去世的母亲在哪【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世因果化解方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 去世的父亲的前世缘分咨询【σσЗ8З55О88О√转ihbwel 特殊学校的教育理念咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 迟缓儿的治疗方法咨询【企鹅383550880】√转ihbwel 前世老公的前世案例咨询【企鹅383550880】√转ihbwel 存不住钱的解决方法咨询【σσЗ8З55О88О√转ihbwel 社会化网络营销类型 正规的网站建设 网络安全威胁报告2016 广州网络营销公司招聘 营销页面策划 公司信息安全 系统有限公司 移动营销主要的优点 ●所谓网络安全漏洞是指 H5建网站 网络安全新常态 台州市网站建设 电商类网站 江门网站优化 有经验的南昌网站设计 东营做网站建设的公司 鄂州网站制作 企业网站建设cms 信息安全新法规 网站建设 福州 电子商务网络营销方向 南昌市建网站的公司 海淀网站建设 寿光做网站 2012年中国互联网网络安全报告 中国主要网络安全公司 网络营销平台建设方案 网络安全专用产品 网络营销平台建设方案 网络与信息安全实验教程 应用第六章中所讲的网络营销工具之一对该书进行网络营销推广 企业网站建设cms 大庆网站建设 信息安全等级怎么划分,-1 青岛模板化网站建设认证代码 信息安全 常州网站设计制作 网络安全技术杂志 第三届全国高校网络安全知识竞赛网站设计计划书 网络营销的一些问题 国家信息安全等级保护三级测评 网络安全与经济发展 有经验的南昌网站设计 北京互联网营销公司 网络安全与经济发展 杭州营销策划方案 无锡网站推 信息安全 管理需求 技术需求 关于信息安全控制 2012年中国互联网网络安全报告 信息安全与对抗技术 营销的表现形式有() 合天网络安全实验室 互联网信息安全领导小组 智能网联汽车信息安全 东营做网站建设的公司 企业营销的方法有哪些 sem整合营销代理 做生意的网站 重庆做网站 营销页面策划 湖北省公安厅入围网络安全审计产品 工信部网络安全局 信息安全网络攻防就业 利用网络新段子营销 网络安全系统对数据库 营销信 广州 深圳 外贸网站建设 网络安全监测预警平台 天津网站设计开发 网络安全新常态 2012年中国互联网网络安全报告 中国网络安全宣传周 川大信息安全考研 网络安全监测预警平台 网站首页特效 川大信息安全考研 南京微信营销软件 思科2017年年度网络安全报告 绵阳营销策划 优帮云 东营做网站建设的公司 什么是信息计算机网络安全 功能性网站制作 成都高端建设网站 无锡网站推 百度网络营销策划实咧 最新的网络安全技术 武汉网站开发网络营销人才供需状况 聊城网站建设报价 深圳哪家网站建设好 长沙英文网站建设公司 网站盈利了 智能网联汽车信息安全 台州网站设计 深圳信息安全服务公司,-1 湖南最有名的营销机构 河北省网络安全协会 网络与信息安全实验教程 公司网站设 信息安全风险评估标准 西安信息安全产业园 如何加强网络安全的 网络信息安全备案 美国网络安全框架 启动 全响应网站制作 上海高端网站开发 网站搭建吧 公安网络安全工作 airbnb营销方式 手机网站建设哪个 深圳哪家网站建设好 网络安全规范操作流程 南京微信营销软件 营销合理性 信息安全 实训系统 建设企业网站公司 移动营销主要的优点 昆明微网站制作 信息安全风险评估标准 计算机信息安全的基本要素 中国主要网络安全公司 广州 深圳 外贸网站建设 网站制作 价格 网络营销简历怎么写 企业网站建设cms 信息安全等级保护的原则,-1 网站建设 福州 信息安全 实训系统 H5建网站 网络安全案例及其分析报告 上海公安网络信息安全外贸网络营销教材 一般公司为网络安全设置怎样的防火墙设计方案 社会化网络营销类型 南昌市建网站的公司 logo网站推介 airbnb营销方式 海淀网站建设