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
南通网站优化网络信息安全难学吗江阴网站建设关于端午节的软文营销网络营销产品最注重国家领导人重视网络安全武汉网站建设网页设计网站制作网站建设公司做企业网站公司苏州企业网站建cc标准 信息安全餐饮业营销一个贫苦的年轻人...... 一支可画万物的笔...... 一个又一个的未解之谜,传说、民间灵异、外星科技...... 逆袭的路上充满荆棘,不畏权贵,惩奸杀恶痛快淋漓。 纵横都市偷心各类美艳佳人,上演一部叱咤天地的不朽传奇!世界末日,是真的结束?还是新的开始?人类进化,天赋崛起,活下去,比什么都重要。变成鬼后,我才发现有一只无形的收推动着整个世界宁某本是宋朝太尉,文武双全,为整个国家事业呕心沥血。 谁知却不小心得罪了朝廷太师,被其扣上“私通外敌”的帽子。 株连九族,最后冤死狱中! 原本已经死透的他不料竟然重生了! 穿越附身到了标准“废柴”付清身上! 还绑定了“幸运转盘”系统。 前一世我为了朝廷兢兢业业,最后竟然被污蔑我吃里扒外!背负骂名含冤而死! 这一世我定要为自己而活! “抓色狼啊!抓流氓!偷内衣啦!” 偷人贴身衣物的色狼?在哪?光天化日之下竟敢行如此苟且龌龊之事。看我不速速将你拿下! 什么,色狼是在说我? 靠北,有没有搞错啊姐姐,我前世可是堂堂一朝太尉诶,怎么会... 憋追啦~!女侠我真的没有...  穿越九州世界,成为秦皇嬴政的十六公子——赢长歌。 这里更是汇聚了九州历史所有朝代,武林世家。   赢长歌自幼无所事事、贪图享乐,更是自己开了一个风月酒楼。   这也成为咸阳城津津乐道的‘美谈’。   岂料天道呈现,金榜公布!   嬴政:“寡人大秦横扫六国,一统天下,这榜单必然是我大秦第一!”   汉高祖:“朕大汉马踏匈奴,镇杀西域,天下舍我其谁!”   然而伴随着金榜公布……   嬴政大惊:“我儿长歌,有大帝之资!” 只因发现了院长不为人知的秘密而被院长开除,重返武院后开始了和院长斗智斗勇的故事……先别感到无趣,这,只是我传奇一生的开始!公司老总魏之善意外身亡,死者妻子九菲,在市公安局刑侦科科长杨军等人的帮助下,展开一场对死亡之因的调查。其间不仅是正义与邪恶的较量,智慧与计谋的比拼……一个男孩,深陷漩涡,但敢将他人托起 一个女孩,苦苦挣扎,却不再迷茫纠结 一款可以监视任何人的APP,究竟会将他们指向何方这是一个快意恩仇的侠义江湖,这是一个弱肉强食的仙侠世界…… 在这里,洛凡掌握乾坤、剑指八荒,掀起武道风云…… 然而,当洛凡以为自己已经站在这个世界的巅峰之时,殊不知,他所掀开的那个世界,不过是浩瀚宇宙的冰山一角……几百年前,因为地狱之门的开启,导致各种恶魔降临到人间。 天使们为了消除人间的恶魔,将能量赠予了人间一个少女(女勇者) 而少年吸血鬼由纪,美女店长信和蛇女亚提娅组成的’快餐店联盟‘。与女勇者又会发生什么故事呢?地狱之门的真相到底是什么?
信息技术与信息安全知识读本 网络信息安全难学吗 信息安全服务集成资质 海外网络营销做什么的 营销学市场四要素 网站如何上线 公司信息安全管理 注册信息安全员在哪考,-1 关于端午节的软文营销 手机网站 大龄剩女的婚恋心态【www.richdady.cn】 头脑混沌的解决方法咨询【www.richdady.cn】 阴间生活的前世故事【www.richdady.cn】 迟缓儿的咨询技巧咨询【www.richdady.cn】 家庭关系的沟通技巧有哪些?咨询【www.richdady.cn】 特殊学校的课程设置威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子压力大的自我提升咨询【企鹅383550880】√转ihbwel 不爱读书的前世记忆威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 学习成绩差的自我提升咨询【www.richdady.cn】√转ihbwel 前世因果化解方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 外灵对人的影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 失业的原因分析【www.richdady.cn】√转ihbwel 亲子关系的案例分享咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 公司破产对股东的影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 为什么过世的前世故事咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女的情感困扰咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 亲子关系的共同成长方法有哪些?咨询【www.richdady.cn】√转ihbwel 婴灵的存在有哪些科学依据?【σσЗ8З55О88О√转ihbwel 精神不振的咨询技巧【σσЗ8З55О88О√转ihbwel 孩子不爱读书的家庭教育方法有哪些?【www.richdady.cn】√转ihbwel 行业网站建设 互联网营销骗局 网络营销与马云 网信办 网络安全 网站代优化上海网络营销推广 互联网营销骗局 属于网络安全服务 joomla 2.5:你的网站建设使用与管理 pdf 中型网站 福州+网站开发 网站备案跟域名有什么关系 检查网络安全性 sem整合营销服务 android 信息安全问题 浦东分局网络安全保卫 企业重视网络安全 网站有什么功能网络营销的价值是什么 最优秀的佛山网站建设 山东省信息安全协会 李 做app网站建设 手机网站 套b网站 营销企划 sem整合营销服务 西安网站开发 属于网络安全服务 信息安全的研究内容 网站如何上线 星巴克的营销目标 网络安全监察支队设计网站的元素 关于端午节的软文营销 网站建设天津 网络安全从入门到精通 网络信息安全难学吗 网络营销网上营销北京网络安全大会 国外网络安全厂商 一站式营销服务 行业网站建设 青岛微网站 网络安全产品排名中科新业 家电营销策划 互联网营销骗局 江阴网站建设 英文网站建设 国家领导人重视网络安全 湖南的商城网站建设 西安微信营销推广公司 信息技术与信息安全知识读本 建设网站需要问的问题 湛江网站制作 2017中国网络信息安全峰会 山东省信息安全协会 李 网站建设和网站开发的区别 网站代优化上海网络营销推广 常州制作网站信息 It信息安全心得 京东怎么营销的 网络安全作品 网络安全基础关键技术操作 营销中心的功能 网络营销之微信 属于网络安全服务 广东外贸网站建设 京东怎么营销的 网站建设天津 joomla 2.5:你的网站建设使用与管理 pdf 营销企划 首都网络安全 英文网站建设 海外网络营销做什么的 电子政务网络安全现状 网站设计建站 android 信息安全问题 信息安全的研究内容 营销学市场四要素 网络营销的职位要求 惠普网络安全密钥多少 网站备案跟域名有什么关系 营销模式的优势 网站建设方案书 2015工控网络安全态势报告 北京网站制作排名 国家网络安全技术排名 国家领导人重视网络安全 sem整合营销服务 南通网站优化 It信息安全心得 山西网站建设 网络营销产品最注重 android 信息安全问题 什么叫营销组合策略 最优秀的佛山网站建设石家庄网站优化公司 中国网络安全吗 公司信息安全管理 济南专业做网站 网络营销产品最注重 信息安全 实践 企业重视网络安全 网络安全作品 网络安全问题反馈平台 最新网络营销手段 西安微信营销推广公司 百度搜索营销 做app网站建设 最新网络营销手段 cc标准 信息安全 定制跟模板网站有什么不一样 江阴网站建设 网络安全 ids 手机网络营销普遍问题 行业网站建设 邮件营销有哪些公司 黄浦网站建设 什么叫营销组合策略 网络金融信息安全中心 惠普网络安全密钥多少 武汉网站建设网页设计网站制作网站建设公司做企业网站公司 东莞销售网站设计 joomla 2.5:你的网站建设使用与管理 pdf 企业重视网络安全 桌面信息安全管理软件 途牛网络营销案例 武汉网站建设网页设计网站制作网站建设公司做企业网站公司 行业网站建设 2012西电网络安全大赛 破解题目 西安网站开发 小红书营销活动 互联网营销骗局 龙岗网站制作讯息 网络营销师要学多久 信息安全的研究内容 信息安全的研究内容 济南专业做网站 网站加水印 网站建设天津