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
联通网络安全网络信息安全管理,-1深圳做企业网站的公司网络安全的实施邮件营销策划平台营销能力分析报告网络安全交流协会信息安全实践绿色风格的网站企业网站优化在港岛的乡下有一个九叔,收了两个徒弟,替人驱邪伏魔。 在济州岛有一个风叔,虽然是警员,但是却擅长利用道术破案。 还有在郊区一处人迹罕至的地方,有一个和尚和一个道士,传说身居神通,能驱邪灭鬼。 还有一个茅山弟子名曰傲天龙,在港岛各处游历,无数厉鬼僵尸死于他的剑下。 还有所谓的南毛北马,毛小方和马小玲,那更是灵幻界的扛把子,类似于前世武林盟主一样的人物。 一个鬼怪横行的世界,还有这么多大佬的存在,让李峰想要混吃等死的愿望彻底落空。 童念承诺之前说的话,不再抛头露面,待在家里大门不出二门不迈,继续写侦探小说,保持当红女作家的地位。 后来,童念得知自己的父亲成为东署警局第二任局长,心里感到非常高兴。 童念借此机会,想把太叔劂介绍给自己的父亲认识,去了一家电影院,结果发生杀人事件。 《女侦探童念》系列小说的第二部!恰似飞蛾,扑向火热的光,不惧次次。上古时代,天地混乱,一代天骄诞生于此,为承担自己所应承担的责任,我也保护自己想要保护的人而努力奋斗的修炼一次意外,林天穿越到了灵气复苏的世界。 这里武道盛行,而他竟然开局绑定了灵气提取系统,可以提取万物灵气。 叮,低阶灵果,灵气+1。 叮,三星灵兽,灵气+10w。 叮,噬灵蛊虫,灵气+30w。 拥有系统的他升级如喝水,但随着实力的提升,一桩桩危机如雨点般扑面而来。 什么?你是至尊武帝?抱歉,我打的就是武帝! 啥?你说你御兽千万,一个人就是一支军队?不好意思,那这些灵气,我就勉为其难的收下了!! 这个世界本来是关于修仙的,一切都向好的发展……但是有一天魔法突然复苏了!!!惊动了修真界!短短几天修真界崩溃了!!!新的秩序诞生了。 魔气降临在地球上面,让世界发生了巨大的变化!世界的另一边…也缓缓露出水面。 世界的尽头,是什么? 世界之外有什么?是宇宙吗? 魔法复苏?这是什么情况? 魔气复苏?这又是什么惰况? 是魔法复苏、还是魔气复苏?这是福还是祸?主角该怎么去面对? 灵气复苏?魔法复苏?是魔法复苏,还是魔气复苏!究竟是什么呢?主角是人还是魔! 还是说地球原本就是一个魔法的世界! 男主杨贺和他的妹妹一路相依为命 楚长安重生到了八十年代。 新婚夜老婆就要上吊,楚长安一个激灵,差点吓尿。 什么?原身是个傻子! 没关系,楚长安用亲身经历告诉大家什么叫做傻人有傻福。李相,一名24岁大学生 意外穿越到武侠修真世界 从武侠小白变成行走江湖四处留名的一代大侠 一路上鲜衣怒马,一路上血溅四方 经历过众叛亲离,历经过人间温暖 敢问在下何人 “李相是也” 镜花水月是一个虚幻的大世界,原来花月容就是那个沉睡的、姓庄的远古人。 觉醒的花月容,意味着镜花水月大世界的崩塌。 “花郝岳袁”组合,他们在一次次跌宕起伏的并肩战斗中,彼此产生了越来越深厚的感情羁绊。对于他们的不舍,花月容不得不有所抉择。 永生不死、绝对自由的造物主身份,花月容会放弃吗?……
公司网站规划案例 成都网络安全产业园 中国信息安全测评中心 漏洞 定义 深圳做企业网站的公司 滨江网络安全公司国家信息安全工程技术研究中心 网络营销策略术语 互联网有什么营销资源 信息安全服务资质标准 营销服务商 营销概念是什么意思 与男友前世的前世解析咨询【www.richdady.cn】 冤亲债主的干扰解决方法【www.richdady.cn】 如何化解婴灵带来的负面影响?咨询【www.richdady.cn】 成人发育倒退的可能症状咨询【www.richdady.cn】 儿子抑郁症的症状与诊断咨询【www.richdady.cn】 个人专属前世因果分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的沟通技巧咨询【σσЗ8З55О88О√转ihbwel 冤亲债主干扰的前世因果【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 老公家暴的环境影响【www.richdady.cn】√转ihbwel 暗恋的咨询技巧【微:qq383550880 】√转ihbwel 脑部不清晰咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 公司破产的心理调适【σσЗ8З55О88О√转ihbwel 不爱读书的前世记忆咨询【www.richdady.cn】√转ihbwel 前世今生的修行方法【www.richdady.cn】√转ihbwel 如何知道自己是否有前世缘份?【www.richdady.cn】√转ihbwel 如何应对冤亲债主的干扰?【σσЗ8З55О88О√转ihbwel 外灵干扰的前世故事威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 投资项目的环境影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与公婆前世的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的再次相遇咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 公司信息安全网络升级方案 网站永久免费建站 网络信息安全管理,-1 网站策划方案 黄骅做网站 中软网络安全考试 信息安全服务平台架构 动态网站怎么做 中国信息安全测评中心 漏洞 定义 网站托管费用 微网站首页 信息安全管理体系是指:,-1 信息安全的内容包括( ). 信息安全评估常用参数 经典微信营销软文 建网站需要什么 长沙市网站制作公司 营销概念是什么意思 空间网络安全 长春网站建设 cigital公司网络安全 空间网络安全 凡客营销 网络安全实验 包头市计算机公共网络安全协会 信息安全服务平台架构 信息安全工程类 滨江网络安全公司国家信息安全工程技术研究中心 网络事件营销方案 口碑营销和眼球营销 公司网络安全的通知 常州营销外包 深圳品牌模板网站建设 苏州网络营销哪家好 联通网络安全 网络安全 网络文明 长春网站建设 南京网站优化公司 广东信息安全公司 认识网络营销调查的基本方法 华为信息安全认证 网络信息安全管理,-1 网络安全 网络文明 黄骅做网站 顺义手机网站设计 新闻媒体营销 新闻媒体营销 计算机网络安全现状及防范技术探讨 拍拍网营销 沈阳网站优化排名 信息安全五个保护等级 信息安全属于ee吗 顺德新网站建设 长沙市网站制作公司 网络营销环境分析步骤 网站开发 价格 整合营销方案 网络营销注册师 政府机关信息安全 佛山建网站 黄骅做网站 营销概念是什么意思 青岛全网整合营销 乔布斯式营销 邮件营销策划 营销学视频 北斗与信息安全,-1 信息安全会议 2015 模版型网站是怎样的 空间网络安全 网站策划方案 网站的标准 网络渠道营销策略 深圳品牌模板网站建设 信息安全会议 2015 计算机网络安全的基本要素 深圳h5网站制作 长春网站建设 手机营销活动策划方案范文 网络营销环境分析步骤 顺义手机网站建设 网络营销中的产品策略 电子营销 营销有哪些渠道 济南做网站 网络安全周简介 昆山网站制作哪家强 网络安全的实施 珠海做网站 网站设计公司南京 给个营销型网站网站没更新 山东省网络安全竞赛 空间网络安全 网站模板设计 网站开发 价格 优秀网站制作 介绍几个成人网站 北斗与信息安全,-1 网络营销的主要职能 网站jianshe 网络安全论坛 信息安全服务平台架构 汕头网站推广 信息安全 混淆 扩散 招商网站建设 信息安全保护是指,-1 网站jianshe 个人信息安全 国标 网络安全实验 动态网站怎么做 动态网站怎么做 南京网站设公司 网站类推广软文怎么写 网站建设及优化 赣icp 国家信息网络安全标准 网络安全周简介 公安部网络安全对抗赛网站打模块 招商网站建设 上海品质网站建设 公司信息安全网络升级方案 蓬莱做网站 信息安全防护规范 网络安全信息化办公室 上海市信息安全测评认证中心待遇营销型企业网站建设教案 个人信息安全 国标 乔布斯式营销 顺的网站建设信息 建网站需要什么 网络安全专家服务 绵阳市公司网站建设 网络信息安全实验报告 互联网 信息安全 网站制作 常州 企业网络营销人员 中软网络安全考试